| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix removing symlinks for modules with missing dependencies. | 2026-05-06 | 1 | -2/+2 | ||
| * | | Make the pkg-config output a bit less verbose. | 2026-05-06 | 2 | -1/+8 | ||
| * | | Make CommandBase::Params final. | 2026-05-06 | 1 | -1/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-05-06 | 3 | -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. | 2026-05-06 | 2 | -2/+2 | ||
| | * | Update my email address. | 2026-05-05 | 2 | -2/+3 | ||
| * | | Version the Windows install by the major version. | 2026-05-02 | 2 | -5/+5 | ||
| * | | Merge branch 'insp4' into master | 2026-05-01 | 2 | -2/+2 | ||
| |\| | ||||||
| | * | Drop the distro versions from the readme.•••These are almost always outdated and its not hard to check the downloads page. | 2026-05-01 | 1 | -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> | 2026-05-01 | 1 | -1/+1 | ||
| * | | Update the required tools in the readme. | 2026-05-01 | 1 | -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. | 2026-05-01 | 2 | -12/+14 | ||
| * | | Fix the FIND_DEPENDENCY vars not being marked as internal. | 2026-05-01 | 1 | -2/+2 | ||
| * | | Allow SOCKET_ENGINE to be set to auto. | 2026-05-01 | 1 | -2/+2 | ||
| * | | Switch a use of push(FMT::format) to push_fmt. | 2026-05-01 | 1 | -2/+2 | ||
| * | | Release v5.0.0 development snapshot 4. v5.0.0dev4 | 2026-05-01 | 1 | -1/+1 | ||
| * | | Remove the last remaining use of strncasecmp. | 2026-05-01 | 1 | -1/+1 | ||
| * | | Remove the remaining function in utility/string to utility/container. | 2026-04-30 | 32 | -77/+30 | ||
| * | | Switch ascii comparisons over to our own casemap functions. | 2026-04-30 | 34 | -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. | 2026-04-30 | 7 | -30/+31 | ||
| * | | Upgrade Doxyfile for the latest Doxygen. | 2026-04-30 | 1 | -0/+5 | ||
| * | | Fix finding the Windows headers when building Doxygen docs. | 2026-04-30 | 1 | -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. | 2026-04-30 | 4 | -391/+9 | ||
| * | | Speed up the irctest CI a bit more.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2026-04-30 | 1 | -0/+1 | ||
| * | | Improve support for unity builds. | 2026-04-29 | 3 | -1/+11 | ||
| * | | Fix scripts not having their user/group set if one isn't configured. | 2026-04-28 | 1 | -8/+4 | ||
| * | | Fix some paths in generated files not being absolute. | 2026-04-28 | 6 | -18/+18 | ||
| * | | Fix separator placing in configure. | 2026-04-28 | 1 | -1/+1 | ||
| * | | Fix reading the defaults from the cache for configure. | 2026-04-28 | 1 | -7/+13 | ||
| * | | Ask users if they want to use Ninja if its installed. | 2026-04-28 | 1 | -1/+16 | ||
| * | | Add the new interactive configure script. | 2026-04-28 | 2 | -3/+314 | ||
| * | | Add an interactive mode to `./modulemanager extra`. | 2026-04-28 | 2 | -1/+69 | ||
| * | | Fix invalidation of the CMake module glob after enabling modules. | 2026-04-27 | 2 | -2/+6 | ||
| * | | Add the common Python module to deduplicate some code. | 2026-04-27 | 3 | -10/+71 | ||
| * | | Switch the build system to CMake. | 2026-04-27 | 83 | -2176/+1250 | ||
| * | | Merge branch 'insp4' into master. | 2026-04-27 | 1 | -5/+5 | ||
| |\| | ||||||
| | * | Fix error handling in the log_json module.•••Closes #2206. | 2026-04-27 | 1 | -5/+5 | ||
| * | | Fix some minor Python issues. | 2026-04-19 | 3 | -3/+1 | ||
| * | | Misc clean up of the rehashsignal module. | 2026-04-19 | 1 | -9/+10 | ||
| * | | Fix the test defines in the config header. | 2026-04-19 | 1 | -4/+4 | ||
| * | | Update the author list. | 2026-04-18 | 1 | -37/+37 | ||
| * | | Refactor mkauthors. | 2026-04-18 | 2 | -55/+61 | ||
| * | | Minor clean up of modulemanager. | 2026-04-18 | 1 | -3/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-04-16 | 3 | -6/+6 | ||
| |\| | ||||||
| | * | Update the Windows dependencies. | 2026-04-16 | 2 | -4/+4 | ||
| | * | Fix an error message in ircv3_ctctags mentioning the wrong mode. | 2026-04-16 | 1 | -1/+1 | ||
| * | | Default the fake pointer methods to ssize_t. | 2026-04-16 | 1 | -2/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-04-16 | 2 | -2/+10 | ||
| |\| | ||||||
| | * | Add support for getentropy() on macOS. | 2026-04-16 | 2 | -2/+10 | ||
| * | | Skip the contrib directory on Windows. | 2026-04-16 | 1 | -1/+1 | ||
