| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-11-30 | 1 | -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. | 2022-11-26 | 1 | -1/+10 | |
| | * | Fix some broken links in testssl.•••MkDocs changed the anchor format a while back which broke this. | 2022-11-26 | 1 | -3/+2 | |
| | * | 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.•••[skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] | 2022-05-18 | 1 | -5/+5 | |
| * | | 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 | |
| | * | Skip bots when generating the authors list. | 2022-04-28 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-01-15 | 1 | -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. | 2022-01-15 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-12-11 | 2 | -1/+65 | |
| |\| | |||||
| | * | Add a script for updating the author list. | 2021-12-10 | 1 | -0/+59 | |
| | * | Only emit an email address into a copyright header if one exists. | 2021-12-10 | 1 | -1/+6 | |
| * | | Replace some references to ssl with tls. | 2021-12-08 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-11-24 | 2 | -7/+9 | |
| |\| | |||||
| | * | Remind users about the `selfsigned` option to inspircd-testssl. | 2021-11-23 | 1 | -1/+3 | |
| | * | Switch mkdescriptions from YAML::Tiny to YAML. | 2021-11-21 | 1 | -4/+4 | |
| | * | Switch mkdescriptions from Hoedown to CommonMark. | 2021-11-21 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 3 | -1/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 3 | -1/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-08-17 | 1 | -6/+6 | |
| |\| | |||||
| | * | Update mkdescriptions for the new YAML module documentation. | 2021-08-04 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Hyphens are allowed in hostnames. | 2021-06-20 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -3/+3 | |
| |\| | |||||
| | * | Write to STDERR on error in test-build. | 2021-05-28 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-04-17 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update references to config fields which were renamed. | 2021-04-14 | 1 | -7/+7 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -5/+5 | |
| * | | Remove the remainders of genssl. | 2021-04-08 | 1 | -152/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -17/+14 | |
| |\| | |||||
| | * | Fix parsing the output of git-blame in mkheaders. | 2021-03-05 | 1 | -16/+13 | |
| | * | Ignore moved lines in mkheaders. | 2021-03-05 | 1 | -1/+1 | |
| * | | Require Perl 5.26 in the build system.•••This version is supported by all major systems that ship the C++17 compilers required by the v4 branch. | 2021-02-28 | 6 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 6 | -6/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 6 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 6 | -60/+23 | |
| |\| | |||||
| | * | Always use for in Perl modules. | 2021-01-29 | 1 | -2/+2 | |
| | * | Migrate some stuff away from print_format. | 2021-01-27 | 3 | -6/+6 | |
| | * | Fix unnecessary begin blocks in Perl source files. | 2021-01-25 | 6 | -52/+15 | |
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 1 | -8/+4 | |
| |\| | |||||
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-09-27 | 1 | -3/+17 | |
| |\| | |||||
| | * | Store generated SSL certificates in the .configure directory.•••Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org> | 2020-09-26 | 1 | -3/+17 | |
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -4/+4 | |
| |\| | |||||
