| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Delete a bunch of Perl left over from the old build system. | 2026-04-30 | 1 | -13/+0 | |
| | | | | | The rest of this will go as soon as I rewrite it to Python. | ||||
| * | Switch the build system to CMake. | 2026-04-27 | 1 | -0/+35 | |
| | | |||||
| * | Refactor mkauthors. | 2026-04-18 | 1 | -55/+53 | |
| | | |||||
| * | Generate the credits for /INFO from Git history. | 2026-03-15 | 1 | -4/+71 | |
| | | |||||
| * | Add a new version of mkauthors written in Python. | 2026-03-09 | 1 | -0/+104 | |
| | | |||||
| * | Remove the Perl version of mkauthors. | 2026-03-09 | 1 | -71/+0 | |
| | | |||||
| * | Merge branch 'insp4' into master. | 2025-12-07 | 1 | -0/+149 | |
| |\ | |||||
| | * | Update copyright headers. | 2025-12-03 | 1 | -2/+1 | |
| | | | |||||
| | * | Fix genssl with newer versions of GnuTLS. | 2025-11-27 | 1 | -1/+1 | |
| | | | |||||
| | * | Trim down genssl and add a warning against using it for client. | 2025-11-27 | 1 | -15/+13 | |
| | | | |||||
| | * | Restore genssl as it is useful for server certs. | 2025-11-19 | 1 | -0/+152 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-03-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2025-03-22 | 1 | -1/+1 | |
| |\| | |||||
| | * | Skip lines which are empty in mkheaders. | 2025-03-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp4' into master. | 2024-11-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Merge branch 'insp3' into insp4. | 2024-10-17 | 1 | -1/+1 | |
| | |\ | |||||
| | | * | Tell people to connect to Teranova directly instead of our alias. | 2024-10-13 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Merge branch 'insp3' into insp4. | 2024-10-10 | 1 | -1/+1 | |
| | |\| | |||||
| | | * | Revert "Tell people to use the main ChatSpike domain not our alias". | 2024-10-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045. | ||||
| | | * | Tell people to use the main ChatSpike domain not our alias. | 2024-07-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Backport from master. | ||||
| * | | | Merge branch 'insp4' into master. | 2024-09-09 | 3 | -7/+16 | |
| |\| | | |||||
| | * | | Fix mkdescriptions when parsing docs containing Jinja variables. | 2024-09-02 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Make mkauthors/mkheaders respect the mailmap for coauthors. | 2024-09-02 | 2 | -6/+15 | |
| | | | | |||||
| * | | | Adjust the build system for the new module structure. | 2024-07-17 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Remove testssl. | 2024-07-16 | 1 | -174/+0 | |
| | | | | |||||
| * | | | Port testssl to Python. | 2024-07-16 | 1 | -0/+162 | |
| |/ / | |||||
| * | | Update copyright headers. | 2024-07-14 | 3 | -3/+3 | |
| | | | |||||
| * | | Allow mkdescriptions to auto-commit changed files. | 2024-07-13 | 1 | -0/+9 | |
| | | | |||||
| * | | Allow mkauthors/mkheaders to opt-out of committing changes. | 2024-07-13 | 2 | -8/+12 | |
| | | | |||||
| * | | Tell people to use the main ChatSpike domain not our alias. | 2024-06-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Update copyright headers. | 2024-06-14 | 2 | -0/+2 | |
| | | | |||||
| * | | tools/convert-unreal-*: Parse input in linear time | 2024-06-11 | 2 | -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. | 2024-06-11 | 2 | -0/+269 | |
| | | | |||||
| * | | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Move ssl_mbedtls to inspircd-contrib. | 2024-04-15 | 1 | -6/+4 | |
| | | | | | | | | | Closes #2088. | ||||
| * | | Merge branch 'insp3' into master. | 2023-07-15 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-07-15 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix mkheaders on files with Windows line endings. | 2023-07-15 | 1 | -1/+1 | |
| | | | |||||
| * | | Allow mkheaders to pick up a coauthorship year. | 2023-01-13 | 1 | -2/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 2 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-12-27 | 1 | -25/+33 | |
| |\| | |||||
| | * | Ignore edits to the copyright headers when updating them. | 2022-12-27 | 1 | -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. | 2022-12-10 | 1 | -69/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-12-10 | 1 | -0/+69 | |
| |\| | |||||
| | * | Fix building with the Intel C++ compiler. | 2022-12-10 | 1 | -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. | 2022-12-09 | 1 | -69/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-12-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Sort names case insensitively in the authors list. | 2022-12-08 | 1 | -1/+1 | |
| | | | |||||
