summaryrefslogtreecommitdiff
path: root/logging.h
AgeCommit message (Expand)Author
2019-09-15Log nick changes to the normal log file(s).Luke Bratch
2019-09-15Start tracking nicks in channels (upon JOIN/PART/QUIT/NICK) and use that to c...Luke Bratch
2019-09-12Log server messages to file named <ircdname>.log.Luke Bratch
2019-09-07Avoid non-existent users appearing in channels after they change nicks by rep...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-29Include NOTICEs in the replay log and normal logs. Particularly useful for r...Luke Bratch
2019-05-19Enable logging of TOPIC changes.Luke Bratch
2019-05-19Rewrite logging function to enable logging JOINs/PARTs as well as PRIVMSGs.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