summaryrefslogtreecommitdiff
path: root/Presence/XMPPServer.hs
AgeCommit message (Collapse)Author
2020-01-01Factor out some new librariesJames Crayne
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search
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-06More XEP-45 chatroom stuff.Joe Crayne
2018-11-06MUC compliance: Issue missing-nick error.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-02Avoid deprecated Conduit interface in library modules.Joe Crayne
2018-10-28Use remote-address (not local bind address) as connection key for clients.Joe Crayne
Also: MVar for synchronous XMPP stanza logging.
2018-10-03Moved resolving duty to Connection manager.Joe Crayne
2018-09-21relabel thread reader -> xmpp-readerJoe Crayne
2018-09-07xmpp: cache stream nameJoe 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-24Added tox-id annotation to tox peer connections.joe
2018-06-24XMPP: Type-checking on various uses of SockAddr.joe
2018-06-22Removed redundant imports and other clean up.joe
2018-06-21Remember whether peers are Tox or XMPP connections.joe
2018-06-21Avoid awkward "flip (maybe ...)" pattern.joe
2018-06-21Added -v option to specify tags from command line.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-20route more logging through dputAndrew Cady
2018-06-20port to newer versions of packages:jim@bo
* iproute >= 1.7.4 * conduit-extra >= 1.1.7
2018-06-20Export non-ResourceT interface to xmppServer.joe
2018-05-31Do-nothing tox-to-xmpp conversion conduits.joe
2018-05-27Comments.joe
2018-05-22Configurable bind-addresses for xmpp.joe
2018-05-19Activate tox user key from xmpp configuration.joe
2018-05-18Daemon options to enable or disable XMPP.joe
2017-11-30Fixed non-exhaustive pattern added by commit 8413039d.joe
2017-11-20WIP: Multiple identities/rosters for a single unix user.joe
2017-11-20Rename: Server -> Connection.TcpJames Crayne
2017-11-19Conduit stubs to convert between Tox and XMPP messages.joe
2017-11-17Generic connection manager for Tox and XMPP.joe
2017-11-17WIP: Generic connection manager for Tox and XMPP.joe
2017-11-17Factored slotsToSource out of forkConnectionjoe
2017-11-16Changed Connection event to provide XML.Event streams.joe
2017-11-12Updated Server module that layers on StreamServer.joe
2017-11-09More comments.joe
2017-11-05Some comments.joe