summaryrefslogtreecommitdiff
path: root/src/Network/Tox.hs
AgeCommit message (Expand)Author
2018-05-31comment netcrypto backoff loop for simpler debuggingJames Crayne
2018-06-02Delete NetCrypto type, separate transports for Handshake,CryptoPacket.joe
2018-06-01More informative types on toxCrypto/toxHandshakes.joe
2018-06-01tox: Separate transports for handshakes and crypto-packets.joe
2018-05-31uninitialized HParam fields should be Nothing not errorJames Crayne
2018-05-30This patch:James Crayne
2018-05-31Update roster and supplied dht-key seperately (in case no dhtkey).joe
2018-05-31Use user-keys (not DHT-key) when encrypting initial handshake.joe
2018-05-29handshake nonce debug printsJames Crayne
2018-05-30tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.joe
2018-05-30fix backoff, and more debug printsJames Crayne
2018-05-30exponential backoff on netCrypto and more debug printsJames Crayne
2018-05-29netCrypto function, ready for testing?James Crayne
2018-05-28remove old dubious TODO commentJames Crayne
2018-05-28more todo comments on netcrypto functionJames Crayne
2018-05-28netcrypto wip, compilesJames Crayne
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