summaryrefslogtreecommitdiff
path: root/src/Data/Tox
AgeCommit message (Collapse)Author
2018-12-16tcp: Avoid ponging on new non-pinged connections.Joe Crayne
2018-12-16More TCP work.Joe Crayne
2018-12-16WIP: Support for sending onion queries to TCP relays.Joe Crayne
2018-12-16Show instances for TCP relay handshake.Joe Crayne
2018-12-16Completed TCP getNodes query.Joe Crayne
2018-12-16TCP Client, WIP.Joe Crayne
2018-12-16getPublicKey/putPublicKey in Invite serialization.Joe Crayne
2018-12-16group chat invite accepted message.Joe Crayne
2018-12-16ChatID is a type alias for an Ed25519 signature key.Joe Crayne
2018-12-16group chat invite message.Joe Crayne
2018-12-16dependent-sum based CryptoMessage.Joe Crayne
2018-12-16StreamServer: Support for fall-back bind-addresses.Joe Crayne
2018-12-16Onion: Support for forwarding from a TCP-relay.Joe Crayne
2018-12-16More work on TCP relay.Joe Crayne
2018-12-16Use getPublicKey/putPublicKey more liberally.Joe Crayne
2018-12-16More TCP relay packet serialization.Joe Crayne
2018-11-27TCP relay packet serialization.Joe Crayne
2018-11-03Revert bad lossyness classication (commit b2caea0cbad)Joe Crayne
2018-11-03PacketRequests are losslessJames Crayne
* PR's are lossless as I originally thought * Also packets between 16 and 192 are lossless. (not sure how/why these things got changed)
2018-09-08Factored Data.Tox.Message out of Network.Tox.Crypto.Transport.Joe Crayne