summaryrefslogtreecommitdiff
path: root/replay.c
AgeCommit message (Expand)Author
2022-11-25Implement fake QUIT handling via a NOTICE when doing a replay.Luke Bratch
2022-11-24Fix replaymode = "lastspoke" by using line numbers rather than time to calcul...Luke Bratch
2021-01-19Fix various issues where strncmp was only comparing a substring.Luke Bratch
2020-10-21Improve debug output in readreplayline().Luke Bratch
2019-12-22Make full debug output optional for extractnickfromprefix() and stripprefix()...Luke Bratch
2019-09-14Handle ignoring replay messages from before we launched better to avoid misle...Luke Bratch
2019-09-12Don't try to fclose() the replay log file if fopen() returned NULL.Luke Bratch
2019-09-07Avoid more replay log NICK synchronisation issues by ignoring replay log nick...Luke Bratch
2019-09-07Add a configuration option to include the date in the timestamp when replayin...Luke Bratch
2019-07-18Correctly log and replay "/me" PRIVMSGs.Luke Bratch
2019-07-10Ensure string isn't too long when writing to replay log.Luke Bratch
2019-06-11Implement configurable auto replay modes. So far there is "none", "time" (au...Luke Bratch
2019-06-10Add copyright and GPL 3 notices.Luke Bratch
2019-05-30Convert debugprint() from being to file/screen/disabled to always being to fi...Luke Bratch
2019-05-29Don't exit if there's a failure to read/write from/to the replay log file.Luke Bratch
2019-05-29Ensure writes to file are unformatted strings.Luke Bratch
2019-05-27Make debug output optional and disabled by default.Luke Bratch
2019-05-19Change README a bit and add a comment in replay.c.Luke Bratch
2019-05-19Announce the start and end of log replay. Also ensure log replay lines finis...Luke Bratch
2019-05-16Add a configurable base directory for things like logs, defaulting to $HOME/....Luke Bratch
2019-05-16Implement normal logging (file per channel/user).Luke Bratch
2019-05-15Remove excessive replay log debug messages.Luke Bratch
2019-05-12Add a settings structure for passing around everywhere to store config/settin...Luke Bratch
2019-05-11Implement authentication in the form of the bouncer having a configurable ser...Luke Bratch
2019-05-11Implement relay log writing.Luke Bratch
2019-05-11Add the ability to replay messages from a replay log file. (No replay log fi...Luke Bratch