Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-07 | Avoid more replay log NICK synchronisation issues by ignoring replay log ↵ | Luke Bratch | |
nick changes from us if not our current nick, and by completely ignoring replaying any type of replay log line from before blabouncer was launched. | |||
2019-09-07 | Add a configuration option to include the date in the timestamp when ↵ | Luke Bratch | |
replaying the replay log. | |||
2019-06-11 | Implement configurable auto replay modes. So far there is "none", "time" ↵ | Luke Bratch | |
(auto replay the last X seconds), and "lastspoke" (auto replay everything since you last spoke). | |||
2019-06-10 | Add copyright and GPL 3 notices. | Luke Bratch | |
2019-05-30 | Convert debugprint() from being to file/screen/disabled to always being to ↵ | Luke Bratch | |
file with configurable verbosity. | |||
2019-05-19 | Announce the start and end of log replay. Also ensure log replay lines ↵ | Luke Bratch | |
finish with CRLF when writing. | |||
2019-05-16 | Add a configurable base directory for things like logs, defaulting to ↵ | Luke Bratch | |
$HOME/.blabouncer/. | |||
2019-05-12 | Add a settings structure for passing around everywhere to store ↵ | Luke Bratch | |
config/settings. Also fix the insanely inconsistent spelling/naming of replay log related things. | |||
2019-05-11 | Add the ability to replay messages from a replay log file. (No replay log ↵ | Luke Bratch | |
file writing yet.) |