summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-27 17:14:42 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-27 17:14:42 +0100
commit3c60bbdb928da1ebcec9153fb199ad740ad41856 (patch)
treeb6e4fabbe4d64a40ebe9310db08a1597ba46c740 /TODO
parent18be86d3c8ede6eb36b2a75ac357b071cb3b6e4c (diff)
Allow the BLABOUNCER REPLAY command time to be specified with days:hours:minutes:seconds.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 0eee5d6..c9b87a3 100644
--- a/TODO
+++ b/TODO
@@ -7,8 +7,8 @@ Add various auto replay options:
- All logs since X seconds ago (already implemented)
- All logs since the current client last disconnected (track clients with some special token the client auto sends on connect)
-Allow log replay time to be specified with days:hours:minutes:seconds.
-
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.
+
+Make sure MAXTOKENS being exceeded can't cause a buffer overflow.