summaryrefslogtreecommitdiff
path: root/src/Network/Tox.hs
AgeCommit message (Expand)Author
2018-06-16Fill in needed parameters to toxManager.joe
2018-06-16tox: Converted Contact struct to use TVar fields.joe
2018-06-16remove accepting-task, and initialize toxMgr fieldJames Crayne
2018-06-16Experimental Connection.Tox integrationJames Crayne
2018-06-13Facility to report rumored (indirect evidence) ip addresses.joe
2018-06-09tox: Label avahi threads.joe
2018-06-09kill dnssd threads when kill time comesAndrew Cady
2018-06-09integrate avahi publish & discoveryAndrew Cady
2018-06-09Expire old tox key announcements after 5 minutes.joe
2018-06-09Updated error messages referring to non-extant functions.joe
2018-06-07Parse ip command output to determine broadcast addresses.joe
2018-06-01debug prints and remove unnecessary threadDelayJames Crayne
2018-05-31need to actually send handshakeJames Crayne
2018-05-31{fresh,update}CryptoSession are now in STMJames Crayne
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