summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2022-01-03 17:29:58 +0000
committerLuke Bratch <luke@bratch.co.uk>2022-01-03 17:29:58 +0000
commitc1799538e9bba02ac188c262f051e9bae6e612f8 (patch)
tree3ed277bf697f24d0cf72ffbb06134de328ab9ee5 /TODO
parentd9a27856ab4e3c365ff9755acc6a147c0ae0339d (diff)
Increase maximum auto join channels from 10 to 40, correctly check for maximum configuration array length, correct configuration array debug output text.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index cc6f351..4240d87 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,14 @@ Can memory usage be reduced further? (e.g. better channel struct management)
Ability to load new certificate whilst running.
-Are any other strncmps incorrect (i.e. just checking a substring)?
+Remaining strncmps are safe but could do with length comparisons too. "Our initial MODE" comparison may need to be more complex.
+
+"/topic" response goes to all clients.
+
+Connection/login logging - is debug.log sufficient?
+
+Do connectcommands happen on reconnect?
+
+Are "no such nick/channel" messages as shown in clients correct compared to non-(bla)bouncer clients?
Crash when requesting 30 hour replay.