summaryrefslogtreecommitdiff
path: root/ToxToXMPP.hs
AgeCommit message (Collapse)Author
2018-07-06tox-to-xmpp: presence updates.Joe Crayne
2018-07-05Use ordinary (.tox) hostnames in JIDs from Tox peers to clients.Joe Crayne
2018-06-27tox-to-xmpp: typing notifications.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-24Cancel connect:* task when connection is established.joe
2018-06-24ToxToXMPP: Check solicited only for the correct secret key.joe
2018-06-24Redundant imports.joe
2018-06-24Fixed handshake behaviorAndrew Cady
The handshake code would flood the network with interminable handshakes.
2018-06-24XMPP: Type-checking on various uses of SockAddr.joe
2018-06-23try to avoid bug where NodeInfo rapidly cycles between ipv4 and ipv6 addressesAndrew Cady
2018-06-23sketch data representation of the netcrypto negotiation stateAndrew Cady
2018-06-23do cookie request and the handshakeAndrew Cady
the cookie is reused until it gets too old
2018-06-22active nc sessions should be looked up by sockaddr, not keyAndrew Cady
2018-06-22Removed redundant imports and other clean up.joe
2018-06-22stub out the handshake announcerAndrew Cady
2018-06-22It sends tox-messages to pidgin!joe
2018-06-21start to implement plan in conn-notes.txtAndrew Cady
2018-06-21tox: Fixed client profile check in checkSoliciting.joe
2018-06-21Fix build.joe
2018-06-21WIP: Deliver tox generated messages to xmpp clients.joe
2018-06-21Oops, forgot compare host name for friend-request check.joe
2018-06-21Send outgoing friend requests from XMPP clients.joe
2018-06-21Fixed wrong-key bug in automatic dht-key sharing via xmpp.joe
2018-06-21The ToxToXMPP code should use XMan tag.joe
2018-06-20More DPut stuffjim@bo
* verbose/quiet without args shows report * verbose all - sets all tags verbose * quiet all - sets all tags quiet * XMisc defaults to verbose, everything else quiet * new XMan tag for ToxManager related stuff * s/hputStrLn stderr/dput XMisc/ in daemon code
2018-06-20Avoid spamming friend-requests to xmpp client.joe
2018-06-20Parameterized Account to hold arbitrary information.joe
2018-06-20ensure the announce key search repeatsAndrew Cady
2018-06-18Automatically cancel searches when we log-out of xmpp.joe
2018-06-18oops, use hex for announce-keys.joe
2018-06-18Schedule/cancel dhtkey:* task based on policy and session status.joe
2018-06-18WIP: connection-related scheduled announce items.joe
2018-06-18Factored separate code-paths for Kademlia announce versus actionjoe
on search result.
2018-06-18tox: Automatically share dhtkey with roster contacts.joe
2018-05-31Use hard-coded default nospam id.joe
2018-05-31Simulate instant message for each in-bound tox crypto packet.joe
2018-05-31Do-nothing tox-to-xmpp conversion conduits.joe
2018-05-31ToxToXMPP: Stub for address-change. (pattern fail fix)joe
2018-05-30TODO comment.joe
2018-05-30WIP: Deliver friend-request to xmpp client. (continued)joe
2018-05-28add missing top-level type signaturesJames Crayne
2018-05-29WIP: Deliver friend-request to xmpp client.joe
2017-11-19Conduit stubs to convert between Tox and XMPP messages.joe