]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/logger.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / logger.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-08-14 w00tSet log to null on close and check for null loghandle...
2009-04-04 dzReapply r11241: flush and close log filehandles properl...
2009-03-22 dzRevert r11241 due to crashiness when rehashing from...
2009-03-21 dzActually close file log FDs when we're done with them.
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-04-11 brainRemove 'default log' and <options:loglevel> (wtf?)
2008-04-02 brainFix peavey and w00ts bug they found by removing the...
2008-02-17 aquanightImplement logtype exclusion (ie: '* -USERINPUT -USEROUT...
2008-02-17 aquanightMake log targets in config space-seperated (ie: 'USERIN...
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-14 aquanightMore <log> stuff
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-10 aquanightCode for loading <log method=file> tags from config...
2008-02-09 w00tFix a bug in new logging API (global logstreams weren...
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-02-09 w00tAdd a printf-type override for LogManager::Log(). We...
2008-02-09 w00tNew logging implementation. Also write messages about...
2008-02-09 w00tInitial totally untested logger implementation that...
2008-02-06 w00tRework the suggested logger implementation to one that...
2008-02-02 w00tAdd some notes on proposed logging stuff
2008-01-17 w00tAdd logger.(cpp|h), will eventually hold implementation...