aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix removing symlinks for modules with missing dependencies.Gravatar Sadie Powell2026-05-061-2/+2
* | Make the pkg-config output a bit less verbose.Gravatar Sadie Powell2026-05-062-1/+8
* | Make CommandBase::Params final.Gravatar Sadie Powell2026-05-061-1/+2
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-05-063-3/+4
|\|
| * Fix some rare null pointer dereferences.•••This code is only ever called for internal serialisation which I don't think actually happens to these modules. Gravatar Sadie Powell2026-05-062-2/+2
| * Update my email address.Gravatar Sadie Powell2026-05-052-2/+3
* | Version the Windows install by the major version.Gravatar Sadie Powell2026-05-022-5/+5
* | Merge branch 'insp4' into masterGravatar Sadie Powell2026-05-012-2/+2
|\|
| * Drop the distro versions from the readme.•••These are almost always outdated and its not hard to check the downloads page. Gravatar Sadie Powell2026-05-011-1/+1
| * Bump negrutiu/nsis-install from 2 to 3•••Bumps [negrutiu/nsis-install](https://github.com/negrutiu/nsis-install) from 2 to 3. - [Release notes](https://github.com/negrutiu/nsis-install/releases) - [Commits](https://github.com/negrutiu/nsis-install/compare/v2...v3) --- updated-dependencies: - dependency-name: negrutiu/nsis-install dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2026-05-011-1/+1
* | Update the required tools in the readme.Gravatar Sadie Powell2026-05-011-4/+4
* | Fix some CMake variables not being updated if CMake re-runs.•••Getting rid of the return(PROPAGATE) usage here also allows us to lower the minimum CMake version from 3.25 to 3.21. Gravatar Sadie Powell2026-05-012-12/+14
* | Fix the FIND_DEPENDENCY vars not being marked as internal.Gravatar Sadie Powell2026-05-011-2/+2
* | Allow SOCKET_ENGINE to be set to auto.Gravatar Sadie Powell2026-05-011-2/+2
* | Switch a use of push(FMT::format) to push_fmt.Gravatar Sadie Powell2026-05-011-2/+2
* | Release v5.0.0 development snapshot 4. v5.0.0dev4Gravatar Sadie Powell2026-05-011-1/+1
* | Remove the last remaining use of strncasecmp.Gravatar Sadie Powell2026-05-011-1/+1
* | Remove the remaining function in utility/string to utility/container.Gravatar Sadie Powell2026-04-3032-77/+30
* | Switch ascii comparisons over to our own casemap functions.Gravatar Sadie Powell2026-04-3034-128/+128
* | Move CommandLine from ServerConfig to InspIRCd.•••There's no need for this to be in ServerConfig. Although it is configuration it applies more to the cli interface which is part of the InspIRCd class. Gravatar Sadie Powell2026-04-307-30/+31
* | Upgrade Doxyfile for the latest Doxygen.Gravatar Sadie Powell2026-04-301-0/+5
* | Fix finding the Windows headers when building Doxygen docs.Gravatar Sadie Powell2026-04-301-1/+1
* | Delete a bunch of Perl left over from the old build system.•••The rest of this will go as soon as I rewrite it to Python. Gravatar Sadie Powell2026-04-304-391/+9
* | Speed up the irctest CI a bit more.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] Gravatar Sadie Powell2026-04-301-0/+1
* | Improve support for unity builds.Gravatar Sadie Powell2026-04-293-1/+11
* | Fix scripts not having their user/group set if one isn't configured.Gravatar Sadie Powell2026-04-281-8/+4
* | Fix some paths in generated files not being absolute.Gravatar Sadie Powell2026-04-286-18/+18
* | Fix separator placing in configure.Gravatar Sadie Powell2026-04-281-1/+1
* | Fix reading the defaults from the cache for configure.Gravatar Sadie Powell2026-04-281-7/+13
* | Ask users if they want to use Ninja if its installed.Gravatar Sadie Powell2026-04-281-1/+16
* | Add the new interactive configure script.Gravatar Sadie Powell2026-04-282-3/+314
* | Add an interactive mode to `./modulemanager extra`.Gravatar Sadie Powell2026-04-282-1/+69
* | Fix invalidation of the CMake module glob after enabling modules.Gravatar Sadie Powell2026-04-272-2/+6
* | Add the common Python module to deduplicate some code.Gravatar Sadie Powell2026-04-273-10/+71
* | Switch the build system to CMake.Gravatar Sadie Powell2026-04-2783-2176/+1250
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-04-271-5/+5
|\|
| * Fix error handling in the log_json module.•••Closes #2206. Gravatar Sadie Powell2026-04-271-5/+5
* | Fix some minor Python issues.Gravatar Sadie Powell2026-04-193-3/+1
* | Misc clean up of the rehashsignal module.Gravatar Sadie Powell2026-04-191-9/+10
* | Fix the test defines in the config header.Gravatar Sadie Powell2026-04-191-4/+4
* | Update the author list.Gravatar InspIRCd Robot2026-04-181-37/+37
* | Refactor mkauthors.Gravatar Sadie Powell2026-04-182-55/+61
* | Minor clean up of modulemanager.Gravatar Sadie Powell2026-04-181-3/+2
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-04-163-6/+6
|\|
| * Update the Windows dependencies.Gravatar Sadie Powell2026-04-162-4/+4
| * Fix an error message in ircv3_ctctags mentioning the wrong mode.Gravatar Sadie Powell2026-04-161-1/+1
* | Default the fake pointer methods to ssize_t.Gravatar Sadie Powell2026-04-161-2/+2
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-04-162-2/+10
|\|
| * Add support for getentropy() on macOS.Gravatar Sadie Powell2026-04-162-2/+10
* | Skip the contrib directory on Windows.Gravatar Sadie Powell2026-04-161-1/+1