You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/5/change-log.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,40 @@ title: v5 Change Log
8
8
9
9
This page lists changes which have happened between releases.
10
10
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
+
11
45
### InspIRCd 5.0.0dev2
12
46
13
47
**This development snapshot version of InspIRCd was released on 2026-03-01.**
0 commit comments