summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-06-12 20:31:39 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-06-12 21:28:34 +0100
commit0ea06b9c632af2fe09cdea8be0baa9ae6e538aeb (patch)
tree8d7fdc93aa0a0f5c64b0441f93e30d12702580b1 /TODO
parent511e258e901e5248e1706609ba1099507fd750ae (diff)
Handle failing to connect to the server on startup.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index b49d7bd..4c106d8 100644
--- a/TODO
+++ b/TODO
@@ -7,4 +7,6 @@ Add various auto replay options:
Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy.
-Handle connecting to the server failing.
+Handle re-connecting to the server failing.
+
+Allow reloading the configuration file while running (at least for things like replayseconds, replaymode) - BLABOUNCER command and SIGHUP?