summaryrefslogtreecommitdiff
path: root/src/logger.cpp
AgeCommit message (Expand)Author
2012-12-19Having these references to bots bugged out older compilers, so simplify this ...Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-10Never log debug levels >= 2 using a log blockAdam
2012-10-27Add a module log typeAdam
2012-10-02Added operserv/logsearchAdam
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-06-18Allow userless command sourcesAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ...Adam
2012-04-23Reworked live SQL support yet againAdam
2012-04-22Fixed ./services --version etc not getting printed when stdout is a file/pipe...Adam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ...Adam
2012-01-02Updated Copyright to 2012Adam
2011-11-08WindowsAdam
2011-10-09Give more verbose messages on startupAdam
2011-09-19LOG_COMMAND must now always give a valid commandAdam
2011-09-10Added chanserv/logAdam
2011-09-10Removed log:inhabitlogchannel and replaced it with service:channelsAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-07-04Bug #1282Adam
2011-06-20Cleaned up some of the logger code which fixes not logging debug logs to file...Adam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-04-19Fixed logging messages with an empty category to everythingAdam
2011-03-30Fixed windows build more, including ldapAdam
2011-03-14Fixed compileAdam
2011-02-25Fixed a lot of small problemsAdam
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-02-09Log rawio when in debug mode and fixed expiring session exceptionsAdam
2011-01-28Added patricia_tree::iteratorAdam
2011-01-05update copyrights for 2011lethality
2010-12-12store the ssl fingerprint in the userstructDukePyrolator
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
2010-10-21Changed the log:normal config directive to a list like the other log values, ...Adam
2010-10-15Fixed an wrong logging example in example.conf and fixed misc messages being ...Adam
2010-10-04Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op...Adam
2010-10-03Fixed checking the global block in the config to work ok, fixed having non-co...Adam
2010-10-02Made OperServ and Global optionalAdam
2010-09-21Fixed some problems with cycling logfilesAdam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-08-28Properly store our clients internal channel status's and burst them if needed.Adam
2010-08-28Clean up some of the old now unused IRCDVar struct vars, and made the logchan...Adam
2010-08-28Do not log RAWIO messages to services log channels, added a config option on ...Adam
2010-08-27Removed some problematic IsRecognized checks in ms_cancel and ms_check, and f...Adam
2010-08-27Added a new logging systemAdam