summaryrefslogtreecommitdiff
path: root/src/logger.cpp
AgeCommit message (Expand)Author
2020-04-24Update copyright headers.InspIRCd Robot
2020-02-02Make loading modules considerably more robust and user friendly.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2018-07-24Make more config stuff case insensitive.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2017-10-15Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.Peter Powell
2017-02-28Allow <log> tags to specify how often logs should be flushed.Peter Powell
2016-09-02Update stuff for the new versioning system.Peter Powell
2014-11-01Add stdalgo::isin() and use it to simplify codeAttila Molnar
2014-11-01Add stdalgo::erase() and use it to simplify codeAttila Molnar
2014-06-14Kill needless #includes in source filesAttila Molnar
2014-05-23Prefix all definitions in config.h to avoid potential collisions.Peter Powell
2013-08-12Add <path> keys for all of the compile-time paths.Peter Powell
2013-07-01Fix a few oversightsattilamolnar
2013-06-18Minor changes to the startup and shutdown codeattilamolnar
2013-06-06Convert a ton of uses of MAXBUF to use a fixed buffer size.Peter Powell
2013-05-24LogManager cleanupattilamolnar
2013-05-21Merge pull request #545 from SaberUK/master+logging-cleanupAttila Molnar
2013-05-19Accept a LogLevel instead of an int in logging methods.Peter Powell
2013-05-19Move LogHeader to LogStream.Peter Powell
2013-05-18Replaced vsnprintf with VAFORMAT pretty much everywhere.Daniel Vassdal
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-08-03Fix for crash on restart or config file open (bug #44)Adam
2010-05-08Compile testing can be usefulDaniel De Graaf
2010-05-08Change -debug to force RAWIO level logging and disable all other logsDaniel De Graaf
2010-04-28Add log header including ircd versionDaniel De Graaf
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-01-17Support strftime format characters in <log> blocksdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-21Move command-line items to CommandLineConfdanieldg
2009-10-21Use ConfigTagList as a faster access method for access to configurationdanieldg
2009-10-20Get rid of more unneeded parent classesdanieldg
2009-10-19Close files opened by configreaderdanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-08-14Set log to null on close and check for null loghandle on FileWriter::WriteLog...w00t
2009-04-04Reapply r11241: flush and close log filehandles properly when the log is closed.dz
2009-03-22Revert r11241 due to crashiness when rehashing from IRC.dz
2009-03-21Actually close file log FDs when we're done with them.dz
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-04-11Remove 'default log' and <options:loglevel> (wtf?)brain
2008-04-02Fix peavey and w00ts bug they found by removing the nonblocking part of the l...brain
2008-02-17Implement logtype exclusion (ie: '* -USERINPUT -USEROUTPUT' to mean everythin...aquanight
2008-02-17Make log targets in config space-seperated (ie: 'USERINPUT USEROUTPUT') like ...aquanight
2008-02-15Make -nofork work properly with logging now.aquanight