summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2020-10-22 01:00:09 +0100
committerLuke Bratch <luke@bratch.co.uk>2020-10-22 01:00:09 +0100
commit678411cc64c1a619ccc228028fbee0788f1e5ffd (patch)
tree0f5c72a40d3671ba5088fe0805cc14c74abc346d /TODO
parent80881f04e70b1708a303ae71774b87301f8deb38 (diff)
Send fully formed PONG responses to client PINGs, particularly relevant after server timeouts/reconnects e.g. for XChat.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index b414406..edf1fdb 100644
--- a/TODO
+++ b/TODO
@@ -10,14 +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?
-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
-[13:15:50]* PONG LAG1574032950205568
-[13:16:20]* PONG LAG1574032980263198
-[13:16:50]* PONG LAG1574033010319500
-[13:17:20]* PONG LAG1574033040377501
-
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?
Can memory usage be reduced further? (e.g. better channel struct management)