From 2dafc85af4bc51d4706b711dcb87f846a555af63 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 16 Jul 2023 18:23:40 +0100 Subject: Remove references to the ilm which never got updated from 1.8. --- docs/INSTALL | 4 ---- docs/INSTALL.fr | 5 ----- 2 files changed, 9 deletions(-) (limited to 'docs') diff --git a/docs/INSTALL b/docs/INSTALL index 1ad9533cb..91814358b 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 245af3e57..994f2f02f 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 -- cgit From c9f21f4ef67b06836848d5cd315ac7bc390e978d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 6 Aug 2023 12:57:26 +0100 Subject: Update the changelogs. --- docs/Changes | 11 ++++++++++- docs/Changes.conf | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index c9863b5fb..d304ad790 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,15 @@ Anope Version 2.0.14-git ------------------------ -No significant changes. +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 -------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index 8dbbaaed9..329af4191 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,6 @@ Anope Version 2.0.14-git ------------------------ -No significant changes. +Added mail:content_type to allow customising the content type of emails. Anope Version 2.0.13 -------------------- -- cgit From 8bf14ad5eacdc11955c4e4f3a34e9b5dcbdc7ca7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 6 Aug 2023 12:58:38 +0100 Subject: Release 2.0.14. --- docs/Changes | 4 ++-- docs/Changes.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index d304ad790..39ff39997 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,5 +1,5 @@ -Anope Version 2.0.14-git ------------------------- +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. diff --git a/docs/Changes.conf b/docs/Changes.conf index 329af4191..8339994af 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,5 @@ -Anope Version 2.0.14-git ------------------------- +Anope Version 2.0.14 +-------------------- Added mail:content_type to allow customising the content type of emails. Anope Version 2.0.13 -- cgit From 0715db71829786ec98c6922a9e32077ae396c87e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 6 Aug 2023 13:00:09 +0100 Subject: Mark as 2.0.15-git. --- docs/Changes | 4 ++++ docs/Changes.conf | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/Changes b/docs/Changes index 39ff39997..493e2fd68 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.0.15-git +------------------------ +No significant changes. + Anope Version 2.0.14 -------------------- Added support for sqlining channels on UnrealIRCd. diff --git a/docs/Changes.conf b/docs/Changes.conf index 8339994af..a756ef89b 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +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. -- cgit