diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |