Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also: MVar for synchronous XMPP stanza logging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* verbose/quiet without args shows report
* verbose all - sets all tags verbose
* quiet all - sets all tags quiet
* XMisc defaults to verbose, everything else quiet
* new XMan tag for ToxManager related stuff
* s/hputStrLn stderr/dput XMisc/ in daemon code
|
|
|
|
* iproute >= 1.7.4
* conduit-extra >= 1.1.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
turns out it wasn't necessary
|
|
|
|
|
|
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.
|
|
|
|
|
|
|