]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/logger.cpp
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / src / logger.cpp
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-08-03 AdamFix for crash on restart or config file open (bug #44)
2010-05-08 Daniel De GraafCompile testing can be useful
2010-05-08 Daniel De GraafChange -debug to force RAWIO level logging and disable...
2010-04-28 Daniel De GraafAdd log header including ircd version
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-01-17 danieldgSupport strftime format characters in <log> blocks
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-20 danieldgGet rid of more unneeded parent classes
2009-10-19 danieldgClose files opened by configreader
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRewrite ConfigReader again
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...