summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-06-16 22:19:51 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-06-16 22:19:51 +0100
commit87b890b501a9ed7bfbfbe0fabde6ca1ca4c15086 (patch)
tree81792cec7a472be37b1e59f89e6a13e1ccc880e4 /TODO
parent67fd69854489a088bc8d90702ba37cecccd6f169 (diff)
Handle very long lines and very short lines. Print to terminal if we fail to connect to server at startup. Don't print to terminal if sending to a client or to the server fails.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index d0d4bf8..c5a5517 100644
--- a/TODO
+++ b/TODO
@@ -6,5 +6,3 @@ 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)
Might need to #include <limits.h> in blabouncer.c to make some operating systems and/or compilers happy.
-
-What happens if an extremely long line is received?