| 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 |
> |
|
| 5 |
> |
|
| 6 |
> |
-- Noteworthy changes in version 8.2.37 (2020-12-26) |
| 7 |
|
* Implemented IRCv3 `CAP 302` |
| 8 |
|
* Implemented IRCv3 `cap-notify` capability |
| 9 |
< |
* Implemented IRCv3.2 `echo-message` capability |
| 9 |
> |
* In case a client sends multiple `PASS` messages, ircd only accepts the password |
| 10 |
> |
sent in the first `PASS` message instead of the last one |
| 11 |
> |
* Missing help file for `MONITOR` has been added |
| 12 |
> |
* Fixed slightly off memory count for motds in `STATS z` |
| 13 |
> |
* For a full list of all changes in this release, see <https://git.io/JLMnk> |
| 14 |
|
|
| 15 |
|
|
| 16 |
|
-- Noteworthy changes in version 8.2.36 (2020-12-04) |
| 22 |
|
long as the `bot` directive is set in `general::oper_only_umodes`), servers, |
| 23 |
|
and services. |
| 24 |
|
This mode can for example be used to mark HOPM as official network bot. |
| 25 |
< |
* For a full list of all changes in this release, see <https://git.io/JI3fG> |
| 25 |
> |
* For a full list of all changes in this release, see <https://git.io/JLMnJ> |
| 26 |
|
|
| 27 |
|
|
| 28 |
|
-- Noteworthy changes in version 8.2.35 (2020-11-14) |
| 321 |
|
|
| 322 |
|
|
| 323 |
|
-- Noteworthy changes in version 8.2.11 (2015-11-19) |
| 324 |
< |
* Implemented IRCv3.2 `invite-notify extension` |
| 325 |
< |
* Implemented IRCv3.2 `chghost extension` |
| 324 |
> |
* Implemented IRCv3.2 `invite-notify` extension |
| 325 |
> |
* Implemented IRCv3.2 `chghost` extension |
| 326 |
|
* Added `channel::invite_delay_channel` configuration option |
| 327 |
|
* For a full list of all changes in this release, see <https://git.io/JvLqe> |
| 328 |
|
|
| 443 |
|
|
| 444 |
|
|
| 445 |
|
-- Noteworthy changes in version 8.2.2 (2015-01-20) |
| 446 |
< |
* Implemented IRCv3.1 extended-join extension |
| 446 |
> |
* Implemented IRCv3.1 `extended-join` extension |
| 447 |
|
* Channel half-ops can now use `INVITE` as well |
| 448 |
|
* Fixed broken `make install -jX` |
| 449 |
< |
* m_opme.c has been added to modules/extra. Can be used on opless channels only. |
| 449 |
> |
* `m_opme.c` has been added to `modules/extra`. Can be used on opless channels only. |
| 450 |
|
* Added `opme` to IRC operator flags |
| 451 |
|
* Updated several help files |
| 452 |
|
* The `general::hide_spoof_ips` configuration option has been deprecated |