| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-12-03 | 1 | -2/+1 | |
| * | Fix genssl with newer versions of GnuTLS. | 2025-11-27 | 1 | -1/+1 | |
| * | Trim down genssl and add a warning against using it for client. | 2025-11-27 | 1 | -15/+13 | |
| * | Restore genssl as it is useful for server certs. | 2025-11-19 | 1 | -0/+152 | |
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| * | Skip lines which are empty in mkheaders. | 2025-03-16 | 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".•••This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045. | 2024-10-08 | 1 | -1/+1 | |
| | * | Tell people to use the main ChatSpike domain not our alias.•••Backport from master. | 2024-07-07 | 1 | -1/+1 | |
| * | | 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 | |
| * | | 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•••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. | 2024-06-11 | 2 | -31/+15 | |
| * | | 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.•••Closes #2088. | 2024-04-15 | 1 | -6/+4 | |
| * | | 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.•••This fixes a committer who has run mkheaders from being added to the copyright headers when it is next run. | 2022-12-27 | 1 | -25/+33 | |
| * | | 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.•••- 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. | 2022-12-10 | 1 | -1/+1 | |
| * | | 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.•••- 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 | |
