diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-06-12 21:29:28 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-06-12 21:29:28 +0100 |
commit | 0bea530df3f718b34a1022a871f4f78a41c2bee6 (patch) | |
tree | 74ec32052bfc81a9218896eb7675be7e87193a2f /TODO | |
parent | 0ea06b9c632af2fe09cdea8be0baa9ae6e538aeb (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-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |