| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Build and install in on CI one job. | 2026-04-16 | 3 | -51/+6 | ||
| * | | Move enabling extra modules to their own CI step. | 2026-04-16 | 3 | -5/+14 | ||
| * | | Remove unused module from make/directive. | 2026-04-16 | 1 | -1/+0 | ||
| * | | Remove the old interface for configuring extra modules. | 2026-04-16 | 3 | -193/+25 | ||
| * | | Add the new module manager. | 2026-04-16 | 9 | -4/+870 | ||
| * | | Delete the old module manager. | 2026-04-11 | 2 | -373/+0 | ||
| * | | Merge branch 'insp4' into master. | 2026-04-11 | 2 | -1/+2 | ||
| |\| | ||||||
| | * | Release v4.10.1. v4.10.1 | 2026-04-11 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2026-04-11 | 1 | -1/+1 | ||
| | * | Whitelist the recently ratified +channel-context tag. | 2026-04-09 | 1 | -0/+1 | ||
| * | | Merge branch 'insp4' | 2026-04-09 | 5 | -67/+94 | ||
| |\| | ||||||
| | * | General clean up of the irctest workflow.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2026-04-09 | 1 | -28/+43 | ||
| | * | General clean up of the Alpine, macOS, and Ubuntu CI workflows.•••[skip irctest ci] [skip windows ci] | 2026-04-08 | 3 | -40/+52 | ||
| * | | Merge branch 'insp4' into master. | 2026-04-08 | 3 | -20/+25 | ||
| |\| | ||||||
| | * | Use Ninja on the Windows CI instead of MSBuild. | 2026-04-08 | 1 | -17/+16 | ||
| | * | Truncate overly-long usernames in USER. | 2026-04-08 | 1 | -1/+7 | ||
| | * | Fix the Windows RC using the wrong version variable. | 2026-04-08 | 1 | -2/+2 | ||
| * | | Remove a reference to TLS as SSL in deploy-ssl. | 2026-04-08 | 1 | -2/+2 | ||
| * | | Fix the double whitespace after some extra module headers. | 2026-04-08 | 6 | -3/+4 | ||
| * | | Use line comments in the config header.•••This isn't parsed by Doxygen so there's no point using /** */ comments. | 2026-04-08 | 1 | -19/+19 | ||
| * | | Merge branch 'insp4' into master. | 2026-04-08 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update irctest.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2026-04-08 | 1 | -1/+1 | ||
| * | | Merge branch 'insp4' into master. | 2026-04-07 | 2 | -2/+2 | ||
| |\| | ||||||
| | * | Release v4.10.0. v4.10.0 | 2026-04-04 | 2 | -2/+2 | ||
| | * | Update module descriptions. | 2026-04-04 | 1 | -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> | 2026-04-01 | 1 | -1/+1 | ||
| * | | Rename DLL_EXTENSION to INSPIRCD_MODULE_EXT.•••This will be in config.h when we switch to CMake so I'm renaming it now to reduce the diff size of the CMake commit. | 2026-04-07 | 5 | -13/+13 | ||
| * | | Also define NDEBUG for build type 3. | 2026-04-06 | 1 | -1/+1 | ||
| * | | Define NDEBUG when not building in debug mode. | 2026-04-06 | 3 | -17/+17 | ||
| * | | Allow the vendoring script to run build commands. | 2026-04-05 | 1 | -0/+5 | ||
| * | | Add insp::find_value, insp::to_ptr and switch code to use them. | 2026-04-04 | 12 | -60/+61 | ||
| * | | Pass a server reference to OnRouteMessage. | 2026-04-04 | 4 | -6/+6 | ||
| * | | Add an easier way to get the local Server* object. | 2026-04-04 | 7 | -8/+14 | ||
| * | | Remove the remaining bits of stdalgo to utility/container. | 2026-04-04 | 13 | -94/+69 | ||
| * | | Rename utility/map to container and prefix the difference method. | 2026-04-04 | 5 | -9/+9 | ||
| * | | Stop using a second extensible for no-tls-cert. | 2026-04-04 | 2 | -6/+15 | ||
| * | | Fix some missing comments. | 2026-04-04 | 1 | -0/+5 | ||
| * | | Add support for multiple I/O hooks per socket. | 2026-04-04 | 3 | -21/+38 | ||
| * | | Tighten up the TLS requirements for server links.•••Servers must now either provide a fingerprint in the link config or provide a valid certificate. There's an undocumented (for now) opt-out in the config but even with this set it still doesn't allow expired, revoked, or otherwise invalid certificates. | 2026-04-04 | 4 | -13/+13 | ||
| * | | Fix determining if a TLS certificate is usable. | 2026-04-04 | 1 | -1/+1 | ||
| * | | Fix showing the activation and expiration times in SSLINFO. | 2026-04-04 | 1 | -4/+7 | ||
| * | | Fix the verbose form of SSLINFO. | 2026-04-04 | 1 | -7/+10 | ||
| * | | Fix sslinfo compatibility with older versions of InspIRCd. | 2026-04-04 | 1 | -1/+1 | ||
| * | | Remove the old SSL API. | 2026-04-03 | 1 | -311/+0 | ||
| * | | Switch modules over to the new TLS API. | 2026-04-03 | 14 | -495/+588 | ||
| * | | Add the new TLS API. | 2026-04-03 | 1 | -0/+259 | ||
| * | | Move query string code from spanningtree to stringutils. | 2026-04-03 | 4 | -24/+53 | ||
| * | | Abolish SSLIOHookProvider now it doesn't do anything special. | 2026-04-03 | 3 | -15/+4 | ||
| * | | Move a function only used by ssl_openssl into that module. | 2026-04-03 | 2 | -25/+20 | ||
| * | | Remove the hook type field from IOHookProvider.•••This is only used by SSL hooks and now services have been reworked we can just check for a ssl/ prefix. | 2026-04-03 | 4 | -15/+5 | ||
