aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v4.10.0. v4.10.0Gravatar Sadie Powell2026-04-042-2/+2
* Update module descriptions.Gravatar InspIRCd Robot2026-04-041-1/+1
* Bump microsoft/setup-msbuild from 2.0.0 to 3.0.0•••Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2026-04-011-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2026-03-3152-56/+55
* Update author list.Gravatar InspIRCd Robot2026-03-311-5/+4
* Update the vendored libraries.Gravatar Sadie Powell2026-03-302-5/+3
* Add a provider file for securelist exemptions.Gravatar Sadie Powell2026-03-262-1/+14
* Add support for the IRCv3 UTF8ONLY specification.Gravatar Sadie Powell2026-03-192-1/+313
* Allow overriding the oper restrictions on the fingerprint extban.Gravatar Sadie Powell2026-03-192-2/+8
* Expose the maximum channel key length to services.Gravatar Sadie Powell2026-03-197-7/+8
* Update the mailmap.Gravatar Sadie Powell2026-03-191-0/+3
* Fix the documentation of the ircv3 module.Gravatar Sadie Powell2026-03-191-6/+5
* Improve config compatibility with previous releases.Gravatar Sadie Powell2026-03-192-17/+11
* Implement the IRCv3 no-implicit-names specification.Gravatar Sadie Powell2026-03-182-0/+26
* Implement support for the IRCv3 ACCOUNTEXTBAN isupport token.Gravatar Sadie Powell2026-03-181-1/+11
* Backport the fix of copying dynamic references from git master.Gravatar Sadie Powell2026-03-172-1/+7
* Fix cap notifications to comply with ircv3/ircv3-specifications#480.Gravatar Sadie Powell2026-03-141-2/+2
* Fix clearing the help channel modes before re-reading the config.Gravatar Sadie Powell2026-03-121-1/+1
* Fix reading the correct name of the <options:modesinlist> field.Gravatar Sadie Powell2026-03-121-1/+1
* Reorder some of the extban help.Gravatar Sadie Powell2026-03-091-4/+4
* Ignore the modules directory so we don't commit stuff from master.Gravatar Sadie Powell2026-03-091-0/+1
* Document the short name for the redirect: extban.Gravatar Sadie Powell2026-03-091-2/+2
* Add a redirect extended ban to the redirect module.•••Also, deprecate the banredirect module now its behaviour has been entirely replaced. Closes #730 Closes #2043 Gravatar Sadie Powell2026-03-094-26/+117
* Redocument extended bans to be easier to read.Gravatar Sadie Powell2026-03-091-58/+86
* Fix not being able to ban real names that contain spaces.Gravatar Sadie Powell2026-03-091-2/+12
* Expand what modes the redirect module can redirect when set.•••Closes #906 Gravatar Sadie Powell2026-03-092-51/+111
* Add the VF_DEPRECATED flag and warn on load about deprecation.Gravatar Sadie Powell2026-03-096-7/+20
* Fix various inconsistencies in the banredirect and redirect modules.Gravatar Sadie Powell2026-03-092-15/+29
* Allow Command::IsUsableBy to be used for server-originated messages.Gravatar Sadie Powell2026-03-081-2/+2
* Respect <security:restrictbannedusers> in setname.Gravatar Sadie Powell2026-03-081-0/+18
* Fix some minor doxygen warnings.Gravatar Sadie Powell2026-03-083-3/+2
* Switch the NSIS installer to use something more reliable.Gravatar Sadie Powell2026-03-071-2/+3
* Fix a copy/paste error in the serverban module docs.Gravatar Sadie Powell2026-03-061-1/+1
* Remove the inverted parameter from the extban validation method.Gravatar Sadie Powell2026-03-066-8/+7
* Add the sharebans module.Gravatar Sadie Powell2026-03-063-0/+128
* Backport the abbreviation module checking IsUsableBy from master.Gravatar Sadie Powell2026-03-061-2/+2
* Deduplicate command usability checks into Command::IsUsableBy.Gravatar Sadie Powell2026-03-063-38/+24
* Add oper-only options to the class and server extbans.Gravatar Sadie Powell2026-03-043-1/+48
* Prevent non-opers from using extban z when <sslinfo:operonly> is set.Gravatar Sadie Powell2026-03-041-0/+19
* Add a validation hook for extbans.Gravatar Sadie Powell2026-03-046-6/+100
* Tweak the reaction filter slightly.Gravatar Sadie Powell2026-03-031-2/+8
* Fix erroneously networking metadata for partially connected users.Gravatar Sadie Powell2026-03-031-0/+3
* Update irctest.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] Gravatar Sadie Powell2026-03-021-2/+2
* Store users by uuid in the messageflood counter map.•••This prevents weird behaviour caused by address reuse. Reported by @progval. Gravatar Sadie Powell2026-03-011-5/+4
* Bump actions/upload-artifact from 6 to 7•••Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2026-03-011-1/+1
* Bump actions/download-artifact from 7 to 8•••Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2026-03-011-1/+1
* Fix the cloak module sending NOTEs when it should send a FAIL.Gravatar Sadie Powell2026-02-281-1/+1
* Fix RPL_ENDOFNAMES for real this time.Gravatar Sadie Powell2026-02-285-16/+20
* Fix erroneously sending RPL_ENDOFNAMES multiple times.Gravatar Sadie Powell2026-02-282-1/+1
* Fix ERR_INVALIDUSERNAME containing the wrong username.Gravatar Sadie Powell2026-02-281-4/+6