summaryrefslogtreecommitdiff
path: root/TODO
blob: 3b714ee344b389b87888c03dfd77cd98d97995eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Move debug output into some debug function that can be enabled/disabled.

Add various auto replay options:
 - All logs since the final client disconnected
 - All logs since the most recent client connect/disconnect
 - All logs since *you* last sent a message
 - 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)

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.