diff options
author | Luke Bratch <luke@bratch.co.uk> | 2020-10-21 23:08:50 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2020-10-21 23:08:50 +0100 |
commit | b09cbe8b3575ec018f7d73a0bcd751dba011fc72 (patch) | |
tree | f30b2774abd5f22539b200629350204111a41974 /TODO | |
parent | 6737c2ec911afd4a62d2961432ea8c784885e641 (diff) |
Improve debug output in readreplayline().
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -10,8 +10,6 @@ macOS compiler may need limits.h included in structures.h. "Starting log replay...." followed by "Unable to read replay log file!" even though replay seemed to work? -NAMES don't seem to be sent to clients (at least old irssi) after weird timeouts like slow QUIT processing. - When blabouncer reconnects to a server, clients (at least XChat) get stuck with just e.g. [13:14:50]* PONG LAG1574032890090568 [13:15:20]* PONG LAG1574032920149401 @@ -19,7 +17,6 @@ When blabouncer reconnects to a server, clients (at least XChat) get stuck with [13:16:20]* PONG LAG1574032980263198 [13:16:50]* PONG LAG1574033010319500 [13:17:20]* PONG LAG1574033040377501 -In channels with no nicks (no nicks bit may now be fixed - retest). Sometimes replaymode = "lastspoke" will replay the last message you sent if you spoke last and sometimes it doesn't - change to always include your last message? |