summaryrefslogtreecommitdiff
path: root/Presence/XMPPServer.hs
AgeCommit message (Expand)Author
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
2018-06-20route more logging through dputAndrew Cady
2018-06-20port to newer versions of packages:jim@bo
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
2017-10-28Verbosity switch.joe
2017-09-29Stale changes, committing.joe
2016-02-24Build fixesjoe
2016-02-23avoid forked xml-conduitAndrew Cady
2016-02-22use forked xml-conduit (fixes renderBuilderFlush = undefined)Andrew Cady
2016-02-22fix some warningsAndrew Cady
2016-02-22Compiles with latest stackage ltsAndrew Cady
2014-07-30fixed buildjoe
2014-04-05makeMessage api in XMPPServerjoe
2014-04-04more type signaturesjoe
2014-04-04type signaturesjoe
2014-03-11Fixed To address on pongs to clientjoe
2014-03-11DNS fixesjoe
2014-03-10prefer roster-name to canonical name if possible.joe
2014-03-10Moved DNS related calls to single module (preparation for DNSCache)joe
2014-03-10Threaded dns...joe
2014-03-09Allow whitelist= attribute on jabber:server presence statusjoe
2014-03-09updated cabal file to build the reworked presencejoe
2014-03-09bug fixesjoe
2014-03-08ask=suscribe roster update on buddy requestjoe
2014-03-08broadcast roster change to other clients on approve/rejectjoe
2014-03-08peerSubscriptionRequestjoe