summaryrefslogtreecommitdiff
path: root/Presence
AgeCommit message (Collapse)Author
2017-11-09More comments.joe
2017-11-05Some comments.joe
2017-11-04Deleted obsolete files.joe
2017-10-28Verbosity switch.joe
2017-10-03Documented DNSCache module.joe
2017-10-01New version of IPv6 enabled getHostByAddr.joe
2017-09-29Disabled non-compiling IPv6 version of getHostByAddr.joe
2017-09-29Stale changes, committing.joe
2016-02-24Build fixesjoe
2016-02-23avoid forked xml-conduitAndrew Cady
turns out it wasn't necessary
2016-02-22use forked xml-conduit (fixes renderBuilderFlush = undefined)Andrew Cady
2016-02-22fix some warningsAndrew Cady
2016-02-22Compiles with latest stackage ltsAndrew Cady
However, it can't possibly work, because of this: XMPPServer.hs: > renderBuilderFlush = undefined The (real) definition of that function will have to be provided by a forked version of xml-conduit which is not included in this commit.
2014-07-30fixed buildjoe
2014-04-05makeMessage api in XMPPServerjoe
2014-04-05Fixed stair-stepping.joe
2014-04-04more type signaturesjoe
2014-04-04type signaturesjoe
2014-04-04Type signatures and comments.joe
2014-03-17Added \r to tty writes.joe
2014-03-16use executeFile instead of rawSystem to run notify-sendjoe
2014-03-16newline after tty writejoe
2014-03-16oopsjoe
2014-03-16Fixed pty device namesjoe
2014-03-16write to terminaljoe
2014-03-16Deliver messages to X via notify-send.joe
2014-03-16read environment from proc for DISPLAY and check g+w of ttyjoe
2014-03-15fixed probe-replies to include utmp presencejoe
2014-03-15Fixed wheezy build.joe
2014-03-15notify remote peers of utmp presencesjoe
2014-03-15lookupLang is now case-insensitivejoe
2014-03-15code to find best-match xml:lang attribute based on LC_ locale variables.joe
2014-03-14console presence implementedjoe
2014-03-14Integrated ConsoleWriter stub for console messages and presence.joe
2014-03-13parse utmp remote address into SockAddr structurejoe
2014-03-13Fixed exit off-by-4 error in utmp parsing. Stopped filteringjoe
DEAD_PROCESS in case we want to use the data for special handling of screen ttys.
2014-03-12consolation demo programjoe
2014-03-11Fixed To address on pongs to clientjoe
2014-03-11fixed DNSCache bugjoe
2014-03-11oops missing PeerResolvejoe
2014-03-11DNS fixesjoe
2014-03-10prefer roster-name to canonical name if possible.joe
2014-03-10Integrated DNSCache.joe
2014-03-10Moved DNS related calls to single module (preparation for DNSCache)joe
2014-03-10Threaded dns...joe
2014-03-10DNSCachejoe
2014-03-09Allow whitelist= attribute on jabber:server presence statusjoe
2014-03-09updated cabal file to build the reworked presencejoe
2014-03-09bug fixesjoe
2014-03-08ask=suscribe roster update on buddy requestjoe