diff options
author | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:36:27 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:36:27 +0100 |
commit | adf820c08a0cdd404ce266da38c240390b43f0d0 (patch) | |
tree | bf17318745c9d16b739ce72e873c880b21dd2e55 /docs | |
parent | 377ba87d52ce131ffba3a78f877da7230c9a1330 (diff) | |
parent | 0715db71829786ec98c6922a9e32077ae396c87e (diff) |
Merge branch 2.0 into 2.1.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changes | 15 | ||||
-rw-r--r-- | docs/Changes.conf | 6 | ||||
-rw-r--r-- | docs/INSTALL | 4 | ||||
-rw-r--r-- | docs/INSTALL.fr | 5 |
4 files changed, 19 insertions, 11 deletions
diff --git a/docs/Changes b/docs/Changes index c9863b5fb..493e2fd68 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,7 +1,20 @@ -Anope Version 2.0.14-git +Anope Version 2.0.15-git ------------------------ No significant changes. +Anope Version 2.0.14 +-------------------- +Added support for sqlining channels on UnrealIRCd. +Fixed a crash when trying to access config for non-loaded modules. +Fixed detection of the InspIRCd nopartmsg module. +Fixed not getting memo notifications when authing with SASL. +Fixed not serialising dontkickops/dontkickvoices in botserv/kick. +Fixed sending emails with the wrong kind of line terminator. +Fixed sending log messages from a renamed pseudoclient. +Fixed telling users their passcode is incorrect when they need to authenticate in nickserv/confirm. +Fixed the Config script freezing on some versions of util-linux. +Updated the Windows packaging scripts to use dependencies from Conan. + Anope Version 2.0.13 -------------------- Fixed a crash on some compilers when trying to call methods on a null pointer diff --git a/docs/Changes.conf b/docs/Changes.conf index 05c3ab179..cae02ea86 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -9,10 +9,14 @@ Renamed the inspircd3 module to inspircd. Renamed the unreal4 module to unrealircd. Replaced uplink:ipv6 with uplink:protocol. -Anope Version 2.0.14-git +Anope Version 2.0.15-git ------------------------ No significant changes. +Anope Version 2.0.14 +-------------------- +Added mail:content_type to allow customising the content type of emails. + Anope Version 2.0.13 -------------------- No significant changes. diff --git a/docs/INSTALL b/docs/INSTALL index fe0bb9eae..cbd170804 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -88,10 +88,6 @@ Note: You should also read the README and FAQ files! Don't forget to /rehash your IRCd to apply changes. - You may also try our interactive link maker, which is located at: - - https://www.anope.org/ilm.php - 4) Starting Anope Go into the directory where binaries were installed (by default, this is diff --git a/docs/INSTALL.fr b/docs/INSTALL.fr index da50fec42..f80aeb9d6 100644 --- a/docs/INSTALL.fr +++ b/docs/INSTALL.fr @@ -96,11 +96,6 @@ Note : Vous devrez également lire les fichiers README et FAQ ! Souvenez-vous de /rehash votre IRCd pour appliquer les changements. - Vous pouvez également essayer notre créateur de bloc link interactif - situé ici : - - https://www.anope.org/ilm.php - 4) Mettre en route Anope Allez dans le répertoire où les fichiers binaires ont été installés |