summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2023-04-09 01:25:09 +0200
committerLuke Bratch <luke@bratch.co.uk>2023-04-09 01:25:09 +0200
commit72d8b6d1a71a90ca8a765e0defb5159b4deea562 (patch)
tree79cbf10c0b86bdf57e4ca9644b0190d7eb1ceba3
parent8bc135137b4543d411a61f9d06f24186a4172761 (diff)
Update TODO.
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index a800c79..c29c3ba 100644
--- a/TODO
+++ b/TODO
@@ -33,8 +33,6 @@ Or if there are no bans then just 368:
Other IRC clients log stuff like "Mar 31 16:58:15 * #foobar :No topic is set." - can/should we?
-Some servers have a user send ^VERSION^ upon connection - (optionally?) respond to it.
-
Git version in code.
Connecting from irssi triggers doautoreplay() from "USER received" in message.c twice.
@@ -43,4 +41,10 @@ Use the line number based replay log reading method from lastspoke rather than t
What happens with lastspoke when there was no lastspoke time? Potentially opt to fall back on time based. And/or add lastspoke + time?
+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
+
Crash when requesting 30 hour replay.