aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Revert "Speed up the Windows build with precompiled headers".•••This reverts commit 179bccb0c7031786f90cb3af0c00c247025bdc83. Gravatar Sadie Powell2024-11-232-10/+0
* Speed up the Windows build with precompiled headers.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-11-142-0/+10
* Update copyright headers.Gravatar InspIRCd Robot2024-11-021-1/+1
* Update the Windows packages.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-10-261-2/+2
* Remove some unnecessary uses of <iostream>.Gravatar Sadie Powell2024-09-161-6/+4
* 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. Gravatar Sadie Powell2024-08-232-2/+3
* 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.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-06-191-7/+7
| * 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.•••This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. Gravatar Sadie Powell2024-06-071-1/+1
* | 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.•••Closes #2088. Gravatar Sadie Powell2024-04-152-3/+1
* | Merge branch 'insp3' into master.••• # Conflicts: Gravatar Sadie Powell2024-03-011-6/+5
|\|
| * Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-03-012-8/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-12-141-7/+7
|\|
| * Fix the Windows build.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-12-141-3/+3
| * 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.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-09-101-6/+6
* | Windows build cleanup.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-153-53/+50
* | 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.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-155-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. Gravatar Sadie Powell2023-07-132-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. Gravatar Sadie Powell2023-07-131-0/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-131-2/+2
|\|
| * Update required OpenSSL version on Windows.•••The dependency issue which was preventing us from updating has finally been resolved. Gravatar Sadie Powell2023-07-131-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-011-4/+4
|\|
| * Update Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-011-4/+4
* | Fix the Windows build.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-06-251-1/+1
* | 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.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-02-281-5/+5
* | Vendor the fmtlib library.Gravatar Sadie Powell2023-01-232-2/+2
* | Add support for using the Public Suffix List in cloak_sha256.•••Closes #1658. Gravatar Sadie Powell2023-01-141-0/+2