Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-15 | Switch back to Network.XmlRpc for output | Daniel Gnoutcheff | |
Text.XML.HaXml.ByteStringPP mangles Unicode and is harder to use. Network.XmlRpc is good enough now that we've given up on control chars. | |||
2021-09-15 | Unescape input messages | Daniel Gnoutcheff | |
2021-09-14 | Filter control chars | Daniel Gnoutcheff | |
IkiWIki's XML-RPC layer won't accept them, even with XML escaping. | |||
2021-09-14 | Fix flushing | Daniel Gnoutcheff | |
We meant to flush after putStr, not before. | |||
2021-09-14 | Fix memory leak | Daniel Gnoutcheff | |
2021-09-14 | Flush stdout after each message, rather than after each line | Daniel Gnoutcheff | |
2021-09-13 | Rewrite to fix escaping | Daniel Gnoutcheff | |
2021-08-10 | Slightly tighter imports | Daniel Gnoutcheff | |
2021-08-10 | First working version | Daniel Gnoutcheff | |