From 5280e648d96fbcb20948f7470afdca8b38f80a44 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 21 May 2019 22:45:32 +0100 Subject: Support multiple nick prefixes in channels by storing/relaying server 005/RPL_ISUPPORT messages and implementing the start of IRCv3 CAP negotiations (multi-prefix only at the moment). --- TODO | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 04e385d..b5b645a 100644 --- a/TODO +++ b/TODO @@ -19,13 +19,10 @@ Can't update greeting if server changed our nick (e.g. nick protection), then we Maybe only do 433 handling if we're not registered yet? (Might be fixed by adding missing free() to fix memory leak in this commit - need to re-test.) -If ChanServ gives us +q upon and then +o upon JOINing a channel, we only see +o if we are connected to blabouncer. If (re)connecting, we see a strange ~@nick status. -Also don't seem to be able to set -q from blabouncer. - Support autojoining passworded channels. Test CTCP. Reconnect server if we get disconnected for some reason. -Do we need to ACK end of CAP requests for CAP multi-prefix? +Only do CAP multi-prefix negotiation with client if server approved it in the first place. -- cgit v1.2.3