summaryrefslogtreecommitdiff
path: root/src/logger.cpp
AgeCommit message (Expand)Author
2017-10-22Store full and masked message in logger for chanserv/logAdam
2017-10-07No longer expose c->ci and ci->cAdam
2017-05-29Fixup some compilation warningsAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-04-06Fix some more compiler warningsAdam
2017-03-19Get rid of relying on if(this) in WhoSends()Adam
2017-03-19Fix some of the simplier compiler warningsAdam
2017-02-06Track override in CommandSource and use it in the loggerAdam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-12-17Split ircdproto send functions out into separate servicesAdam
2016-12-15logger: log source nick if there is no user or accountAdam
2016-12-06Remove many more old C style format strings in the protocol functionsAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-01-28Update copyright to 2016. This was done with:Robby
2014-11-24Rewrite serializable to have field level granularityAdam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-21Core prep for p10 stuffAdam
2014-05-21Fix extra space in log messages with logtype channel and no sourceAdam
2014-05-20Show account names in log messagesAdam
2014-04-20New event systemAdam
2014-01-10Fix not initializing module in the main log constructorAdam
2014-01-09Make DNSBL log message use the module type and give it a category tooAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-11-23Fix/clean/clarify some stuff found by coverity scanAdam
2013-09-03Cleanup previous commitAdam
2013-08-25Create persistent channels on startup, which used to work and got lost somewhereAdam
2013-08-07Add m_sql_logAdam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-07Move op/deop/etc back to an actual command, its too hard to use cs_log with i...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-18Add a config option for the default log botAdam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-07Optimizations of much of the more commonly used codeAdam
2013-01-21Fix not logging debug info to the logfile when debug mode is enabledAdam
2013-01-09Update copyright to 2013. This was done with:Adam
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