summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-06-12 21:29:28 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-06-12 21:29:28 +0100
commit0bea530df3f718b34a1022a871f4f78a41c2bee6 (patch)
tree74ec32052bfc81a9218896eb7675be7e87193a2f /TODO
parent0ea06b9c632af2fe09cdea8be0baa9ae6e538aeb (diff)
Handle failing to reconnect to the server upon timeout or disconnection by looping the reconnection and keeping clients informed.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4c106d8..cfd260b 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,8 @@ Add various auto replay options:
Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy.
-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?
+
+Don't pass server PONGs to clients.
+
+"error: createchannel(): channel name already exists.\n: Success" printed to terminal upon server reconnection.