From 4375415b9228c0537d1d18b1f1ba263d286f7f3a Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 10 Feb 2022 21:21:07 +0000 Subject: Relay server PINGs to all clients in case they rely on PINGs to stay alive. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO') 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. -- cgit v1.2.3