summaryrefslogtreecommitdiff
path: root/Presence/ConsoleWriter.hs
AgeCommit message (Collapse)Author
2018-11-04Preparation to move DPut to a separate project.James Crayne
2018-06-22It sends tox-messages to pidgin!joe
2018-06-21Avoid awkward "flip (maybe ...)" pattern.joe
2017-11-20WIP: Multiple identities/rosters for a single unix user.joe
2017-11-12We no longer require root. (ConsoleWriter is disabled without).joe
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-04-05Fixed stair-stepping.joe
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-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