summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05better parsing of tty from proc fileJames Crayne
2013-07-05Fixed handling ipv4 encoded as ipv6James Crayne
2013-07-05unmap6mapped4 function in whosocket.joe
2013-07-05XMPP module now calls setResource "" on empty bind requests.joe
2013-07-05refactor identifyTTY to match better how it will be used when integratedjoe
2013-07-05whosocket now demonstrates acquiring the tty to associate with programsjoe
2013-07-04search parent pids for tty and fall back to DISPLAY variable.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-01graphdeps can accept arguments from commandline.joe
2013-07-01graphdeps to generate modules.svg, and modules.svg file to showjoe
2013-07-01Updated explanation for -DNOUTMP.joe
2013-07-01bp script to build profiling version (the need for -DNOUTMP is gone)joe
2013-07-01removed debug noise on pingsjoe
2013-07-01fixed gatherElement bug (it was bypassing the NestingXML api)joe
2013-06-30Merge branch 'master' of samwise:presenceJames Crayne
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-30Updated cabal fileJames Crayne
2013-06-30removed outdated depends.txt fileJames Crayne
2013-06-30add -DRENDERFLUSH cpp flag to cabal fileJames Crayne
2013-06-30Updated flag pragma in BitSyntax.hsJames Crayne
2013-06-30Added cabal file.James Crayne
2013-06-30listen for remote peersjoe
2013-06-29implemented service-unavailable reply.joe
2013-06-29more info on unhandled stanzajoe