diff options
author | Luke Bratch <luke@bratch.co.uk> | 2023-04-09 01:25:09 +0200 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2023-04-09 01:25:09 +0200 |
commit | 72d8b6d1a71a90ca8a765e0defb5159b4deea562 (patch) | |
tree | 79cbf10c0b86bdf57e4ca9644b0190d7eb1ceba3 /TODO | |
parent | 8bc135137b4543d411a61f9d06f24186a4172761 (diff) |
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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. |