summaryrefslogtreecommitdiff
path: root/src/Network/Tox.hs
AgeCommit message (Expand)Author
2018-05-27WIP: "lan" command to announce this Tox node on the lan.joe
2017-11-29Disabled curve 25519 backport for newer cryptonite library.joe
2017-11-23dequeueOutgoing threadJames Crayne
2017-11-21Renamed Roster -> ContactInfo, reverted toxManager stubs.joe
2017-11-21build fix: unrestricted import of Crypto.Handlers into Network.Toxjoe
2017-11-21move netCrypto init stub to Network.ToxJames Crayne
2017-11-21Use the addNewSessionHook, rename announceToxConnectionJames Crayne
2017-11-19Conduit stubs to convert between Tox and XMPP messages.joe
2017-11-08dhtBootstrapjoe
2017-11-08Tox: Added missing forkPollForRefresh threads.joe
2017-11-08Bootstrapping rework in progress.joe
2017-11-05Tox: Shared secrets cache.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
2017-11-04Quieter output and some bug fixes.joe
2017-11-03Added --dhtkey option.joe
2017-11-02Fixed onion routes for IPv4-mapped IPv6 addresses.joe
2017-11-01bring crypto-sessions state into scopeJames Crayne
2017-10-31allow hooks to be passed in to newToxJames Crayne
2017-10-31change name: defaultCryptoDataHooksJames Crayne
2017-10-31NetCrypto wip, compilesJames Crayne
2017-10-31Fixed ambiguous type error.joe
2017-10-31Revised interface to addHandler:joe
2017-10-31NetCrypto wipJames Crayne
2017-10-30Tox: LanDiscovery packet. Also: IsUnsolicited query/responsejoe
2017-10-28New "cookie" command for tox command-line interface.joe
2017-10-28cookieRequest Query + build fixDebian Live user
2017-10-28Use Data.Word64Map in tox clients when 32 bit ghcDebian Live user
2017-10-28Tox: handle cookie-request message.joe
2017-10-25Debugged encodeDataToRoute/parseDataToRoute.joe
2017-10-24Added Roster data and dhtkey handler.joe
2017-10-24Implemented "dhtkey" publish method.joe
2017-10-23Decryption layer for data-to-route messages.joe
2017-10-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-21Now searches using store command when we own the key.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-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
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