summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-19 23:27:30 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-19 23:27:30 +0100
commit18775b0ae37edc1a5906df006f0e0e5f7da66afe (patch)
tree37e726fbb7bd48c9d123137123324ff7453e671d /TODO
parentf4bd7d7f2233e5e16b4e809898ef7a241fbf16ae (diff)
fclose() configuration file if option not found.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 613ded5..cac69bf 100644
--- a/TODO
+++ b/TODO
@@ -10,3 +10,7 @@ Add various auto replay options:
- All logs since the current client last disconnected (track clients with some special token the client auto sends on connect)
Allow log replay time to be specified with days:hours:minutes:seconds.
+
+Allow connecting to a passworded server.
+
+Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy.