diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-12-22 16:01:16 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-12-22 16:01:16 +0000 |
commit | 85dd88a180043e991c19a4c93a6ce5c7fe0a6e88 (patch) | |
tree | 2866cf5772eb3e0e2da4be0a86fc5a07b499b174 /TODO | |
parent | 2385f7b944bb22acd85e6c089e509880a45a2cb1 (diff) |
Make full debug output optional for extractnickfromprefix() and stripprefix() to avoid huge debug logs when using replaymode = "lastspoke" combined with DEBUG_FULL.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -6,4 +6,19 @@ Add a make install/uninstall/etc., add an "INSTALL" file, include a dependency l macOS compiler may need limits.h included in structures.h. -replaymode = "lastspoke" causes huge amounts of spam from extractnickfromprefix() and friends in full debug mode. +"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. + +Memory usage seems very high. Maybe it's timeouts/reconnecting? Does it only happen with background mode? + +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 +In channels with no nicks. + +Add BLABOUNCER VERSION. |