]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/logger.h
Merge pull request #1050 from Aviator45003/insp20
[user/henk/code/inspircd.git] / include / logger.h
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
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...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-16 Robin BurchellFileWriter hasn't been non-blocking for a very, very...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
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-20 danieldgGet rid of more unneeded parent classes
2009-10-19 danieldgClose files opened by configreader
2009-10-18 danieldgRemove more classbase
2009-10-18 danieldgAdd more debug logging of object lifetimes
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-02 danieldgValgrind cleanup: finish destructor creation
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-01-02 w00tUpdate copyrights for 2009.
2008-04-02 brainFix peavey and w00ts bug they found by removing the...
2008-04-01 w00tInitialise a variable correctly to avoid valgrind warning
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-02-17 aquanightImplement logtype exclusion (ie: '* -USERINPUT -USEROUT...
2008-02-17 w00tAdd some docs
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-14 aquanightMore <log> stuff
2008-02-10 aquanightCode for loading <log method=file> tags from config...
2008-02-10 aquanightPer-logstream loglevels.
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-01-17 w00tAdd logger.(cpp|h), will eventually hold implementation...