aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Speed up the Windows build with precompiled headers".Gravatar Sadie Powell2024-11-232-10/+0
| | | | This reverts commit 179bccb0c7031786f90cb3af0c00c247025bdc83.
* Speed up the Windows build with precompiled headers.Gravatar Sadie Powell2024-11-142-0/+10
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Update copyright headers.Gravatar InspIRCd Robot2024-11-021-1/+1
|
* Update the Windows packages.Gravatar Sadie Powell2024-10-261-2/+2
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Remove some unnecessary uses of <iostream>.Gravatar Sadie Powell2024-09-161-6/+4
|
* Allow building log_json against yyjson.Gravatar Sadie Powell2024-08-232-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.Gravatar Sadie Powell2024-08-031-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-07-141-1/+1
|
* Update the vendored dependencies.Gravatar Sadie Powell2024-07-021-0/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-212-2/+2
|
* Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-06-191-7/+7
|\
| * Update the Windows dependencies.Gravatar Sadie Powell2024-06-191-7/+7
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
| * Update copyright headers.Gravatar InspIRCd Robot2024-06-071-3/+3
| |
* | Update copyright headers.Gravatar InspIRCd Robot2024-06-142-2/+2
| |
* | Rename regex_pcre back to regex_pcre2.Gravatar Sadie Powell2024-06-071-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.Gravatar Sadie Powell2024-06-071-1/+1
| |
* | Update copyright headers.Gravatar InspIRCd Robot2024-06-077-11/+10
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2024-05-281-18/+27
|\|
| * Sync the Windows NSIS installer with the latest code from CMake.Gravatar Sadie Powell2024-05-271-19/+28
| |
* | Move ssl_mbedtls to inspircd-contrib.Gravatar Sadie Powell2024-04-152-3/+1
| | | | | | | | Closes #2088.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2024-03-011-6/+5
|\| | | | | | | # Conflicts:
| * Update the Windows dependencies.Gravatar Sadie Powell2024-03-012-8/+8
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-12-141-7/+7
|\|
| * Fix the Windows build.Gravatar Sadie Powell2023-12-141-3/+3
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
| * Update the Windows dependencies.Gravatar Sadie Powell2023-11-161-5/+5
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-09-101-6/+7
|\|
| * Update the Windows dependencies.Gravatar Sadie Powell2023-09-101-6/+6
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Windows build cleanup.Gravatar Sadie Powell2023-07-153-53/+50
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Convert all files to use UNIX-style line endings.Gravatar Sadie Powell2023-07-155-1139/+1139
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-152-0/+43
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-07-152-0/+43
| |
* | Rename several Windows files to use the same naming scheme.Gravatar Sadie Powell2023-07-155-5/+5
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Simplify the codes that InspIRCd can exit with.Gravatar Sadie Powell2023-07-132-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.Gravatar Sadie Powell2023-07-131-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.Gravatar Sadie Powell2023-07-131-2/+2
|\|
| * Update required OpenSSL version on Windows.Gravatar Sadie Powell2023-07-131-2/+2
| | | | | | | | | | The dependency issue which was preventing us from updating has finally been resolved.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-011-4/+4
|\|
| * Update Windows dependencies.Gravatar Sadie Powell2023-07-011-4/+4
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Fix the Windows build.Gravatar Sadie Powell2023-06-251-1/+1
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* | Include the vendor directory as a system directory on Windows.Gravatar Sadie Powell2023-06-191-1/+2
| |
* | Define FD_SETSIZE from CMake on Windows to avoid redef warnings.Gravatar Sadie Powell2023-06-192-4/+1
| |
* | Fix some uses of NULL that have snuck back in during a merge.Gravatar Sadie Powell2023-05-071-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-272-4/+8
|\|
| * When building the PACKAGE project we don't need to specify a target.Gravatar Sadie Powell2023-04-271-1/+1
| |
| * Update the Windows dependencies.Gravatar Sadie Powell2023-04-221-4/+4
| |
| * Add a script for doing the Windows build.Gravatar Sadie Powell2023-03-231-0/+4
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-02-281-5/+5
|\|
| * Update the Windows dependencies.Gravatar Sadie Powell2023-02-281-5/+5
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* | Vendor the fmtlib library.Gravatar Sadie Powell2023-01-232-2/+2
| |
* | Add support for using the Public Suffix List in cloak_sha256.Gravatar Sadie Powell2023-01-141-0/+2
| | | | | | | | Closes #1658.