summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Onion/Handlers.hs
AgeCommit message (Collapse)Author
2018-06-20port to newer versions of packages:jim@bo
* iproute >= 1.7.4 * conduit-extra >= 1.1.7
2018-06-09Expire old tox key announcements after 5 minutes.joe
2018-05-29some more dput call sitesJames Crayne
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
classification.
2017-10-25Debugged encodeDataToRoute/parseDataToRoute.joe
2017-10-24Implemented "dhtkey" publish method.joe
2017-10-23Incoming rendezvous-mediated messages should be associatedjoe
with the anounce alias. Also some cosmetic changes.
2017-10-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-21Now searches using store command when we own the key.joe
This gives us a usable token for storing when the search is complete.
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