summaryrefslogtreecommitdiff
path: root/src/Network/Tox/NodeId.hs
AgeCommit message (Expand)Author
2018-09-07Removed obsolete Connection.Tox.Joe Crayne
2018-06-24XMPP: Type-checking on various uses of SockAddr.joe
2018-06-23atox: subProcess exe launch from dhtd netcrypto commandjim@bo
2018-06-22Removed redundant imports and other clean up.joe
2018-06-21Send outgoing friend requests from XMPP clients.joe
2018-06-20port to newer versions of packages:jim@bo
2018-06-10Improved nid command JID parsing.joe
2018-06-08Accept hexadecimal nospam in jabber-id format.joe
2018-05-28add missing top-level type signaturesJames Crayne
2018-05-29WIP: Deliver friend-request to xmpp client.joe
2018-05-27Enabled generated nospam-id via the "nid" command.joe
2018-05-20Allow non-JID (standard tox hex) input for NoSpamId.joe
2018-05-20Implemented "nid" command to convert hex toxid.joe
2017-11-29Disabled curve 25519 backport for newer cryptonite library.joe
2017-11-22NoSpamId type to include nospam + checksum + public key.joe
2017-11-04Tox: Memoized id2key to avoid allocate and memcpy.joe
2017-11-03Changed NodeId hash function.joe
2017-10-29Serialize instance for Handshake.joe
2017-10-14Partitioned friend-request transport from the onion transport.joe
2017-10-13Switched toxid format from hexadecimal to base64.joe
2017-10-12WIP Onion routing.joe
2017-09-23fix build on ghc-7.10.3James Crayne
2017-09-15Renamed Network.Tox.(Address -> NodeId).joe