aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync the Windows NSIS installer with the latest code from CMake.Gravatar Sadie Powell2024-05-271-19/+28
* Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-03-012-8/+8
* 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
* Update the Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-09-101-6/+6
* Update copyright headers.Gravatar InspIRCd Robot2023-07-152-0/+43
* 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
* Update Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-011-4/+4
* 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
* Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-02-281-5/+5
* Update copyright headers.Gravatar InspIRCd Robot2022-12-303-6/+3
* Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-12-231-4/+4
* Deduplicate retrieving error messages on Windows.Gravatar Sadie Powell2022-12-132-13/+15
* Import regex_pcre2 from inspircd-contrib.•••The original plan was to make the PCRE2 switch happen in v3 but it seems that distributions are beginning to unpackage the old pcre library already. Gravatar Sadie Powell2022-12-052-1/+4
* Update the Windows dependencies.Gravatar Sadie Powell2022-11-161-3/+2
* Add a workaround for a conflict between libmysqlclient and pcre.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-10-291-0/+1
* Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-10-221-5/+5
* Add Windows extra modules to the module list instead of copying.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-09-221-7/+11
* Allow building regex_posix against PCRE on Windows for link compat.Gravatar Sadie Powell2022-09-212-1/+2
* Avoid packaging unnecessary .lib files on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-09-212-2/+2
* Fix the ldap module when building against Windows LDAP.Gravatar Sadie Powell2022-09-212-2/+3
* Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-08-041-5/+5
* Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-06-221-4/+4
* Sync NSIS template with the one from CPack.Gravatar Sadie Powell2022-05-011-111/+133
* Remove an obsolete workaround for Windows packaging.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-271-2/+1
* Migrate Windows build instructions to the docs site.Gravatar Sadie Powell2022-04-241-56/+0
* Modernise the CMake syntax slightly.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-242-9/+9
* Install the example configs/sql/locales properly on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-6/+3
* Update the instructions for how to enable modules on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] Gravatar Sadie Powell2022-04-241-2/+2
* Enable all dependencies for Windows CI.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-3/+3
* Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-242-2/+5
* Add a function for enabling extra modules on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-8/+17
* Newer versions of mbedTLS can only be static linked on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-241-1/+0
* Fix building the Windows package on NSIS 3.Gravatar Sadie Powell2022-04-241-2/+2
* Update the Windows dependencies to fix a version conflict.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-051-2/+3
* Swap out mysql-connector-c for libmysqlclient on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-03-191-2/+2
* Update the Windows dependencies.Gravatar Sadie Powell2022-03-191-6/+6
* Raise the minimum CMake version on Windows to 3.8.•••This matches master and guarantees stuff will keep working with upcoming CMake deprecations. Gravatar Sadie Powell2022-03-191-1/+1
* Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-02-201-6/+6
* Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
* Update Windows dependencies.Gravatar Sadie Powell2021-11-081-7/+7
* Update copyright headers.Gravatar InspIRCd Robot2021-08-271-0/+1
* Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-23/+23
* Code refactor and minor fix (#1879)Gravatar Herman2021-06-121-2/+2
* Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-072-0/+58
* Update the Windows icon to something used this decade.Gravatar Sadie Powell2021-06-071-0/+0