mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
Anope Version 2.0.11
|
||||
--------------------
|
||||
Fixed ldap on OpenLDAP 2.5+
|
||||
Fixed not using utf-8 encoding for outgoing email
|
||||
Fixed ns_resetpass not returning a response for XMLRPC
|
||||
Fixed some message params being sent as <middle> instead of <trailing>
|
||||
Fixed unsetting vhosts on unreal4
|
||||
Fixed username validity checking on ircd-hybrid
|
||||
Send the oper mode for services pseudoclients on InspIRCd
|
||||
Updated the pl_PL translation
|
||||
Updated unreal4 for various protocol changes
|
||||
|
||||
Anope Version 2.0.10
|
||||
--------------------
|
||||
Add support for channel SQLines on InspIRCd
|
||||
|
||||
@@ -4,6 +4,10 @@ Added nickserv:minpasslen for configuring the minimum password length.
|
||||
Removed nickserv:strictpasswords as it is obsolete now nickserv:minpasslen exists.
|
||||
Renamed nickserv:passlen to nickserv:maxpasslen.
|
||||
|
||||
Anope Version 2.0.11
|
||||
--------------------
|
||||
No significant changes.
|
||||
|
||||
Anope Version 2.0.10
|
||||
--------------------
|
||||
No significant changes.
|
||||
|
||||
@@ -82,10 +82,7 @@ class UnrealIRCdProto : public IRCDProto
|
||||
void SendVhostDel(User *u) override
|
||||
{
|
||||
BotInfo *HostServ = Config->GetClient("HostServ");
|
||||
u->RemoveMode(HostServ, "CLOAK");
|
||||
u->RemoveMode(HostServ, "VHOST");
|
||||
ModeManager::ProcessModes();
|
||||
u->SetMode(HostServ, "CLOAK");
|
||||
}
|
||||
|
||||
void SendAkill(User *u, XLine *x) override
|
||||
|
||||
Reference in New Issue
Block a user