diff options
author | Luke Bratch <luke@bratch.co.uk> | 2023-04-08 17:36:49 +0200 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2023-04-08 17:36:49 +0200 |
commit | ca8c31cdb180bd5758a4a4f9d868eca31197081c (patch) | |
tree | 3aed35a062e426188642ed8e44a0ab4e8a64a0af /TODO | |
parent | d151ca51f94be04d8e70f72773e073a471a799de (diff) |
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.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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.) |