summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-05whosocket now demonstrates acquiring the tty to associate with programsjoe
run from a gdm session.
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
a local socket address and port number.
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
UnixSession.
2013-07-01Removed hsc2hs lines from GetHostByAddr.hs. The tool was not doingjoe
anything significant, so we can just use the Haskell source. Also fixed a bug in graphdeps. Replacing modules.svg with the version that has obsolete modules removed.
2013-07-01graphdeps can accept arguments from commandline.joe
Use -r XMPPServer -r Server -r AdaptServer to generate modules.svg with obsolete modules removed.
2013-07-01graphdeps to generate modules.svg, and modules.svg file to showjoe
visualization of module dependencies.
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
a ByteString sink.
2013-06-30SocketC now exports packetSinkjoe
2013-06-30outgoing connections to peers added to XMPP.hs.joe
It still uses Handle for now, TODO: change to a ByteString sink.
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
2013-06-29reply to iq-set-sessionjoe
2013-06-29Switched NestingXML to StateTjoe
2013-06-29NestingXML experimentjoe
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-28Patched versions of Text.XML.Stream.Token and Text.XML.Stream.Render.joe
Use -DRENDERFULSH to use the new ability to render a stream of Flush Event into a stream of Flush Builders.
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