summaryrefslogtreecommitdiff
path: root/Presence
AgeCommit message (Collapse)Author
2014-02-11Switched to throw-to instead of hClose to quit reader threadjoe
2014-02-11send-ping framework for xmppServerjoe
2014-02-10more xmppServer workjoe
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
2014-01-27wait on TMVar instead of using getLinejoe
2014-01-02Fixed build against newer libraries.joe
2014-01-02Debug prints when a console message should be written.joe
2013-11-18Recovery from PING TIMEOUTjoe
2013-11-18updates buddy list on ping timeout.joe
TODO: send probe when in-bound peer connection re-appears.
2013-11-18ping workjoe
2013-11-17Ping debug printsjoe
2013-11-17close socket on ping timeoutjoe
2013-11-17Added sClose to SocketLike interfacejoe
2013-11-17Added RestrictedSocket parameter to ActivityBumpjoe
2013-11-11peer ping timeout logicjoe
2013-11-11More ping workjoe
2013-11-11Send service-unavailable on unsupported peer iq requests.joe
2013-11-11WIP: server2server pingsjoe
2013-11-11Send messages to all connected clients.joe
2013-11-11Obtain utmp path from paths.h header.joe
2013-10-08Disabled pid file feature to avoid obnoxious failuer to start.joe
2013-10-08Handle address of LocalHost in peerAddr. Fixes local echo case.joe
2013-10-02Fixed ./b style build failure.joe
2013-07-31oops, fixed body & subject tag namespaces for client.joe
2013-07-31Sends incomming messages to client, checked in overlooked filejoe
Logging.hs
2013-07-29Progress toward support for messaging.joe
2013-07-26Added tracking of xml:lang attribute.joe
2013-07-20remove eroneous requirement of "from" attribute on client announcedjoe
presence.
2013-07-20Now honors client's requested status.joe
2013-07-20Progress toward respecting client's requeseted presence state.joe
2013-07-20Changed activeUsers field to keep track of attached clients.joe
2013-07-19More complete support for <show> tagjoe
2013-07-19indicated client's prefered resource id in debug messagejoe
2013-07-18Give up on outgoing connection when incomming is detected as gone.joe
2013-07-18Added warning on sIsConnected for case the socket was made into ajoe
Handle.
2013-07-18More methods in SocketLikejoe
2013-07-17Fixed offline trackingjoe
2013-07-15Moved all output to module: Loggingjoe
2013-07-15Exported ClientCommands channel to main module so that we can startjoe
tracking clients for messaging and client status.
2013-07-14renamed outgoingConnections to remotePeers in the PresenceState globaljoe
record.
2013-07-14Removed old or wrong commentsjoe
2013-07-14removed unused codejoe
2013-07-14Factored the cache and retry pattern into module SendMessagejoe
2013-07-13refactored, more layeringjoe
2013-07-13factored out xml marshalling into separate module.joe
2013-07-13Shorter comment about utmp profiling issuejoe
2013-07-13Comments for main & startjoe