summaryrefslogtreecommitdiff
path: root/Tox.hs
AgeCommit message (Expand)Author
2017-09-15Moved CryptoTransport to its hierarchical location.joe
2017-09-15Moved OnionHandlers to its hierarchical location.joe
2017-09-15Moved OnionTransport to its hierarchical location.joe
2017-09-15Moved DHTHandlers to its hierarchical location.joe
2017-09-15Moved DHTTransport to its hierarchical location.joe
2017-09-15Moved ToxAddress to hierarchical location.joe
2017-09-15Moved ToxCrypto to hierarchical location.joe
2017-09-15Added XXD module, useful for debuging bytestings.joe
2017-09-15Moved TriadCommittee to hierarchical location.joe
2017-09-15Moved Kademlia to hierarchical location.joe
2017-09-15Moved Global6 to hierarchical name.joe
2017-09-15Removed Obsolete ToxMessage module.joe
2017-09-14Switched to the 3-transports (DHT,Onion,Crypto) Tox design.joe
2017-09-06Removed Data.Bits requirement for Kademlia node id.joe
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