summaryrefslogtreecommitdiff
path: root/Presence/main.hs
AgeCommit message (Collapse)Author
2014-01-27wait on TMVar instead of using getLinejoe
2014-01-02Debug prints when a console message should be written.joe
2013-11-18Recovery from PING TIMEOUTjoe
2013-11-11Send messages to all connected clients.joe
2013-10-08Disabled pid file feature to avoid obnoxious failuer to start.joe
2013-07-29Progress toward support for messaging.joe
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-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-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-14Factored the cache and retry pattern into module SendMessagejoe
2013-07-13Shorter comment about utmp profiling issuejoe
2013-07-13Comments for main & startjoe
2013-07-13more comments in main.hsjoe
2013-07-13comments in main.hs, updated modules.svgjoe
2013-07-12Removed HaXML based parsing & deleted obsolete modules.joe
2013-07-12Removed redundant importsjoe
2013-07-11Handle rejection case.joe
2013-07-11roster updates and presence notification in case of a new subscription.joe
2013-07-10Send subscription requests to client for approval, and thenjoe
forward the answer to the remote peer. Todo: related roster update.
2013-07-10process peer subscription approval and notify client of new buddy.joe
2013-07-09Auto-reply approval to remote peer in case a requested subscriptionjoe
is already established.
2013-07-09send subscription requests to remote peersjoe
2013-07-08maintain uniqueness of items in config listsjoe
2013-07-08Send roster push events to client in case of subscription requests.joe
2013-07-08clientRequestsSubscription work in progress...joe
2013-07-07Oops, i wanted that crap in JabberClientSession, not JabberPeerSession.joe
2013-07-07Made three new config lists available to XMPP module.joe
2013-07-05Now assigns tty for resource id.joe
2013-07-05save active local users as (user,tty,pid) tuples rather than JIDs.joe
quieted debug prints in identifyTTY
2013-07-05XMPP module now calls setResource "" on empty bind requests.joe
2013-07-02Send cached presence to clientjoe
2013-07-02presence probe bug fixesjoe
2013-07-02Reply to presence probes.joe
2013-07-01Changed PresenceProbe constructor to have both "from" and "to" fields.joe
2013-07-01Cache presence probes until a connection is ready.joe
2013-07-01discard bad hostnames in sendProbesjoe
2013-07-01Added stubs for PresenceProbe messageJames Crayne
2013-07-01progress toward sending presence probesjoe
2013-07-01track remote useres in the remoteUsers map.joe
2013-07-01Split UnixSession structure into ClientSession and PeerSession.joe
2013-07-01Moved set of announced presences from fromPeer thread to the associatedjoe
UnixSession.
2013-07-01Updated explanation for -DNOUTMP.joe
2013-06-28xml-conduit parsing for packets inbound from clientsjoe
2013-06-27Started conduits-based XMPP module (will replace XMPPServer)joe