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.c
Age
Commit message (
Expand
)
Author
2019-05-30
Convert debugprint() from being to file/screen/disabled to always being to fi...
Luke Bratch
2019-05-29
Don't exit if there's a failure to read/write from/to the replay log file.
Luke Bratch
2019-05-29
Ensure writes to file are unformatted strings.
Luke Bratch
2019-05-27
Make debug output optional and disabled by default.
Luke Bratch
2019-05-19
Change README a bit and add a comment in replay.c.
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-16
Implement normal logging (file per channel/user).
Luke Bratch
2019-05-15
Remove excessive replay log debug messages.
Luke Bratch
2019-05-12
Add a settings structure for passing around everywhere to store config/settin...
Luke Bratch
2019-05-11
Implement authentication in the form of the bouncer having a configurable ser...
Luke Bratch
2019-05-11
Implement relay log writing.
Luke Bratch
2019-05-11
Add the ability to replay messages from a replay log file. (No replay log fi...
Luke Bratch