]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/logger.cpp
Merge branch 'master+websocket'
[user/henk/code/inspircd.git] / src / logger.cpp
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-11-01 Attila MolnarAdd stdalgo::isin() and use it to simplify code
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-14 Attila MolnarKill needless #includes in source files
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarFix a few oversights
2013-06-18 attilamolnarMinor changes to the startup and shutdown code
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert a ton of uses of MAXBUF to use a fixed buffer...
2013-06-05 attilamolnarMerge insp20
2013-05-24 attilamolnarLogManager cleanup
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-19 Peter PowellAccept a LogLevel instead of an int in logging methods.
2013-05-19 Peter PowellMove LogHeader to LogStream.
2013-05-18 Daniel VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
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...