diff options
author | Sadie Powell <sadie@witchery.services> | 2024-08-30 10:06:18 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-08-30 14:49:43 +0100 |
commit | 82993c8d1e3a4de135f27608b0637a4d4dee53db (patch) | |
tree | 5ed8b8737f55c92579b83ab2a5f762d2d87944bb | |
parent | d352718a3920fc5bd4f6f32a30200d496d207bef (diff) |
Update the changelogs.
-rw-r--r-- | docs/Changes | 11 | ||||
-rw-r--r-- | 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 ------------------- |