summaryrefslogtreecommitdiff
path: root/Presence
AgeCommit message (Expand)Author
2013-07-12Removed redundant importsjoe
2013-07-11changed handling of "none" case of getRoster mapping of config files tojoe
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
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
2013-07-09todo stubsjoe
2013-07-09todo commentsjoe
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-08added addSolicited call & fixed bug in ConfigFiles.addItemjoe
2013-07-07more roster stubs and some readibility editsjoe
2013-07-07Replies to get-roster requests from client.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-07getters for three new lists: others,pending,solicited.joe
2013-07-05Now assigns tty for resource id.joe
2013-07-05moved identifyTTY to LocalPeerCredjoe
2013-07-05save active local users as (user,tty,pid) tuples rather than JIDs.joe
2013-07-05Fixed handling ipv4 encoded as ipv6James Crayne
2013-07-05XMPP module now calls setResource "" on empty bind requests.joe
2013-07-04ffi pragma addedJames Crayne
2013-07-04whosocket.hs demonstrates acquiring uid,pid,tty/display fromjoe
2013-07-02better exception handlingjoe
2013-07-02Send cached presence to clientjoe
2013-07-02presence probe bug fixesjoe
2013-07-02Reply to presence probes.joe
2013-07-02Construct & send 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-01new file ControlMaybe: whenJust and withJustjoe
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
2013-07-01Removed hsc2hs lines from GetHostByAddr.hs. The tool was not doingjoe
2013-07-01Updated explanation for -DNOUTMP.joe
2013-07-01removed debug noise on pingsjoe
2013-07-01fixed gatherElement bug (it was bypassing the NestingXML api)joe
2013-06-30bug fixesjoe
2013-06-30handle presence announcements between peersjoe
2013-06-30regarding outbound-to-peer connections: changed from socket Handle tojoe
2013-06-30SocketC now exports packetSinkjoe
2013-06-30outgoing connections to peers added to XMPP.hs.joe
2013-06-30listen for remote peersjoe