From 82993c8d1e3a4de135f27608b0637a4d4dee53db Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 30 Aug 2024 10:06:18 +0100 Subject: Update the changelogs. --- docs/Changes | 11 ++++++++++- docs/Changes.conf | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/Changes b/docs/Changes index e698a10e0..26a3ebda1 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,6 +1,15 @@ Anope Version 2.1.8-git ----------------------- -No significant changes. +Added account identifiers to the nickserv/info output. +Added support for bool, float, and uint SQL columns. +Added the ability to automatically determine SQL column types based on the native type. +Added UNIX socket support to mysql module. +Changed smartjoin to use SendClearBans where available. +Dropped support for MinGW in favour of native builds. +Fixed parsing named extbans on InspIRCd. +Fixed parsing SVSMODE and SVS2MODE from UnrealIRCd. +Fixed sending global messages to remotely linked servers. +Removed the services server name from the CTCP version response. Anope Version 2.1.7 ------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index 8573b9d5d..96d29a2e9 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,6 +1,7 @@ Anope Version 2.1.8-git ----------------------- -No significant changes. +Added module:preservedisplay to the nickserv module. +Added the nickserv/drop/display oper privilege. Anope Version 2.1.7 ------------------- -- cgit