diff options
-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. |