diff options
-rw-r--r-- | TODO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -37,8 +37,7 @@ What happens with lastspoke when there was no lastspoke time? Potentially opt t Is it possible to periodically reduce fdmax if higher numbered clients are gone? Debug log ("checking client socket <i> out of <fdmax>") gets busy after fdmax gets relatively high, and might be possible to avoid unnecessary looping. -BLABOUNCER/stdin functions to add: -- List connected/authenticated clients +Combine custom BLABOUNCER commands with stdin commands (or ditch stdin?). KICK not handled (temporary work in kick-support-20230409.diff) KICK: @@ -54,3 +53,10 @@ Crash when requesting 30 hour replay. Users in channel not being populated observed once - 27/07/2023 #pipewire on irc.oftc.net. (related to?): 11/06/2023 01:00:41 "processrawstring(): combined truncated message '2131365056' is too long (1006 out of a maximum of 512 characters), clearing it." seen during long/truncated/recombined 353 RPL_NAMREPLY #winehq on irc.libera.chat. + +Debug log spam when disconnected from server? + +Automatic nick reclaim. +Related: nickchangecommands = {} or similar in blabouncer.conf to do for example automatic nickserv (re)identify on nick change. + +Are WALLOPS logged & replayed? |