diff options
| author | Luke Bratch <luke@bratch.co.uk> | 2024-03-29 17:37:02 +0000 | 
|---|---|---|
| committer | Luke Bratch <luke@bratch.co.uk> | 2024-03-29 17:37:02 +0000 | 
| commit | 19b38deee89aef4e5d6417d3b7d8e03b70a948ef (patch) | |
| tree | 607db9d8c9b0ac24a33d6b108de6c5ae8678bfe8 | |
| parent | 8f317a7182e8b61b42c1be83c4760098b1098c6d (diff) | |
Update TODO.
| -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?  | 
