| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow building log_json against yyjson.•••This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it. | 2024-08-23 | 2 | -2/+3 | |
| * | Update the Windows dependencies. | 2024-08-03 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| * | Update the vendored dependencies. | 2024-07-02 | 1 | -0/+2 | |
| * | Update copyright headers. | 2024-06-21 | 2 | -2/+2 | |
| * | Merge branch 'insp3' into insp4. | 2024-06-19 | 1 | -7/+7 | |
| |\ | |||||
| | * | Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2024-06-19 | 1 | -7/+7 | |
| | * | Update copyright headers. | 2024-06-07 | 1 | -3/+3 | |
| * | | Update copyright headers. | 2024-06-14 | 2 | -2/+2 | |
| * | | Rename regex_pcre back to regex_pcre2.•••This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. | 2024-06-07 | 1 | -1/+1 | |
| * | | Fix a conversion warning in win32service. | 2024-06-07 | 1 | -1/+1 | |
| * | | Update copyright headers. | 2024-06-07 | 7 | -11/+10 | |
| * | | Merge branch 'insp3' into master. | 2024-05-28 | 1 | -18/+27 | |
| |\| | |||||
| | * | Sync the Windows NSIS installer with the latest code from CMake. | 2024-05-27 | 1 | -19/+28 | |
| * | | Move ssl_mbedtls to inspircd-contrib.•••Closes #2088. | 2024-04-15 | 2 | -3/+1 | |
| * | | Merge branch 'insp3' into master.••• # Conflicts: | 2024-03-01 | 1 | -6/+5 | |
| |\| | |||||
| | * | Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2024-03-01 | 2 | -8/+8 | |
| * | | Merge branch 'insp3' into master. | 2023-12-14 | 1 | -7/+7 | |
| |\| | |||||
| | * | Fix the Windows build.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-12-14 | 1 | -3/+3 | |
| | * | Update the Windows dependencies. | 2023-11-16 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2023-09-10 | 1 | -6/+7 | |
| |\| | |||||
| | * | Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-09-10 | 1 | -6/+6 | |
| * | | Windows build cleanup.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-15 | 3 | -53/+50 | |
| * | | Convert all files to use UNIX-style line endings. | 2023-07-15 | 5 | -1139/+1139 | |
| * | | Merge branch 'insp3' into master. | 2023-07-15 | 2 | -0/+43 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-07-15 | 2 | -0/+43 | |
| * | | Rename several Windows files to use the same naming scheme.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-15 | 5 | -5/+5 | |
| * | | Simplify the codes that InspIRCd can exit with.•••The custom codes that InspIRCd exits with are not very useful and can confuse init systems like systemd which assume that certain exit codes mean certain things. INSPIRCD_BINARY_EXIT was a workaround for this in v3 but considering thatsers have to check the logs anyway so we may as well just use EXIT_SUCCESS and EXIT_FAILURE. | 2023-07-13 | 2 | -10/+6 | |
| * | | Error out if CMake is used on non-Windows.•••This does not work (currently) and can result in weird issues in code editors that try to automatically run CMake if they see a CMakeLists file. | 2023-07-13 | 1 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2023-07-13 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update required OpenSSL version on Windows.•••The dependency issue which was preventing us from updating has finally been resolved. | 2023-07-13 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2023-07-01 | 1 | -4/+4 | |
| |\| | |||||
| | * | Update Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2023-07-01 | 1 | -4/+4 | |
| * | | Fix the Windows build.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2023-06-25 | 1 | -1/+1 | |
| * | | Include the vendor directory as a system directory on Windows. | 2023-06-19 | 1 | -1/+2 | |
| * | | Define FD_SETSIZE from CMake on Windows to avoid redef warnings. | 2023-06-19 | 2 | -4/+1 | |
| * | | Fix some uses of NULL that have snuck back in during a merge. | 2023-05-07 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 2 | -4/+8 | |
| |\| | |||||
| | * | When building the PACKAGE project we don't need to specify a target. | 2023-04-27 | 1 | -1/+1 | |
| | * | Update the Windows dependencies. | 2023-04-22 | 1 | -4/+4 | |
| | * | Add a script for doing the Windows build. | 2023-03-23 | 1 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2023-02-28 | 1 | -5/+5 | |
| |\| | |||||
| | * | Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2023-02-28 | 1 | -5/+5 | |
| * | | Vendor the fmtlib library. | 2023-01-23 | 2 | -2/+2 | |
| * | | Add support for using the Public Suffix List in cloak_sha256.•••Closes #1658. | 2023-01-14 | 1 | -0/+2 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 3 | -6/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 3 | -6/+3 | |
| * | | Move some stuff from the Windows compat header to where it is used. | 2022-12-27 | 1 | -4/+0 | |
| * | | Merge branch 'insp3' into master. | 2022-12-25 | 3 | -15/+19 | |
| |\| | |||||
| | * | Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-12-23 | 1 | -4/+4 | |
