diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,8 +1,6 @@ Add various auto replay options: - - All logs since the final client disconnected - - All logs since the most recent client connect/disconnect - - All logs since *you* last sent a message (already implemented) - - All logs since X seconds ago (already implemented) - All logs since the current client last disconnected (track clients with some special token the client auto sends on connect) Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy. + +Don't say "Unable to read replay log file!" just because there was nothing to replay. |