summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-15Deleted obsolete cruft.joe
2017-09-15Renamed package to dht-client.joe
2017-09-15Separating dht-client library from bittorrent package.joe
2017-09-15Deleted some obsolete cruft.joe
2017-09-15Fixed haddock parse errors.joe
2017-09-15Updated cabal build.joe
2017-09-15Separated back-ported cryptonite files.joe
2017-09-15Moved top-level Tox module to hierarchical location.joe
2017-09-15Moved ToxTransport to its hierarchical location.joe
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
Added missing OnionHandlers module.
2017-09-15Moved ToxAddress to hierarchical location.joe
2017-09-15Moved Mainline 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 Tasks 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-14Fixed leak in thread instrumentation.joe
2017-09-14Fixed onion protocol.joe
2017-09-13Correctly isolate variable-width onion payloads.joe
2017-09-13Implemented symmetric cipher.joe
2017-09-13Fixed accidental recursion in Sized (Addresssed a).joe
2017-09-13Better debug prints for tox dht transport.joe
2017-09-13Make freshPeers a little more strict.joe
2017-09-12DHTMessage Show instance for debugging.joe
2017-09-11Use correct destination key when encrypting packets.joe
2017-09-06parse error for NetCrypto messages for now.joe
2017-09-06Switched Tox NodeId representation to [Word64]joe
2017-09-06Removed Data.Bits requirement for Kademlia node id.joe
2017-09-05Top-level signatures.joe
2017-09-05Implemented onion routing.joe
2017-09-04Stubs for symmetric encryption.joe
2017-09-04Moniod instance for Sized (and Contravariant instance).joe
2017-09-04Fleshed out some Onion Transport stubs.joe
2017-09-04DHTPK has extra layer when sent as DHT Request Packet.joe
2017-09-03Progress on OnionTransport.joe
2017-09-03top-level signatures.joe
2017-09-03Implemented more stubs for DHT transport.joe
2017-09-01handlers functino for DHT transportjoe
2017-09-01Encryption layer for DHT and Onion transports.joe
2017-08-31DHTTransport handlers.joe
2017-08-31Miscelaneous exports and TODO: Bits NodeIdjoe
2017-08-31Separated module CryptoTransport from ToxTransport.joe