summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2024-03-29 17:37:02 +0000
committerLuke Bratch <luke@bratch.co.uk>2024-03-29 17:37:02 +0000
commit19b38deee89aef4e5d6417d3b7d8e03b70a948ef (patch)
tree607db9d8c9b0ac24a33d6b108de6c5ae8678bfe8 /TODO
parent8f317a7182e8b61b42c1be83c4760098b1098c6d (diff)
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index be5b2ac..efcd1fd 100644
--- a/TODO
+++ b/TODO
@@ -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?