aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Move ssl_mbedtls to inspircd-contrib.•••Closes #2088. Gravatar Sadie Powell2024-04-151-6/+4
* 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.•••This fixes a committer who has run mkheaders from being added to the copyright headers when it is next run. Gravatar Sadie Powell2022-12-271-25/+33
* | 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.•••- 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. Gravatar Sadie Powell2022-12-101-1/+1
* | 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.•••- 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. Gravatar Sadie Powell2022-11-261-1/+10
| * Fix some broken links in testssl.•••MkDocs changed the anchor format a while back which broke this. Gravatar Sadie Powell2022-11-261-3/+2
| * 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.•••[skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] Gravatar Sadie Powell2022-05-181-5/+5
* | 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.•••- 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. Gravatar Sadie Powell2022-01-151-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-12-112-1/+65
|\|
| * Add a script for updating the author list.Gravatar Sadie Powell2021-12-101-0/+59
| * Only emit an email address into a copyright header if one exists.Gravatar Sadie Powell2021-12-101-1/+6
* | Replace some references to ssl with tls.Gravatar Sadie Powell2021-12-081-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-242-7/+9
|\|
| * Remind users about the `selfsigned` option to inspircd-testssl.Gravatar Sadie Powell2021-11-231-1/+3
| * Switch mkdescriptions from YAML::Tiny to YAML.Gravatar Sadie Powell2021-11-211-4/+4
| * Switch mkdescriptions from Hoedown to CommonMark.Gravatar Sadie Powell2021-11-211-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-283-1/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-273-1/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-171-6/+6
|\|
| * Update mkdescriptions for the new YAML module documentation.Gravatar Sadie Powell2021-08-041-6/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-1/+1
|\|
| * Hyphens are allowed in hostnames.Gravatar Matt Schatz2021-06-201-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-011-3/+3
|\|
| * Write to STDERR on error in test-build.Gravatar Sadie Powell2021-05-281-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-171-1/+1
|\|
| * Update references to config fields which were renamed.Gravatar Sadie Powell2021-04-141-7/+7
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-5/+5
* | Remove the remainders of genssl.Gravatar Sadie Powell2021-04-081-152/+0