summaryrefslogtreecommitdiff
path: root/Presence/Server.hs
AgeCommit message (Collapse)Author
2014-03-10Moved DNS related calls to single module (preparation for DNSCache)joe
2014-03-09updated cabal file to build the reworked presencejoe
2014-03-05more stdout flushing, removed noisy ping idle log messagejoe
2014-03-03Disabled broken codejoe
2014-02-16Added user-data to connection map.joe
2014-02-15Answer client bind-resource request. Quieted connect-fail messages.joe
2014-02-14Fixed ping bug.joe
2014-02-14Ping now uses InterruptableDelayjoe
2014-02-14Refactored most of xmppServer into a new module XMPPServerjoe
2014-02-13fixed wheezy buildjoe
2014-02-13Fixed race condition in InterruptableDelayjoe
2014-02-13Interrupt retry delay when incomming connection arrives.joe
2014-02-13ConnectWithEndlessRetryjoe
2014-02-13server test codejoe
2014-02-12Added ConnectFail eventjoe
2014-02-11Switched to throw-to instead of hClose to quit reader threadjoe
2014-02-11send-ping framework for xmppServerjoe
2014-02-10Fixed ping bug, forked connection thread in xmppServerjoe
2014-02-10moved ping logic into ConnectionStatejoe
2014-02-09extra careful ping bumpjoe
2014-02-09new Server code, xmppServer demojoe
2013-07-12Removed HaXML based parsing & deleted obsolete modules.joe
2013-06-27Converted to SocketLike and quitListening interfaces.joe
Paving the way for conversion to conduits-based server over HaXml.
2013-06-26Send remote presence to clients.joe
Implmented -4 switch to select ipv4, otherwise ipv6
2013-06-25quiet debug printsjoe
2013-06-25SEnd addresses on the wire between peers rather than domain names.joe
2013-06-21Parse/Lex fixes. Presence now received by remote peer.joe
2013-06-17cleaner debug outputjoe
2013-06-16Now obtains uid of local peer.joe
2013-06-16graceful quit from accept loopjoe
2013-06-15xmppserverjoe
2013-06-15started projectjoe