Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-17 | Implement a per-client identifier so auto replay can replay everything a ↵ | Luke Bratch | |
given client has missed. | |||
2019-06-16 | Load all settings from configuration file at startup instead of reading it ↵ | Luke Bratch | |
for certain settings (password/nick/nick2/nick3). | |||
2019-06-12 | Allow reloading the configuration file at runtime using a BLABOUNCER command ↵ | Luke Bratch | |
or by issuing the SIGHUP signal. | |||
2019-05-30 | Implement daemon (background) mode by default with optional foreground mode ↵ | Luke Bratch | |
that can be specified on the command line. | |||
2019-05-29 | Implement BLABOUNCER QUIT command. | Luke Bratch | |
2019-05-27 | Allow the BLABOUNCER REPLAY command time to be specified with ↵ | Luke Bratch | |
days:hours:minutes:seconds. | |||
2019-05-27 | Update README. | Luke Bratch | |
2019-05-19 | Change README a bit and add a comment in replay.c. | Luke Bratch | |
2019-05-19 | Add README and TODO files. | Luke Bratch | |