| 1 |
|
-- Noteworthy changes in version 8.2.38 (2021-??-??) |
| 2 |
|
* Backwards compatibility mode for ircd-hybrid 8.2.22 and below has been removed |
| 3 |
|
* Minimum supported version of the Anope IRC services is now 2.0.8 |
| 4 |
+ |
* Fixed displaying issue with channel MODE messages |
| 5 |
+ |
* Characters valid for user names for local clients are now [A-Za-z0-9._-]. 'Special' |
| 6 |
+ |
characters like }|{`^]\[$, that were allowed previously, are no longer valid. |
| 7 |
+ |
Also user names may not begin with '.', '_', or '-'. |
| 8 |
+ |
* The `general::dots_in_ident` configuration directive has been renamed to |
| 9 |
+ |
`general::specials_in_ident` and now covers the '-' and '_' characters in |
| 10 |
+ |
addition to '.' |
| 11 |
+ |
* Fixed issue with clients connected from IPv6 localhost that, depending on the |
| 12 |
+ |
system's getaddrinfo() implementation, could lead to a crash of remote servers |
| 13 |
|
|
| 14 |
|
|
| 15 |
|
-- Noteworthy changes in version 8.2.37 (2020-12-26) |