summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-29 21:05:31 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-29 21:05:31 +0100
commitc5a9bc507e9724090a63cdfb3b6df13a0ff74582 (patch)
tree744786fb38a68342fa1ded53e263ff0c2813c134 /TODO
parent92d106733468893d921dc678296a6716ddf979a4 (diff)
Ensure writes to file are unformatted strings.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 419dd3d..20dff69 100644
--- a/TODO
+++ b/TODO
@@ -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.