blob: 081cb0cf9c2d69b881d324559d5ef92c9a443519 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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 (already implemented)
- 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.
Load all settings from configuration file at startup instead of referring to it for certain things (password/nick2/nick3).
|