| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | | 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 | |
