aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update copyright headers.Gravatar InspIRCd Robot2025-03-281-1/+1
|
* Skip lines which are empty in mkheaders.Gravatar Sadie Powell2025-03-161-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.
* | 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
| |
* | 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
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-11-301-4/+12
|\|
| * Fix various edge cases in testssl.Gravatar Sadie Powell2022-11-261-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.Gravatar Sadie Powell2022-11-261-3/+2
| | | | | | | | MkDocs changed the anchor format a while back which broke this.
| * Fix generating self-signed certificates on newer versions of GnuTLS.Gravatar Sadie Powell2022-10-111-1/+1
| |
* | Fix mkauthors mishandling coauthor tags with periods at the end.Gravatar Sadie Powell2022-07-221-0/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-07-221-2/+1
|\|
| * Also list coauthors in the author file.Gravatar Sadie Powell2022-07-201-2/+1
| |
* | Update links to point to the upcoming v4 docs.Gravatar Sadie Powell2022-05-181-5/+5
| | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci]
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-293-4/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-283-3/+3
| |
| * Fix updating the copyright headers.Gravatar Sadie Powell2022-04-281-1/+1
| |
| * Skip bots when generating the authors list.Gravatar Sadie Powell2022-04-281-0/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-151-0/+1
|\|
| * Improve CI scripts.Gravatar Sadie Powell2022-01-151-0/+1
| | | | | | | | | | | | | | - Add support for skipping CI on specific platforms with commit comments. - Add support for testing on Alpine (which uses musl instead of glibc). - Rename "Linux CI" to "Ubuntu CI" now we test other Linux distros. - Properly add packages to the PATH and LD_LIBRARY_PATH on macOS.