index
:
blabouncer
master
An IRC bouncer written in C
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
replay.h
Age
Commit message (
Expand
)
Author
2023-04-08
Add/correct description for writereplayline().
Luke Bratch
2022-11-25
Implement fake QUIT handling via a NOTICE when doing a replay.
Luke Bratch
2022-11-24
Fix replaymode = "lastspoke" by using line numbers rather than time to calcul...
Luke Bratch
2019-09-07
Avoid more replay log NICK synchronisation issues by ignoring replay log nick...
Luke Bratch
2019-09-07
Add a configuration option to include the date in the timestamp when replayin...
Luke Bratch
2019-06-11
Implement configurable auto replay modes. So far there is "none", "time" (au...
Luke Bratch
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 fi...
Luke Bratch
2019-05-19
Announce the start and end of log replay. Also ensure log replay lines finis...
Luke Bratch
2019-05-16
Add a configurable base directory for things like logs, defaulting to $HOME/....
Luke Bratch
2019-05-12
Add a settings structure for passing around everywhere to store config/settin...
Luke Bratch
2019-05-11
Add the ability to replay messages from a replay log file. (No replay log fi...
Luke Bratch