You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGES.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Anope Change Log
2
2
3
+
## Anope 2.1.21 (unreleased)
4
+
5
+
### Breaking Changes
6
+
7
+
*`{fantasy}:fantasycharacter` has been replaced with `{fantasy}:prefix` which allows multiple-character fantasy prefixes. If you have multiple custom fantasy characters set you should separate them with a space when upgrading your config.
8
+
9
+
### Changes
10
+
11
+
* Fixed a crash when clearing channel entry messages.
12
+
13
+
* Fixed a memory leak when cloning akicks.
14
+
15
+
* Fixed confirming accounts using the webcpanel.
16
+
17
+
* Fixed limiting the number of accounts per email address.
18
+
19
+
* Fixed the `chanserv/enforce` command erroneously enforcing against channel founders.
20
+
21
+
* Fixed the syntax of the `chanserv/suspend` command.
22
+
23
+
* Fixed the syntax of the `nickserv/suspend` command.
24
+
25
+
* Improved password rehash detection in the enc_argon2 module.
26
+
27
+
* Various minor improvements to how services work internally.
0 commit comments