| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-11-30 | 1 | -4/+12 | |
| |\| | |||||
| | * | Fix various edge cases in testssl. | 2022-11-26 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | - Ignore SIGPIPE to work around IO::Socket::SSL having its socket closed from under it and terminating the program. - Improve detection of servers that close the TCP connection right after it is opened. This usually means the IP address the tool is connecting from has been banned so suggest that as well. - Show more debug information when a connection fails. | ||||
| | * | Fix some broken links in testssl. | 2022-11-26 | 1 | -3/+2 | |
| | | | | | | | | | MkDocs changed the anchor format a while back which broke this. | ||||
| | * | Fix generating self-signed certificates on newer versions of GnuTLS. | 2022-10-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix mkauthors mishandling coauthor tags with periods at the end. | 2022-07-22 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-07-22 | 1 | -2/+1 | |
| |\| | |||||
| | * | Also list coauthors in the author file. | 2022-07-20 | 1 | -2/+1 | |
| | | | |||||
| * | | Update links to point to the upcoming v4 docs. | 2022-05-18 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] | ||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 3 | -4/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 3 | -3/+3 | |
| | | | |||||
| | * | Fix updating the copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
