summaryrefslogtreecommitdiff
path: root/src/Network/Tox.hs
AgeCommit message (Collapse)Author
2017-10-19Successful toxid announce.joe
2017-10-19Encrypt Tox's store-key announcement with the key being stored.joe
2017-10-18WIP: Command to publish a toxid on a given node.joe
2017-10-14Partitioned friend-request transport from the onion transport.joe
2017-10-13Use alias for onion-routed queries for true anonymization.joe
2017-10-12WIP Onion routing.joe
2017-10-02Stubs for maintaining onion routes.joe
2017-10-01Ability to send onion messages when given a path.joe
2017-09-30This makes TransactionMethods into STM actions so that they can bejoe
synced with an auxiliary data structure. I also made Contravariant instances since we depend on contravariant anyway now.
2017-09-20Added outbound initiation addresses to the Onion transport.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-15Moved top-level Tox module to hierarchical location.joe