index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Presence
/
ConsoleWriter.hs
Age
Commit message (
Collapse
)
Author
2018-11-04
Preparation to move DPut to a separate project.
James Crayne
2018-06-22
It sends tox-messages to pidgin!
joe
2018-06-21
Avoid awkward "flip (maybe ...)" pattern.
joe
2017-11-20
WIP: Multiple identities/rosters for a single unix user.
joe
2017-11-12
We no longer require root. (ConsoleWriter is disabled without).
joe
2016-02-22
Compiles with latest stackage lts
Andrew 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-05
Fixed stair-stepping.
joe
2014-04-04
Type signatures and comments.
joe
2014-03-17
Added \r to tty writes.
joe
2014-03-16
use executeFile instead of rawSystem to run notify-send
joe
2014-03-16
newline after tty write
joe
2014-03-16
Fixed pty device names
joe
2014-03-16
write to terminal
joe
2014-03-16
Deliver messages to X via notify-send.
joe
2014-03-16
read environment from proc for DISPLAY and check g+w of tty
joe
2014-03-15
fixed probe-replies to include utmp presence
joe
2014-03-15
Fixed wheezy build.
joe
2014-03-15
notify remote peers of utmp presences
joe
2014-03-15
lookupLang is now case-insensitive
joe
2014-03-15
code to find best-match xml:lang attribute based on LC_ locale variables.
joe
2014-03-14
console presence implemented
joe
2014-03-14
Integrated ConsoleWriter stub for console messages and presence.
joe