| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| * | | Release v5.0.0 development snapshot 3. v5.0.0dev3 | 2026-04-01 | 1 | -1/+1 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-31 | 51 | -90/+85 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2026-03-31 | 52 | -56/+55 | ||
| | * | Update author list. | 2026-03-31 | 1 | -5/+4 | ||
| | * | Update the vendored libraries. | 2026-03-30 | 2 | -5/+3 | ||
| * | | Kill the remaining uses of intptr_t. | 2026-03-30 | 2 | -10/+10 | ||
| * | | Fix an inverted condition in SimpleExtItem::GetPtr. | 2026-03-30 | 1 | -1/+1 | ||
| * | | Use SetFwd in the override module. | 2026-03-30 | 1 | -1/+1 | ||
| * | | Switch some modules to use GetRef instead of Get. | 2026-03-30 | 2 | -19/+8 | ||
| * | | Switch dccallow to ValuePtr and Create. | 2026-03-30 | 1 | -5/+3 | ||
| * | | Call the correct creation method in the silence module. | 2026-03-30 | 1 | -1/+1 | ||
| * | | Stop deleting the spanningtree utilities on unload.•••This is not an owning pointer now. | 2026-03-30 | 1 | -1/+1 | ||
| * | | Add methods to ListExtItem to encode individual elements.•••This allows its use with non-string lists. | 2026-03-30 | 2 | -62/+39 | ||
| * | | Replace some C-style array usage with Modern C++. | 2026-03-29 | 3 | -18/+16 | ||
| * | | Fix various minor Doxygen issues. | 2026-03-29 | 7 | -10/+14 | ||
