Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |