| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow building log_json against yyjson. | 2024-08-23 | 2 | -2/+3 | |
| | | | | | | | 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. | ||||
| * | 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. | 2024-06-19 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| | * | 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. | 2024-06-07 | 1 | -1/+1 | |
| | | | | | | | | | | | This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. | ||||
| * | | 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. | 2024-04-15 | 2 | -3/+1 | |
| | | | | | | | | | Closes #2088. | ||||
| * | | Merge branch 'insp3' into master. | 2024-03-01 | 1 | -6/+5 | |
| |\| | | | | | | | # Conflicts: | ||||
| | * | Update the Windows dependencies. | 2024-03-01 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | | Merge branch 'insp3' into master. | 2023-12-14 | 1 | -7/+7 | |
| |\| | |||||
| | * | Fix the Windows build. | 2023-12-14 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| | * | 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. | 2023-09-10 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | | Windows build cleanup. | 2023-07-15 | 3 | -53/+50 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | | 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. | 2023-07-15 | 5 | -5/+5 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | | Simplify the codes that InspIRCd can exit with. | 2023-07-13 | 2 | -10/+6 | |
| | | | | | | | | | | | | | | | 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. | ||||
| * | | Error out if CMake is used on non-Windows. | 2023-07-13 | 1 | -0/+4 | |
| | | | | | | | | | | | | | 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. | ||||
| * | | Merge branch 'insp3' into master. | 2023-07-13 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update required OpenSSL version on Windows. | 2023-07-13 | 1 | -2/+2 | |
| | | | | | | | | | | | The dependency issue which was preventing us from updating has finally been resolved. | ||||
| * | | Merge branch 'insp3' into master. | 2023-07-01 | 1 | -4/+4 | |
| |\| | |||||
| | * | Update Windows dependencies. | 2023-07-01 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | | Fix the Windows build. | 2023-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | | 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. | 2023-02-28 | 1 | -5/+5 | |
| | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | | Vendor the fmtlib library. | 2023-01-23 | 2 | -2/+2 | |
| | | | |||||
| * | | Add support for using the Public Suffix List in cloak_sha256. | 2023-01-14 | 1 | -0/+2 | |
| | | | | | | | | | Closes #1658. | ||||
| * | | 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. | 2022-12-23 | 1 | -4/+4 | |
| | | | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] | ||||
