summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-27 21:53:47 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-27 21:53:47 +0100
commit871184560b17553e84cc711a487ddf928671c56c (patch)
tree72f6620f75ea822d288b3c629714a29a05824422 /TODO
parentc3f58fdccc4a6019ca7b53c67f272f9c3c576051 (diff)
Rewrite all server connection code to enable reconnecting to the server if there was a timeout, an error, or if the server disconnected us.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3b714ee..6ca0a72 100644
--- a/TODO
+++ b/TODO
@@ -9,4 +9,6 @@ Add various auto replay options:
Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy.
-Reconnect server if we get disconnected for some reason.
+Send a PING to the server before assuming a timeout is definite.
+
+Include server 671 responses in WHO pending code.