diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-29 21:05:31 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-29 21:05:31 +0100 |
commit | c5a9bc507e9724090a63cdfb3b6df13a0ff74582 (patch) | |
tree | 744786fb38a68342fa1ded53e263ff0c2813c134 /TODO | |
parent | 92d106733468893d921dc678296a6716ddf979a4 (diff) |
Ensure writes to file are unformatted strings.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,3 @@ -Allow debugging to file as well as to screen. - Add various auto replay options: - All logs since the final client disconnected - All logs since the most recent client connect/disconnect @@ -12,3 +10,9 @@ Might need to #include <limits.h> in blabouncer.c to make some operating systems Send a PING to the server before assuming a timeout is definite. Implement daemon (background) mode. + +Implement BLABOUNCER EXIT command. + +Some text gets written to previous debug.txt upon startup (getconfstr() output). + +Don't exit if there's a failure to read the replay log file/line. |