]> jfr.im git - irc/ircd-hybrid/ircd-hybrid.github.io.git/commitdiff
Auto updating news and version files for ircd-hybrid-8.2.36
authormiwob <redacted>
Fri, 4 Dec 2020 13:30:18 +0000 (08:30 -0500)
committermiwob <redacted>
Fri, 4 Dec 2020 13:30:18 +0000 (08:30 -0500)
_includes/news_all_ircd-hybrid
_includes/news_latest_ircd-hybrid
_includes/version_ircd-hybrid

index 5e91481cedbc350a04551ba639ac1c0b33e23530..86ac20554824a843b5bd0ad03395eae1e9e38d3d 100644 (file)
@@ -1,5 +1,18 @@
+-- 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 <https://git.io/JI3fG>
+
+
 -- 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 <https://git.io/JIUa6>
 
 
 -- Noteworthy changes in version 8.2.34 (2020-11-01)
index 5fdc020709407ed21335e71ba8d61fa52b1a5a76..bc4e293effb933869125a1ccc0919c0ab8f659ca 100644 (file)
@@ -1,2 +1,10 @@
--- Noteworthy changes in version 8.2.35 (2020-11-14)
-* Fixed issue where servers could propagate truncated ban masks during net-join
+-- 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 <https://git.io/JI3fG>
index a087dc9e89fdef6462ce23b2c66687596dcbee97..3fc827bf5c41983a47a19baab841f97bcf4b26d2 100644 (file)
@@ -1 +1 @@
-8.2.35
\ No newline at end of file
+8.2.36
\ No newline at end of file