summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Transport.hs
AgeCommit message (Collapse)Author
2018-06-22Removed redundant imports and other clean up.joe
2018-06-19Reverting 0e799f254da which didn't improve performance.joe
2018-06-19introduce udp send delaying in toxTransportAndrew Cady
2018-06-01tox: Separate transports for handshakes and crypto-packets.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
This is to ready the tree for a memoizing cache of shared secrets.
2017-10-28Decrypt cookie response with cached public key.joe
2017-10-24Implemented "dhtkey" publish method.joe
2017-10-23Decryption layer for data-to-route messages.joe
2017-10-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-14Partitioned friend-request transport from the onion transport.joe
2017-10-02Stubs for maintaining onion routes.joe
2017-10-01Ability to send onion messages when given a path.joe
2017-09-20Added outbound initiation addresses to the Onion transport.joe
2017-09-15Moved ToxTransport to its hierarchical location.joe