summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2022-02-10 21:21:07 +0000
committerLuke Bratch <luke@bratch.co.uk>2022-02-10 21:21:07 +0000
commit4375415b9228c0537d1d18b1f1ba263d286f7f3a (patch)
treea50f04dfc70b45e2d35dc9cd2d1fd189fe794ac9 /TODO
parentc1799538e9bba02ac188c262f051e9bae6e612f8 (diff)
Relay server PINGs to all clients in case they rely on PINGs to stay alive.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4240d87..201eaf6 100644
--- a/TODO
+++ b/TODO
@@ -24,4 +24,11 @@ Do connectcommands happen on reconnect?
Are "no such nick/channel" messages as shown in clients correct compared to non-(bla)bouncer clients?
+Support ban list when requesting /mode #channel +b (commands 367 and 368 at least) - ensure max ban list length is supported. example:
+:irc.tghost.co.uk 367 l_bratch #foo *!foo@bar.bz l_bratch 1642588731
+:irc.tghost.co.uk 367 l_bratch #foo *!*bbuser@*.bratch.co.uk l_bratch 1642588681
+:irc.tghost.co.uk 368 l_bratch #foo :End of Channel Ban List
+Or if there are no bans then just 368:
+:irc.tghost.co.uk 368 l_bratch #foo :End of Channel Ban List
+
Crash when requesting 30 hour replay.