summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2021-01-19 00:12:11 +0000
committerLuke Bratch <luke@bratch.co.uk>2021-01-19 00:12:11 +0000
commit4b282dd670c7263232d19412f9735d670a1b1b76 (patch)
treead6ab244be87e432940731c60ffa0bf3babf96ff /TODO
parenta16d9bdecb572bb266a84ec90767d613ce8ce255 (diff)
Fix various issues where strncmp was only comparing a substring.
This fixes issues such as when JOINing a channel whose name is a substring of another channel, things like PARTing don't work properly.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8d04065..b8702e1 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,8 @@ Can memory usage be reduced further? (e.g. better channel struct management)
Ability to load new certificate whilst running.
-JOINing a channel that is a substring of another channel breaks all sorts (e.g. both #blabouncer and #blabounce).
+Are any other strncmps incorrect (i.e. just checking a substring)?
+
+Topic is stored incorrectly when the setter's host was an IPv6 address (colon search issue?).
Crash when requesting 30 hour replay.