index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
Tox
/
Transport.hs
Age
Commit message (
Expand
)
Author
2018-12-16
Completed TCP getNodes query.
Joe Crayne
2018-12-16
Onion: Support for forwarding from a TCP-relay.
Joe Crayne
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-19
Reverting 0e799f254da which didn't improve performance.
joe
2018-06-19
introduce udp send delaying in toxTransport
Andrew Cady
2018-06-01
tox: Separate transports for handshakes and crypto-packets.
joe
2017-11-05
Adapted computeSharedSecret to a side-effecting interface.
joe
2017-10-28
Decrypt cookie response with cached public key.
joe
2017-10-24
Implemented "dhtkey" publish method.
joe
2017-10-23
Decryption layer for data-to-route messages.
joe
2017-10-21
Renamed Assym -> Asymm (short for asymmetric).
joe
2017-10-14
Partitioned friend-request transport from the onion transport.
joe
2017-10-02
Stubs for maintaining onion routes.
joe
2017-10-01
Ability to send onion messages when given a path.
joe
2017-09-20
Added outbound initiation addresses to the Onion transport.
joe
2017-09-15
Moved ToxTransport to its hierarchical location.
joe