summaryrefslogtreecommitdiff
path: root/Presence/XMPPServer.hs
AgeCommit message (Collapse)Author
2017-10-28Verbosity switch.joe
2017-09-29Stale changes, committing.joe
2016-02-24Build fixesjoe
2016-02-23avoid forked xml-conduitAndrew Cady
turns out it wasn't necessary
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
However, it can't possibly work, because of this: XMPPServer.hs: > renderBuilderFlush = undefined The (real) definition of that function will have to be provided by a forked version of xml-conduit which is not included in this commit.
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
2014-03-08invoke the new stubsjoe
2014-03-08more roster stubsjoe
2014-03-07peerSubscriptionRequest todo stubjoe
2014-03-07xmppClientSubscriptionRequest, work in progressjoe
2014-03-07Failure notice in irssijoe
2014-03-06Do not send cached presence until a resource has sent initial presence.joe
2014-03-06Send cached presence to client.joe
2014-03-06offline notificationsjoe
2014-03-06multiply presence for client (for hostname aliases)joe
2014-03-05more stdout flushing, removed noisy ping idle log messagejoe
2014-03-05untested: inform clients about remote presencesjoe
2014-03-05from addresses for probe repliesjoe
2014-03-05reply to probes (untested)joe
2014-03-04Repaired broken stanzaFromList, probes are sent.joe
2014-03-04Add from attribute to service-unavalible to satisfy Pidgin.joe
2014-03-03Disabled broken codejoe
2014-03-03send probes and solicitationsjoe
2014-02-22Switch to LockedChan, easier to debug.joe
2014-02-22Handle multiple clients per userjoe
2014-02-21TODO commentsjoe
2014-02-21Message delivery with failure reporting.joe
2014-02-21pidgin hack, error message in simulated chat.joe
2014-02-19more type signaturesjoe
2014-02-19Type signaturesjoe
2014-02-18wrapStanzaConduit for detection of interrupted stanzasjoe
2014-02-18log delivery failuresjoe
2014-02-18end to end messagingjoe
2014-02-17deliver message from client to remote peer.joe