index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ToxToXMPP.hs
Age
Commit message (
Expand
)
Author
2018-07-06
tox-to-xmpp: presence updates.
Joe Crayne
2018-07-05
Use ordinary (.tox) hostnames in JIDs from Tox peers to clients.
Joe Crayne
2018-06-27
tox-to-xmpp: typing notifications.
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
Cancel connect:* task when connection is established.
joe
2018-06-24
ToxToXMPP: Check solicited only for the correct secret key.
joe
2018-06-24
Redundant imports.
joe
2018-06-24
Fixed handshake behavior
Andrew Cady
2018-06-24
XMPP: Type-checking on various uses of SockAddr.
joe
2018-06-23
try to avoid bug where NodeInfo rapidly cycles between ipv4 and ipv6 addresses
Andrew Cady
2018-06-23
sketch data representation of the netcrypto negotiation state
Andrew Cady
2018-06-23
do cookie request and the handshake
Andrew Cady
2018-06-22
active nc sessions should be looked up by sockaddr, not key
Andrew Cady
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-22
stub out the handshake announcer
Andrew Cady
2018-06-22
It sends tox-messages to pidgin!
joe
2018-06-21
start to implement plan in conn-notes.txt
Andrew Cady
2018-06-21
tox: Fixed client profile check in checkSoliciting.
joe
2018-06-21
Fix build.
joe
2018-06-21
WIP: Deliver tox generated messages to xmpp clients.
joe
2018-06-21
Oops, forgot compare host name for friend-request check.
joe
2018-06-21
Send outgoing friend requests from XMPP clients.
joe
2018-06-21
Fixed wrong-key bug in automatic dht-key sharing via xmpp.
joe
2018-06-21
The ToxToXMPP code should use XMan tag.
joe
2018-06-20
More DPut stuff
jim@bo
2018-06-20
Avoid spamming friend-requests to xmpp client.
joe
2018-06-20
Parameterized Account to hold arbitrary information.
joe
2018-06-20
ensure the announce key search repeats
Andrew Cady
2018-06-18
Automatically cancel searches when we log-out of xmpp.
joe
2018-06-18
oops, use hex for announce-keys.
joe
2018-06-18
Schedule/cancel dhtkey:* task based on policy and session status.
joe
2018-06-18
WIP: connection-related scheduled announce items.
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-05-31
Use hard-coded default nospam id.
joe
2018-05-31
Simulate instant message for each in-bound tox crypto packet.
joe
2018-05-31
Do-nothing tox-to-xmpp conversion conduits.
joe
2018-05-31
ToxToXMPP: Stub for address-change. (pattern fail fix)
joe
2018-05-30
TODO comment.
joe
2018-05-30
WIP: Deliver friend-request to xmpp client. (continued)
joe
2018-05-28
add missing top-level type signatures
James Crayne
2018-05-29
WIP: Deliver friend-request to xmpp client.
joe
2017-11-19
Conduit stubs to convert between Tox and XMPP messages.
joe