| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 2 | -2/+2 | |
| | | |||||
| * | 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. | ||||
| * | 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. | ||||
| * | Sort names case insensitively in the authors list. | 2022-12-08 | 1 | -1/+1 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Also list coauthors in the author file. | 2022-07-20 | 1 | -2/+1 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Improve CI scripts. | 2022-01-15 | 1 | -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. | ||||
| * | 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 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Update copyright headers. | 2021-08-27 | 3 | -1/+3 | |
| | | |||||
| * | Update mkdescriptions for the new YAML module documentation. | 2021-08-04 | 1 | -6/+6 | |
| | | |||||
| * | Hyphens are allowed in hostnames. | 2021-06-20 | 1 | -1/+1 | |
| | | |||||
| * | Write to STDERR on error in test-build. | 2021-05-28 | 1 | -3/+3 | |
| | | |||||
| * | Update references to config fields which were renamed. | 2021-04-14 | 1 | -7/+7 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Update copyright headers. | 2021-02-26 | 6 | -6/+6 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Update copyright headers. | 2020-10-30 | 1 | -0/+1 | |
| | | |||||
| * | Store generated SSL certificates in the .configure directory. | 2020-09-26 | 1 | -3/+17 | |
| | | | | | Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org> | ||||
| * | Fix mkheaders 'experimental push on scalar is now forbidden' warning. | 2020-07-29 | 1 | -4/+4 | |
| | | |||||
| * | Implement a tool for testing SSL connectivity. | 2020-06-16 | 1 | -0/+173 | |
| | | |||||
| * | Remove the DANE record hint from genssl. | 2020-06-02 | 1 | -13/+0 | |
| | | | | | | This was never adopted by clients and its easy for servers to get a valid cert now so this is unnecessary. | ||||
| * | Rename mkversions to mkdescriptions. | 2020-04-15 | 2 | -0/+1 | |
| | | |||||
| * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Add a tool for updating module descriptions based on the docs. | 2020-04-10 | 1 | -0/+87 | |
| | | |||||
| * | Add a tool for retrieving directives from source files. | 2020-04-06 | 1 | -0/+55 | |
| | | |||||
| * | Fix get_cpu_count not being evaluated as a scalar. | 2020-03-09 | 1 | -1/+1 | |
| | | | | | This fixes a bug where the changes in 0c34d28447 did not work. | ||||
| * | Tell people to run make with the number of CPU cores plus 1. | 2020-02-10 | 1 | -1/+1 | |
| | | | | | This results in faster builds as there's always one job waiting. | ||||
| * | Update copyright headers. | 2020-01-31 | 2 | -2/+2 | |
| | | |||||
| * | Add a function for showing a command whilst executing it. | 2020-01-18 | 2 | -6/+7 | |
| | | |||||
| * | Disable auto extras when TEST_BUILD_MODULES is set in test-build. | 2020-01-18 | 1 | -2/+6 | |
| | | |||||
| * | Migrate from Travis CI to GitHub Actions. | 2020-01-17 | 1 | -6/+0 | |
| | | | | | | | This brings shiny new GitHub integrations as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure. | ||||
| * | Fix Perl tools not using the correct directory name in 'use lib'. | 2020-01-17 | 3 | -8/+10 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 2 | -4/+2 | |
| | | |||||
| * | Add a script for updating the copyright headers. | 2020-01-11 | 1 | -0/+149 | |
| | | |||||
| * | Update my name and email address. | 2019-12-31 | 2 | -2/+2 | |
| | | |||||
| * | Get rid of the platform tests in the Travis build script. | 2019-12-06 | 1 | -9/+3 | |
| | | | | | We only build on Xenial nowadays so this check is unnecessary. | ||||
| * | Omit debug symbols when doing CI builds. | 2019-04-16 | 1 | -1/+2 | |
| | | | | | This provides a significant build time improvement. | ||||
| * | Upgrade Travis CI system to Xenial. | 2019-04-16 | 1 | -2/+2 | |
| | | |||||
