summaryrefslogtreecommitdiff
path: root/src/logger.cpp
AgeCommit message (Expand)Author
2024-03-19Allow using absolute paths in more places.Sadie Powell
2024-03-18Use clock_gettime if it is available.Sadie Powell
2024-02-26Remove several string format IRCDProto function overloads.Sadie Powell
2024-01-06Use auto in places where the type is unambiguous.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2023-08-06Merge branch 2.0 into 2.1.Sadie Powell
2023-07-11Fix sending log messages from a renamed pseudoclient.Sadie Powell
2023-06-03Merge branch '2.0' into 2.1.Sadie Powell
2023-05-28regchannels: remove dependency on no-delete-null-pointer-checksAdam
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2022-01-04Use C++11 style class/struct initialisation.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-05-10Fix globops logging if there is no predefined sender.Robby
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-03-16logger.cpp: fix variable shadow warningAdam
2017-03-16Include ip for web clients in command log messages for sourceAdam
2017-01-23logger: some log events rely on empty sourcesAdam
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-12-15logger: log source nick if there is no user or accountAdam
2016-01-28Update copyright to 2016. This was done with:Robby
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-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