summaryrefslogtreecommitdiff
path: root/Tox.hs
AgeCommit message (Expand)Author
2017-08-11Unverified: data to route response packet sending.joe
2017-08-11Store return paths for announced keys.joe
2017-08-11Reply to Announce with AnnounceResponse.joe
2017-08-05Implemented Tox's announce handler.joe
2017-08-05WIP changing Tox packets.joe
2017-08-04Switched awaitMessage to continuation-passing style.joe
2017-08-02More Tox stuff.joe
2017-07-30more tox workjoe
2017-07-29Tox support.joe
2017-07-29JSON instances for Tox.NodeInfojoe
2017-07-29More Tox stuff.joe
2017-07-29Tox Routing info.joe
2017-07-29More Serialize instances for Tox.joe
2017-07-13TOX rewrite: Response nonces are now distinct from query nonces.joe
2017-07-13Tox.newClient now returns a completed Client structure.joe
2017-07-13Generate 24-bit crypto-nonce for Tox.joe
2017-07-13Switch Tox Nonce8 implementation to Word64 from ByteString.joe
2017-07-13WIP: Tox DHT rewrite.joe