summaryrefslogtreecommitdiff
path: root/Presence
AgeCommit message (Collapse)Author
2017-11-19Conduit stubs to convert between Tox and XMPP messages.joe
2017-11-17Generic connection manager for Tox and XMPP.joe
2017-11-17WIP: Generic connection manager for Tox and XMPP.joe
2017-11-17Factored slotsToSource out of forkConnectionjoe
2017-11-16Changed Connection event to provide XML.Event streams.joe
2017-11-15Factored PingMachine into separate module.joe
2017-11-15Cosmetic edit.joe
2017-11-15DNSCache now uses InterruptibleDelay where appropriate.joe
2017-11-14Use intrumented threads for Server module from Presence.joe
2017-11-14More sensible DNSCache behavior for non-threaded runtime.joe
2017-11-14Minor stylistic changes.joe
2017-11-13Minor edit.joe
2017-11-13Replaced dependency (binary -> cereal) in LocalPeerCred.joe
2017-11-13Type signatures for LocalPeerCred.joe
2017-11-13Consolidated redundant implementations of InterruptibleDelay.joe
2017-11-12We no longer require root. (ConsoleWriter is disabled without).joe
2017-11-12Updated Server module that layers on StreamServer.joe
2017-11-12Removed redundant SocketLike module.joe
2017-11-09Factored out Presence.hs from main module xmppServer.hs.joe
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