Skip to content

Commit a002130

Browse files
committed
Update the v5 change log.
1 parent a8e8f99 commit a002130

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

docs/5/change-log.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@ title: v5 Change Log
88

99
This page lists changes which have happened between releases.
1010

11+
### InspIRCd 5.0.0dev3
12+
13+
<!-- TODO: ensure changes after commit e9664f13ebac1de56fb28bd6483779a988aac28a are added to this list before release. -->
14+
15+
**This development snapshot version of InspIRCd has not yet been released.**
16+
17+
- Added an optional target nickname parameter to the `/SETHOST`, `/SETIDENT`, and `/SETNAME` commands.
18+
19+
- Added support for configuring per-command target limits using the `<maxlimits>` tag.
20+
21+
- Added support for resending ISUPPORT entries when a server operator's config gives them different limits.
22+
23+
- Added the time the server configuration was read to the output of the `httpd_stats` module.
24+
25+
- Converted the `abbreviation` and `uninvite` module to use standard replies instead of InspIRCd-specific numerics.
26+
27+
- Converted the `cban`, `dnsbl`, `gateway`, `rline`, `shun`, `sethost`, `setident`, and `setname` modules to use standard replies instead of server notices.
28+
29+
- Developer: Added support for checking if a user matches any list mode entry instead of just a ban.
30+
31+
- Developer: Converted the `IS_*` free functions to `Is*` and `As*` member functions.
32+
33+
- Developer: Redesigned the internal service system to treat all services the same and split the service type from the name.
34+
35+
- Developer: Rewrote the mkauthors tool from Perl to Python.
36+
37+
- Merged all of the changes from the v4 development branch into the v5 development branch.
38+
39+
- Moved the `banredirect` module to inspircd-contrib as it is obsolete now the `redirect` module can handle ban redirects.
40+
41+
- Moved translation of command paramerers from the core to the spanningtree module.
42+
43+
- Removed the `chghost`, `chgident`, and `chgname` modules as their functionality has been merged into the `sethost`, `setident`, and `setname` modules respectively.
44+
1145
### InspIRCd 5.0.0dev2
1246

1347
**This development snapshot version of InspIRCd was released on 2026-03-01.**

0 commit comments

Comments
 (0)