aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-057-7/+7
* Update the Windows dependencies.Gravatar Sadie Powell2026-04-161-3/+3
* Fix the Windows RC using the wrong version variable.Gravatar Sadie Powell2026-04-081-2/+2
* Update the Windows dependencies.Gravatar Sadie Powell2026-02-261-3/+3
* Update the Windows dependencies.Gravatar Sadie Powell2025-12-031-3/+3
* Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-10-311-3/+3
* Revert "Demote the regex_tre module to inspircd-contrib".•••TRE is now maintained again so we can revive this. This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f. Gravatar Sadie Powell2025-08-192-0/+2
* Update the Windows dependencies.Gravatar Sadie Powell2025-08-151-4/+4
* Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+1
* Speed up the CI build by disabling an unused OpenSSL components.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-07-121-0/+1
* Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-07-121-3/+3
* Tweak the Windows package build options.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-04-182-10/+12
* Migrate the Windows build to Conan 2.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-04-174-48/+47
* Update copyright headers.Gravatar InspIRCd Robot2025-03-282-4/+2
* Update win32memory to comply with the InspIRCd coding standards.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2025-03-161-14/+7
* 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
|\|