summaryrefslogtreecommitdiff
path: root/Presence
AgeCommit message (Expand)Author
2020-01-01Factor out some new librariesJames Crayne
2018-12-16tcp: Avoid ponging on new non-pinged connections.Joe Crayne
2018-12-16More TCP work.Joe Crayne
2018-12-16Integrated cli interface to TCP Kademlia table.Joe Crayne
2018-12-16Deleted unused modules.Joe Crayne
2018-11-27MUC: More flexible groupchat room-id. Allow all non-"unavailable" joins.Joe Crayne
2018-11-14MUC: It works.Joe Crayne
2018-11-14MUC: Notify members on chatroom joins.Joe Crayne
2018-11-14MUC: Two-step nominate/comit chat transactions.Joe Crayne
2018-11-14Forgot to check this in.Joe Crayne
2018-11-14wip: Transactional chat.Joe Crayne
2018-11-06More XEP-45 chatroom stuff.Joe Crayne
2018-11-06MUC compliance: Issue missing-nick error.Joe Crayne
2018-11-06splitJID: resource may include @ symbol.Joe Crayne
2018-11-06Comments documenting home-grown <presence> whitelist attribute.Joe Crayne
2018-11-06Rooms and room occupants.Joe Crayne
2018-11-05Indicate that group chat is supported.Joe Crayne
2018-11-05Respond to XMPP discovery queries.Joe Crayne
2018-11-05whitespaceJoe Crayne
2018-11-05Factored applyStanza/forwardStanza out of xmppInbound.Joe Crayne
2018-11-05Factored Stanza.Build out of XMPPServer.Joe Crayne
2018-11-05Factored Stanza.{Types,Parse} out of XMPPServer.Joe Crayne
2018-11-05Removed dead code.Joe Crayne
2018-11-04Preparation to move DPut to a separate project.James Crayne
2018-11-03Fix roster bug: allow multiple tox buddies at once.Joe Crayne
2018-11-02Avoid deprecated Conduit interface in library modules.Joe Crayne
2018-11-02Purged TraversableT usage.Joe Crayne
2018-10-28Use remote-address (not local bind address) as connection key for clients.Joe Crayne
2018-10-03Untested tox: Update buddies/subscribers on established connection.Joe Crayne
2018-10-03Provide a different roster resolver for tox-peers to Presence.Joe Crayne
2018-10-03Moved resolving duty to Connection manager.Joe Crayne
2018-09-21Handle converting empty bytestring to Text.Joe Crayne
2018-09-21relabel thread reader -> xmpp-readerJoe Crayne
2018-09-07xmpp: cache stream nameJoe Crayne
2018-09-07Removed obsolete Connection.Tox.Joe Crayne
2018-07-06xmpp: Enable sending to lower-cased Tox peer without user field.Joe Crayne
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-28Enable xmpp client to use long-form hex toxid for add-buddy operation.Joe Crayne
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-24ToxToXMPP: Check solicited only for the correct secret key.joe
2018-06-24Added tox-id annotation to tox peer connections.joe
2018-06-24XMPP: Type-checking on various uses of SockAddr.joe
2018-06-23Some documentation about roster files.joe
2018-06-22Removed redundant imports and other clean up.joe
2018-06-22Forward port to nightly-2018-06-22.joe
2018-06-22It sends tox-messages to pidgin!joe
2018-06-21Remember whether peers are Tox or XMPP connections.joe
2018-06-21WIP: Deliver tox generated messages to xmpp clients.joe