index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ToxManager.hs
Age
Commit message (
Expand
)
Author
2018-11-03
More uniform handling for Tox and XMPP peers.
Joe Crayne
2018-10-03
Untested tox: Update buddies/subscribers on established connection.
Joe Crayne
2018-10-03
Debug tag XUnexpected for anomalous unexpected errors.
Joe Crayne
2018-10-03
Moved resolving duty to Connection manager.
Joe Crayne
2018-09-08
ToxManager rewrite: use aggregated netcrypto sessions.
Joe Crayne
2018-09-07
Removed obsolete Connection.Tox.
Joe Crayne
2018-06-25
Separated conduit parser and general tox-manager stuff.
joe
2018-06-25
Forward instant messages from XMPP clients to Tox peers.
joe
2018-06-24
xmpp: allow server to change it's name (important for tox peers).
joe
2018-06-24
Fixed handshake behavior
Andrew Cady
2018-06-24
XMPP: Type-checking on various uses of SockAddr.
joe
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-20
More DPut stuff
jim@bo
2018-06-20
Parameterized Account to hold arbitrary information.
joe
2018-06-18
Automatically cancel searches when we log-out of xmpp.
joe
2018-06-18
Factored separate code-paths for Kademlia announce versus action
joe
2018-06-18
tox: Automatically share dhtkey with roster contacts.
joe
2018-06-18
Use combined IPv6/IPv4 announce item for announcing toxid.
joe
2018-06-17
Factored out Tox-specific scheduling to Announcer.Tox.
joe
2018-06-17
Factored ToxManager out of the main module.
joe