diff options
author | Luke Bratch <luke@bratch.co.uk> | 2022-01-03 17:29:58 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2022-01-03 17:29:58 +0000 |
commit | c1799538e9bba02ac188c262f051e9bae6e612f8 (patch) | |
tree | 3ed277bf697f24d0cf72ffbb06134de328ab9ee5 /TODO | |
parent | d9a27856ab4e3c365ff9755acc6a147c0ae0339d (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-- | TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |