summaryrefslogtreecommitdiff
path: root/ToxManager.hs
AgeCommit message (Expand)Author
2018-11-04Fixed redundant session close and memory leak.Joe Crayne
2018-11-04Preparation to move DPut to a separate project.James Crayne
2018-11-03Switched to new session tracker.Joe Crayne
2018-11-03More uniform handling for Tox and XMPP peers.Joe Crayne
2018-10-03Untested tox: Update buddies/subscribers on established connection.Joe Crayne
2018-10-03Debug tag XUnexpected for anomalous unexpected errors.Joe Crayne
2018-10-03Moved resolving duty to Connection manager.Joe Crayne
2018-09-08ToxManager rewrite: use aggregated netcrypto sessions.Joe Crayne
2018-09-07Removed obsolete Connection.Tox.Joe Crayne
2018-06-25Separated conduit parser and general tox-manager stuff.joe
2018-06-25Forward instant messages from XMPP clients to Tox peers.joe
2018-06-24xmpp: allow server to change it's name (important for tox peers).joe
2018-06-24Fixed handshake behaviorAndrew Cady
2018-06-24XMPP: Type-checking on various uses of SockAddr.joe
2018-06-22Removed redundant imports and other clean up.joe
2018-06-20More DPut stuffjim@bo
2018-06-20Parameterized Account to hold arbitrary information.joe
2018-06-18Automatically cancel searches when we log-out of xmpp.joe
2018-06-18Factored separate code-paths for Kademlia announce versus actionjoe
2018-06-18tox: Automatically share dhtkey with roster contacts.joe
2018-06-18Use combined IPv6/IPv4 announce item for announcing toxid.joe
2018-06-17Factored out Tox-specific scheduling to Announcer.Tox.joe
2018-06-17Factored ToxManager out of the main module.joe