summaryrefslogtreecommitdiff
path: root/Presence
AgeCommit message (Expand)Author
2013-06-29NestingXML utilitiesjoe
2013-06-29NestingXML uses ReaderT to track the nexting level of xml events.joe
2013-06-29fixed namespace for iq/bind/jidjoe
2013-06-29bind-resource protocol implementedjoe
2013-06-28Fixed gatherElement bugjoe
2013-06-28Attempt to control buffer sends with renderBytes...joe
2013-06-28greet client, skip unknown elements, quit at </stream>joe
2013-06-28Converted fromClient to use MaybeTjoe
2013-06-28implemented xmlifyPresenceForClient in XMPP modulejoe
2013-06-28xml-conduit parsing for packets inbound from clientsjoe
2013-06-27Restricted exports from XMPP.hsjoe
2013-06-27Started conduits-based XMPP module (will replace XMPPServer)joe
2013-06-27Converted to SocketLike and quitListening interfaces.joe
2013-06-27Removed redundant imports.James Crayne
2013-06-27Adapted ConduitServer sample program to use ServerC interface.joe
2013-06-27ServerC module provides a conduits interface for doServerjoe
2013-06-27removed getPeerCred from XMPPServer modulejoe
2013-06-26added GetHostByAddr modulejoe
2013-06-26minor editjoe
2013-06-26commentsjoe
2013-06-26Send offline events when a peer goes down.joe
2013-06-26connect' takes a port number nowjoe
2013-06-26Send remote presence to clients.joe
2013-06-25quiet debug printsjoe
2013-06-25Fixed whitespace bugjoe
2013-06-25SEnd addresses on the wire between peers rather than domain names.joe
2013-06-24announcePresence interfacejoe
2013-06-21VTHACK optional, causes logout bug with gnome2/debian-old-stablejoe
2013-06-21cached outgoing presence messages until socket becomes available.joe
2013-06-21oops, somehow this module was never added.joe
2013-06-21Parse/Lex fixes. Presence now received by remote peer.joe
2013-06-20Work toward sending outgoing messages to remote peersjoe
2013-06-19oopsjoe
2013-06-19Shared hostname with client-connection.joe
2013-06-19Added -n hostname optionjoe
2013-06-19Added ConfigFiles modulejoe
2013-06-19Added listening on port 5269 for remote peers.joe
2013-06-19xml presence notifications now sent to client.joe
2013-06-19combined presence-handling & socket-writing thread.joe
2013-06-19presence subscription APIjoe
2013-06-18greedy subscriber capabilityjoe
2013-06-18Switched from MVar to STM monad.joe
2013-06-18Subscriber channels.joe
2013-06-18cleanup debug noisejoe
2013-06-17delay a bit before first utmp scan so that we know active ttyjoe
2013-06-17State changes on vt switch.joe
2013-06-17failed experiment with hGet instead of hGetContentsjoe
2013-06-17cleaner debug outputjoe
2013-06-17Switched to default putStrLnjoe
2013-06-17Switched UTmp.users to return ByteStrings instead of Strings.joe