summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Onion/Handlers.hs
AgeCommit message (Expand)Author
2018-05-29dput: suppressible debug printsJames Crayne
2018-05-24Document AnnouncedKeys typeJames Crayne
2017-11-29Disabled curve 25519 backport for newer cryptonite library.joe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-10-30Tox: LanDiscovery packet. Also: IsUnsolicited query/responsejoe
2017-10-25Debugged encodeDataToRoute/parseDataToRoute.joe
2017-10-24Implemented "dhtkey" publish method.joe
2017-10-23Incoming rendezvous-mediated messages should be associatedjoe
2017-10-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-21Now searches using store command when we own the key.joe
2017-10-21Made queries to the same node go by the same route.joe
2017-10-19Successful toxid announce.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-13Show rendezvous addresses for toxid search results.joe
2017-10-12WIP Onion routing.joe
2017-10-01Ability to send onion messages when given a path.joe
2017-09-20Added outbound initiation addresses to the Onion transport.joe
2017-09-15Moved Network.DHT.Routing -> Network.Kademlia.Routingjoe
2017-09-15Moved OnionHandlers to its hierarchical location.joe