Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-09 | Log rawio when in debug mode and fixed expiring session exceptions | Adam | |
2011-01-28 | Added patricia_tree::iterator | Adam | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-12-12 | store the ssl fingerprint in the userstruct | DukePyrolator | |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam | |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam | |
tree from STL's unordered_map, which was giving horrible performance. | |||
2010-10-21 | Changed the log:normal config directive to a list like the other log values, ↵ | Adam | |
and fixed a potential crash from rehashing while sending mail | |||
2010-10-15 | Fixed an wrong logging example in example.conf and fixed misc messages being ↵ | Adam | |
not logged as normal | |||
2010-10-04 | Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be ↵ | Adam | |
opened with append not truncate | |||
2010-10-03 | Fixed checking the global block in the config to work ok, fixed having ↵ | Adam | |
non-core service bots logging messages, fixed setting the topic to the topic setter on inspircd12/20, and fixed logging status mode changes on ts6 ircds | |||
2010-10-02 | Made OperServ and Global optional | Adam | |
2010-09-21 | Fixed some problems with cycling logfiles | Adam | |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam | |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against ↵ | Adam | |
DNS blacklists. Rewrote internal handling of IPs, we now properly support users using IPv6. Fixed a few problems with the UnrealIRCd protocol module. | |||
2010-08-28 | Properly store our clients internal channel status's and burst them if needed. | Adam | |
Also made Flag::HasFlag use test() instead of operator[] to catch errors, and fixed an out of bounds access to a Flags bitset causing crashes on some systems. | |||
2010-08-28 | Clean up some of the old now unused IRCDVar struct vars, and made the ↵ | Adam | |
logchan bots join if the IRCd requires them to | |||
2010-08-28 | Do not log RAWIO messages to services log channels, added a config option on ↵ | Adam | |
whether or not to join bots to the log channels, and fixed two log messages in ns_identify | |||
2010-08-27 | Removed some problematic IsRecognized checks in ms_cancel and ms_check, and ↵ | Adam | |
fixed a variable name in logger.cpp to make clang happy | |||
2010-08-27 | Added a new logging system | Adam | |