aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.Gravatar Sadie Powell2026-04-307-30/+31
| | | | | | 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.
* 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.Gravatar Sadie Powell2026-04-304-391/+9
| | | | The rest of this will go as soon as I rewrite it to Python.
* Speed up the irctest CI a bit more.Gravatar Sadie Powell2026-04-301-0/+1
| | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci]
* 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.Gravatar Sadie Powell2026-04-271-5/+5
| | | | | | | | Closes #2206.
* | 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
| |
* | Build and install in on CI one job.Gravatar Sadie Powell2026-04-163-51/+6
| |
* | Move enabling extra modules to their own CI step.Gravatar Sadie Powell2026-04-163-5/+14
| |
* | Remove unused module from make/directive.Gravatar Sadie Powell2026-04-161-1/+0
| |
* | Remove the old interface for configuring extra modules.Gravatar Sadie Powell2026-04-163-193/+25
| |
* | Add the new module manager.Gravatar Sadie Powell2026-04-169-4/+870
| |
* | Delete the old module manager.Gravatar Sadie Powell2026-04-112-373/+0
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-04-112-1/+2
|\|
| * Release v4.10.1. v4.10.1Gravatar Sadie Powell2026-04-111-1/+1
| |
| * Update copyright headers.Gravatar InspIRCd Robot2026-04-111-1/+1
| |
| * Whitelist the recently ratified +channel-context tag.Gravatar Sadie Powell2026-04-091-0/+1
| |
* | Merge branch 'insp4'Gravatar Sadie Powell2026-04-095-67/+94
|\|
| * General clean up of the irctest workflow.Gravatar Sadie Powell2026-04-091-28/+43
| | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci]
| * General clean up of the Alpine, macOS, and Ubuntu CI workflows.Gravatar Sadie Powell2026-04-083-40/+52
| | | | | | | | | | [skip irctest ci] [skip windows ci]
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-04-083-20/+25
|\|
| * Use Ninja on the Windows CI instead of MSBuild.Gravatar Sadie Powell2026-04-081-17/+16
| |