From 85dd88a180043e991c19a4c93a6ce5c7fe0a6e88 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 22 Dec 2019 16:01:16 +0000 Subject: Make full debug output optional for extractnickfromprefix() and stripprefix() to avoid huge debug logs when using replaymode = "lastspoke" combined with DEBUG_FULL. --- TODO | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2407007..4e60cfd 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.3