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
/
logging.c
Age
Commit message (
Expand
)
Author
2019-09-12
Log server messages to file named <ircdname>.log.
Luke Bratch
2019-09-07
Avoid non-existent users appearing in channels after they change nicks by rep...
Luke Bratch
2019-07-18
Correctly log and replay "/me" PRIVMSGs.
Luke Bratch
2019-07-10
Include the file extension when checking for log filename length.
Luke Bratch
2019-07-10
Ensure log filenames are safe for writing.
Luke Bratch
2019-06-10
Add copyright and GPL 3 notices.
Luke Bratch
2019-05-30
Remove most (all?) exit()s with error handling without exiting where possible...
Luke Bratch
2019-05-30
Convert debugprint() from being to file/screen/disabled to always being to fi...
Luke Bratch
2019-05-29
Include NOTICEs in the replay log and normal logs. Particularly useful for r...
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
Enable logging of TOPIC changes.
Luke Bratch
2019-05-19
Rewrite logging function to enable logging JOINs/PARTs as well as PRIVMSGs.
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