ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/NEWS
(Generate patch)

Comparing ircd-hybrid/trunk/NEWS (file contents):
Revision 9856 by michael, Thu Dec 31 12:35:16 2020 UTC vs.
Revision 9898 by michael, Sun Jan 17 06:19:26 2021 UTC

# Line 1 | Line 1
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)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)