From 8dd1fb8ac2cfb5dc79a0b28e887d9ecc58edf470 Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Sun, 13 Feb 2022 15:30:09 +0100 Subject: [PATCH 1/4] Fix unsetting vhosts on unreal4 (#289). --- modules/protocol/unreal4.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/protocol/unreal4.cpp b/modules/protocol/unreal4.cpp index 8ad5f25e6..43b767a66 100644 --- a/modules/protocol/unreal4.cpp +++ b/modules/protocol/unreal4.cpp @@ -82,10 +82,8 @@ class UnrealIRCdProto : public IRCDProto void SendVhostDel(User *u) anope_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) anope_override From c2ba553483e13b3c5a202ed3a2449899a00e9a27 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 11 Apr 2022 15:34:37 +0100 Subject: [PATCH 2/4] Remove unnecessary ProcessModes call in unreal4. This was made obsolete by the previous commit. --- modules/protocol/unreal4.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/protocol/unreal4.cpp b/modules/protocol/unreal4.cpp index 43b767a66..6626158f8 100644 --- a/modules/protocol/unreal4.cpp +++ b/modules/protocol/unreal4.cpp @@ -83,7 +83,6 @@ class UnrealIRCdProto : public IRCDProto { BotInfo *HostServ = Config->GetClient("HostServ"); u->RemoveMode(HostServ, "VHOST"); - ModeManager::ProcessModes(); } void SendAkill(User *u, XLine *x) anope_override From af4d7d21ba0dbdde157c93452f19c2d8f30d54ab Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 21 Apr 2022 17:48:54 +0100 Subject: [PATCH 3/4] Update the changelogs. --- docs/Changes | 12 ++++++++++++ docs/Changes.conf | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/docs/Changes b/docs/Changes index 4b6366118..14f347d95 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,15 @@ +Anope Version 2.0.11-git +------------------------ +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 instead of +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 diff --git a/docs/Changes.conf b/docs/Changes.conf index c2858d69e..f6652451c 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.0.11-git +------------------------ +No significant changes. + Anope Version 2.0.10 -------------------- No significant changes. From 2062eb23f083e9b831ea0e9e2ee2989a219e0851 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 22 Apr 2022 10:17:19 +0100 Subject: [PATCH 4/4] Release 2.0.11. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- src/version.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Changes b/docs/Changes index 14f347d95..d46f5b6c6 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.11-git ------------------------- +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 diff --git a/docs/Changes.conf b/docs/Changes.conf index f6652451c..b61eeede4 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.11-git ------------------------- +Anope Version 2.0.11 +-------------------- No significant changes. Anope Version 2.0.10 diff --git a/src/version.sh b/src/version.sh index 313ef2369..6a6f99b15 100644 --- a/src/version.sh +++ b/src/version.sh @@ -3,4 +3,4 @@ VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=11 -VERSION_EXTRA="-git" +VERSION_EXTRA=""