summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-09-12 21:04:41 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-09-12 21:04:41 +0100
commit55b6f72223675c226238a5110d674a852e9922d3 (patch)
treec2112e30672eec3d7abb27d95e949ccb0c1e7e8b /TODO
parent3b836818fe3626798924a56f1660ab5423998094 (diff)
Adopt the locale of the environment for locale-dependent things like date formats.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0335689..8558408 100644
--- a/TODO
+++ b/TODO
@@ -11,3 +11,7 @@ Ensure replayed lines don't exceed IRC message maximum length due to inserted ti
Log server messages to file.
Is there a way to log nick changes to the normal log despite not tracking nicks in each channel? (We do track channel names themselves.)
+
+Change Makefile to not leave separate .o files lying around.
+
+Doesn't compile on old GCC - maybe set -std=gnu99.