@@ -10,22 +10,28 @@ This page lists changes which have happened between releases.
1010
1111### InspIRCd 5.0.0dev2
1212
13- <!-- TODO: ensure changes after commit 448c43477189e575e0d288fa04427992bba85bb7 are added to this list before release. -->
14-
15- ** This development snapshot version of InspIRCd has not yet been released.**
13+ ** This development snapshot version of InspIRCd was released on 2026-03-01.**
1614
1715- Added spanningtree server protocol 1207.
1816
17+ - Added support for networking standard replies.
18+
1919- Added support for not propagating X-lines.
2020
21+ - Added support for per-command maximum targets.
22+
2123- Added support for using extbans with the ` /SILENCE ` command.
2224
2325- Added the join time to channel memberships.
2426
27+ - Cleaned up ` ERR_NOPRIVILEGES ` messages.
28+
2529- Merged all of the changes from the v4 development branch into the v5 development branch.
2630
2731- Modularised user I/O handling and moved socket user I/O handling from the core to the core_clients module.
2832
33+ - Moved support for sending standard replies to the core.
34+
2935- Moved the ` <security:maphide> ` configuration tag to ` <maphide:url> ` .
3036
3137- Moved the ` customtitle ` module to inspircd-contrib.
@@ -34,10 +40,15 @@ This page lists changes which have happened between releases.
3440
3541- Removed the ` <sslinfo:welcomemsg> ` setting with no replacement (now always disabled).
3642
37- - Removed the u_ prefix from the names of channel mode ` C ` (noctcp), ` r ` (registered), and ` S ` (stripcolor).
43+ - Removed the c_ prefix from the name of channel mode ` r ` (registered).
44+
45+ - Removed the u_ prefix from the names of user mode ` C ` (noctcp), ` r ` (registered), and ` S ` (stripcolor).
3846
3947- Renamed user mode ` z ` (sslqueries) to sslonly.
4048
49+ - Rewrote the ` sajoin ` , ` sakick ` , ` samode ` , ` sanick ` , ` sapart ` , ` saquit ` , and ` satopic ` modules from
50+ scratch and merged into one ` sacommands ` module.
51+
4152- Rewrote the ` swhois ` module from scratch with support for multiple swhois entries.
4253
4354### InspIRCd 5.0.0dev1
0 commit comments