summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-12Type signatures and Contravariant instance.joe
2017-10-02Stubs for maintaining onion routes.joe
2017-10-01Ability to send onion messages when given a path.joe
2017-09-30Spelling fixes.joe
2017-09-30This makes TransactionMethods into STM actions so that they can bejoe
2017-09-23Removed unused extension.joe
2017-09-23fix build on ghc-7.10.3James Crayne
2017-09-22Corrected spelling errors in comments.joe
2017-09-20Side-effecting variant of partitionTransport.joe
2017-09-20Added outbound initiation addresses to the Onion transport.joe
2017-09-20Renamed "keys" command to "toxids".joe
2017-09-20Export 'toPublic' from Crypto.Tox for computing public key.joe
2017-09-20Refresh tweak. Search own-id only for refreshing the last bucket.joe
2017-09-16Added -e description to upnpc commandline.joe
2017-09-16UPNP port requests (requires miniupnpc).joe
2017-09-15Exempt DataToRoute requests from decryption.joe
2017-09-15Renamed Network.Tox.(Address -> NodeId).joe
2017-09-15Moved Network.DHT.Routing -> Network.Kademlia.Routingjoe
2017-09-15Moved Network.BitTorrent.DHT.Search -> Network.Kademlia.Searchjoe
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
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