1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 18:23:12 +02:00

Added an asynchronous DNS system and m_dnsbl, which checks clients against DNS blacklists.

Rewrote internal handling of IPs, we now properly support users using IPv6.
Fixed a few problems with the UnrealIRCd protocol module.
This commit is contained in:
Adam
2010-09-09 23:43:11 -04:00
parent fdd196e50b
commit 46813ccb8c
34 changed files with 1304 additions and 349 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ bool LogInfo::HasType(LogType type)
case LOG_RAWIO:
return this->RawIO;
case LOG_DEBUG:
return this->Debug;
return debug ? true : this->Debug;
// LOG_DEBUG_[234]
default:
break;