--- ircd-hybrid/trunk/NEWS 2020/11/29 16:51:58 9750 +++ ircd-hybrid/trunk/NEWS 2020/12/10 21:47:11 9811 @@ -1,11 +1,24 @@ --- Noteworthy changes in version 8.2.36 (2020-??-??) +-- Noteworthy changes in version 8.2.37 (202?-??-??) +* Implemented IRCv3 `CAP 302` +* Implemented IRCv3 `cap-notify` capability +* Implemented IRCv3.2 `echo-message` capability + + +-- Noteworthy changes in version 8.2.36 (2020-12-04) * The old WATCH implementation has been replaced with IRCv3.2 MONITOR. For this, the `general::max_watch` configuration directive has been renamed to `general::max_monitor`. +* User mode `B` has been implemented. Clients with that mode set are marked as a + bot in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as + 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 -- Noteworthy changes in version 8.2.35 (2020-11-14) * Fixed issue where servers could propagate truncated ban masks during net-join +* For a full list of all changes in this release, see -- Noteworthy changes in version 8.2.34 (2020-11-01)