| 1 |
< |
-- Noteworthy changes in version 8.2.37 (202?-??-??) |
| 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) |
| 16 |
|
* Implemented IRCv3 `CAP 302` |
| 17 |
|
* Implemented IRCv3 `cap-notify` capability |
| 18 |
< |
* Implemented IRCv3.2 `echo-message` capability |
| 18 |
> |
* In case a client sends multiple `PASS` messages, ircd only accepts the password |
| 19 |
> |
sent in the first `PASS` message instead of the last one |
| 20 |
> |
* Missing help file for `MONITOR` has been added |
| 21 |
> |
* Fixed slightly off memory count for motds in `STATS z` |
| 22 |
> |
* For a full list of all changes in this release, see <https://git.io/JLMnk> |
| 23 |
|
|
| 24 |
|
|
| 25 |
|
-- Noteworthy changes in version 8.2.36 (2020-12-04) |
| 31 |
|
long as the `bot` directive is set in `general::oper_only_umodes`), servers, |
| 32 |
|
and services. |
| 33 |
|
This mode can for example be used to mark HOPM as official network bot. |
| 34 |
< |
* For a full list of all changes in this release, see <https://git.io/JI3fG> |
| 34 |
> |
* For a full list of all changes in this release, see <https://git.io/JLMnJ> |
| 35 |
|
|
| 36 |
|
|
| 37 |
|
-- Noteworthy changes in version 8.2.35 (2020-11-14) |
| 330 |
|
|
| 331 |
|
|
| 332 |
|
-- Noteworthy changes in version 8.2.11 (2015-11-19) |
| 333 |
< |
* Implemented IRCv3.2 `invite-notify extension` |
| 334 |
< |
* Implemented IRCv3.2 `chghost extension` |
| 333 |
> |
* Implemented IRCv3.2 `invite-notify` extension |
| 334 |
> |
* Implemented IRCv3.2 `chghost` extension |
| 335 |
|
* Added `channel::invite_delay_channel` configuration option |
| 336 |
|
* For a full list of all changes in this release, see <https://git.io/JvLqe> |
| 337 |
|
|
| 452 |
|
|
| 453 |
|
|
| 454 |
|
-- Noteworthy changes in version 8.2.2 (2015-01-20) |
| 455 |
< |
* Implemented IRCv3.1 extended-join extension |
| 455 |
> |
* Implemented IRCv3.1 `extended-join` extension |
| 456 |
|
* Channel half-ops can now use `INVITE` as well |
| 457 |
|
* Fixed broken `make install -jX` |
| 458 |
< |
* m_opme.c has been added to modules/extra. Can be used on opless channels only. |
| 458 |
> |
* `m_opme.c` has been added to `modules/extra`. Can be used on opless channels only. |
| 459 |
|
* Added `opme` to IRC operator flags |
| 460 |
|
* Updated several help files |
| 461 |
|
* The `general::hide_spoof_ips` configuration option has been deprecated |