summaryrefslogtreecommitdiff
path: root/src/Network/Tox/Onion/Transport.hs
AgeCommit message (Collapse)Author
2018-12-16WIP: Support for sending onion queries to TCP relays.Joe Crayne
2018-12-16Completed TCP getNodes query.Joe Crayne
2018-12-16TCP Client, WIP.Joe Crayne
2018-12-16Integrated TCP relay server.Joe Crayne
2018-12-16Onion: Support for forwarding from a TCP-relay.Joe Crayne
2018-12-16More TCP relay packet serialization.Joe Crayne
2018-11-27TCP relay packet serialization.Joe Crayne
2018-11-04Preparation to move DPut to a separate project.James Crayne
2018-06-28More performant pendingRoutes (IntMap -> Array).Joe Crayne
2018-06-22Removed redundant imports and other clean up.joe
2018-06-20More DPut stuffjim@bo
* verbose/quiet without args shows report * verbose all - sets all tags verbose * quiet all - sets all tags quiet * XMisc defaults to verbose, everything else quiet * new XMan tag for ToxManager related stuff * s/hputStrLn stderr/dput XMisc/ in daemon code
2018-06-20route more logging through dputAndrew Cady
2018-06-20port to newer versions of packages:jim@bo
* iproute >= 1.7.4 * conduit-extra >= 1.1.7
2018-06-10Tox: improved data-to-route and onion debug prints.joe
2018-05-30tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.joe
2018-05-29dput: suppressible debug printsJames Crayne
2017-11-24Made "dhtkey" and "friend" automated with "a" command.joe
2017-11-05Fixed Onion.Transport.decrypt broken by side-effecting stylejoe
at commit 8039d812b7ea8ae566f8873452ac34597336ddfc.
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
This is to ready the tree for a memoizing cache of shared secrets.
2017-11-04Quieter output and some bug fixes.joe
2017-11-02Fixed onion routes for IPv4-mapped IPv6 addresses.joe
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
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-19Successful toxid announce.joe
2017-10-19Encrypt Tox's store-key announcement with the key being stored.joe
2017-10-14Partitioned friend-request transport from the onion transport.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 OnionTransport to its hierarchical location.joe