From ca8c31cdb180bd5758a4a4f9d868eca31197081c Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 8 Apr 2023 17:36:49 +0200 Subject: Improve stdin handling (only available when running in foreground mode) - don't get stuck in a loop when handling EOF/^D/Ctrl+D, improve debug output, improve comments, initialise variables more safely, exit main loop on errors. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index bf8e642..a800c79 100644 --- a/TODO +++ b/TODO @@ -37,8 +37,6 @@ Some servers have a user send ^VERSION^ upon connection - (optionally?) respond Git version in code. -Sending ^D when running with ./blabouncer -f does crazy stuff. - Connecting from irssi triggers doautoreplay() from "USER received" in message.c twice. Use the line number based replay log reading method from lastspoke rather than the inefficient re-read + line offset method in time replays? (And potentially remove a bunch of code re-use.) -- cgit v1.2.3