aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Delete a bunch of Perl left over from the old build system.Gravatar Sadie Powell2026-04-301-13/+0
| | | | The rest of this will go as soon as I rewrite it to Python.
* Switch the build system to CMake.Gravatar Sadie Powell2026-04-271-0/+35
|
* Refactor mkauthors.Gravatar Sadie Powell2026-04-181-55/+53
|
* Generate the credits for /INFO from Git history.Gravatar Sadie Powell2026-03-151-4/+71
|
* Add a new version of mkauthors written in Python.Gravatar Sadie Powell2026-03-091-0/+104
|
* Remove the Perl version of mkauthors.Gravatar Sadie Powell2026-03-091-71/+0
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-071-0/+149
|\
| * Update copyright headers.Gravatar InspIRCd Robot2025-12-031-2/+1
| |
| * Fix genssl with newer versions of GnuTLS.Gravatar Sadie Powell2025-11-271-1/+1
| |
| * Trim down genssl and add a warning against using it for client.Gravatar Sadie Powell2025-11-271-15/+13
| |
| * Restore genssl as it is useful for server certs.Gravatar Sadie Powell2025-11-191-0/+152
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-291-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2025-03-281-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-221-1/+1
|\|
| * Skip lines which are empty in mkheaders.Gravatar Sadie Powell2025-03-161-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-11-011-1/+1
|\|
| * Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-10-171-1/+1
| |\
| | * Tell people to connect to Teranova directly instead of our alias.Gravatar Sadie Powell2024-10-131-1/+1
| | |
| * | Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-10-101-1/+1
| |\|
| | * Revert "Tell people to use the main ChatSpike domain not our alias".Gravatar Sadie Powell2024-10-081-1/+1
| | | | | | | | | | | | This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045.
| | * Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-07-071-1/+1
| | | | | | | | | | | | Backport from master.
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-09-093-7/+16
|\| |
| * | Fix mkdescriptions when parsing docs containing Jinja variables.Gravatar Sadie Powell2024-09-021-1/+1
| | |
| * | Make mkauthors/mkheaders respect the mailmap for coauthors.Gravatar Sadie Powell2024-09-022-6/+15
| | |
* | | Adjust the build system for the new module structure.Gravatar Sadie Powell2024-07-171-1/+1
| | |
* | | Remove testssl.Gravatar Sadie Powell2024-07-161-174/+0
| | |
* | | Port testssl to Python.Gravatar Sadie Powell2024-07-161-0/+162
|/ /
* | Update copyright headers.Gravatar InspIRCd Robot2024-07-143-3/+3
| |
* | Allow mkdescriptions to auto-commit changed files.Gravatar Sadie Powell2024-07-131-0/+9
| |
* | Allow mkauthors/mkheaders to opt-out of committing changes.Gravatar Sadie Powell2024-07-132-8/+12
| |
* | Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-06-281-1/+1
| |
* | Update copyright headers.Gravatar InspIRCd Robot2024-06-142-0/+2
| |
* | tools/convert-unreal-*: Parse input in linear timeGravatar Valentin Lorentz2024-06-112-31/+15
| | | | | | | | | | | | | | | | Non-trivial string slicing on CPython makes a copy of the string, making the overall parsing run in quadratic time. For example, assuming an average field size of 10 bytes, parsing a 1MB file on my computer would take 70s in slicing alone.
* | Add some tools for converting UnrealIRCd databases to InspIRCd.Gravatar Sadie Powell2024-06-112-0/+269
| |
* | Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
| |
* | Move ssl_mbedtls to inspircd-contrib.Gravatar Sadie Powell2024-04-151-6/+4
| | | | | | | | Closes #2088.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-151-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-07-151-1/+1
| |
| * Fix mkheaders on files with Windows line endings.Gravatar Sadie Powell2023-07-151-1/+1
| |
* | Allow mkheaders to pick up a coauthorship year.Gravatar Sadie Powell2023-01-131-2/+4
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-302-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-271-25/+33
|\|
| * Ignore edits to the copyright headers when updating them.Gravatar Sadie Powell2022-12-271-25/+33
| | | | | | | | | | This fixes a committer who has run mkheaders from being added to the copyright headers when it is next run.
* | Remove test-build now its no longer used.Gravatar Sadie Powell2022-12-101-69/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-101-0/+69
|\|
| * Fix building with the Intel C++ compiler.Gravatar Sadie Powell2022-12-101-1/+1
| | | | | | | | | | | | - Fix adding -Wshadow in the compiler flags twice. - Detect the new Clang-based Intel compiler as well as the old one. - Silence some deprecation warnings using Intel syntax.
* | Remove test-build now its no longer used.Gravatar Sadie Powell2022-12-091-69/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-091-1/+1
|\|
| * Sort names case insensitively in the authors list.Gravatar Sadie Powell2022-12-081-1/+1
| |