--- ircd-hybrid/trunk/NEWS 2020/12/10 21:47:11 9811 +++ ircd-hybrid/trunk/NEWS 2021/01/17 06:19:26 9898 @@ -1,7 +1,25 @@ --- Noteworthy changes in version 8.2.37 (202?-??-??) +-- Noteworthy changes in version 8.2.38 (2021-??-??) +* Backwards compatibility mode for ircd-hybrid 8.2.22 and below has been removed +* Minimum supported version of the Anope IRC services is now 2.0.8 +* Fixed displaying issue with channel MODE messages +* Characters valid for user names for local clients are now [A-Za-z0-9._-]. 'Special' + characters like }|{`^]\[$, that were allowed previously, are no longer valid. + Also user names may not begin with '.', '_', or '-'. +* The `general::dots_in_ident` configuration directive has been renamed to + `general::specials_in_ident` and now covers the '-' and '_' characters in + addition to '.' +* Fixed issue with clients connected from IPv6 localhost that, depending on the + system's getaddrinfo() implementation, could lead to a crash of remote servers + + +-- Noteworthy changes in version 8.2.37 (2020-12-26) * Implemented IRCv3 `CAP 302` * Implemented IRCv3 `cap-notify` capability -* Implemented IRCv3.2 `echo-message` capability +* In case a client sends multiple `PASS` messages, ircd only accepts the password + sent in the first `PASS` message instead of the last one +* Missing help file for `MONITOR` has been added +* Fixed slightly off memory count for motds in `STATS z` +* For a full list of all changes in this release, see -- Noteworthy changes in version 8.2.36 (2020-12-04) @@ -13,7 +31,7 @@ long as the `bot` directive is set in `general::oper_only_umodes`), servers, and services. This mode can for example be used to mark HOPM as official network bot. -* For a full list of all changes in this release, see +* For a full list of all changes in this release, see -- Noteworthy changes in version 8.2.35 (2020-11-14) @@ -312,8 +330,8 @@ -- Noteworthy changes in version 8.2.11 (2015-11-19) -* Implemented IRCv3.2 `invite-notify extension` -* Implemented IRCv3.2 `chghost extension` +* Implemented IRCv3.2 `invite-notify` extension +* Implemented IRCv3.2 `chghost` extension * Added `channel::invite_delay_channel` configuration option * For a full list of all changes in this release, see @@ -434,10 +452,10 @@ -- Noteworthy changes in version 8.2.2 (2015-01-20) -* Implemented IRCv3.1 extended-join extension +* Implemented IRCv3.1 `extended-join` extension * Channel half-ops can now use `INVITE` as well * Fixed broken `make install -jX` -* m_opme.c has been added to modules/extra. Can be used on opless channels only. +* `m_opme.c` has been added to `modules/extra`. Can be used on opless channels only. * Added `opme` to IRC operator flags * Updated several help files * The `general::hide_spoof_ips` configuration option has been deprecated