summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Onion
AgeCommit message (Expand)Author
2018-06-20More DPut stuffjim@bo
2018-06-20route more logging through dputAndrew Cady
2018-06-20port to newer versions of packages:jim@bo
2018-06-10Tox: improved data-to-route and onion debug prints.joe
2018-06-09Expire old tox key announcements after 5 minutes.joe
2018-05-30tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.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-24Made "dhtkey" and "friend" automated with "a" command.joe
2017-11-05Fixed Onion.Transport.decrypt broken by side-effecting stylejoe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
2017-11-04Quieter output and some bug fixes.joe
2017-11-02Fixed onion routes for IPv4-mapped IPv6 addresses.joe
2017-11-01Fix some announce bugs. Still WIP.joe
2017-10-30Tox: LanDiscovery packet. Also: IsUnsolicited query/responsejoe
2017-10-28cookieRequest Query + build fixDebian Live user
2017-10-25Debugged encodeDataToRoute/parseDataToRoute.joe
2017-10-24Implemented "dhtkey" publish method.joe
2017-10-23Decryption layer for data-to-route messages.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-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-13Show rendezvous addresses for toxid search results.joe
2017-10-13Removed unused routeNonce (same nonce for message is used for route).joe
2017-10-13Use alias for onion-routed queries for true anonymization.joe
2017-10-12WIP Onion routing.joe
2017-10-01Ability to send onion messages when given a path.joe
2017-09-23Removed unused extension.joe
2017-09-23fix build on ghc-7.10.3James Crayne
2017-09-20Added outbound initiation addresses to the Onion transport.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 OnionHandlers to its hierarchical location.joe
2017-09-15Moved OnionTransport to its hierarchical location.joe