summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 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
2017-08-31Separated module OnionTransport from ToxTransport.joe
2017-08-31Separated module DHTTransport from ToxTransport.joe
2017-08-31Forward DHTRequest messages.joe
2017-08-30NetCrypto transport for remaining miscelaneous tox packets.joe
2017-08-30More progress on ToxTransport and related modules.joe
2017-08-29partitionTransport utility.joe
2017-08-27reworking... ToxTransport and related modules.joe
2017-08-22Added test run histogram comment for Tox messages.joe
2017-08-22dht client: Send multiple commands on commandline.joe
2017-08-11MinMaxPSQ, takeView is useful for syncing with another data structure.joe