aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+0
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-1/+1
* Fix a bunch of really obvious unnecessary includes.Gravatar Sadie Powell2021-03-051-1/+0
* Update copyright headers.Gravatar InspIRCd Robot2021-03-054-3/+5
* Fix not being able to colour format output to stderr on Windows.Gravatar Sadie Powell2021-03-032-0/+21
* Fix building on Windows.Gravatar Sadie Powell2021-03-021-0/+5
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* Duplicate the stdout file handle when used for logging.•••Failure to do this may result in a crash on shutdown when started in debug mode. Gravatar Sadie Powell2021-02-011-0/+2
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-0/+1
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-213-3/+3
* Disable MSVC warning C4800.Gravatar Matt Schatz2020-04-211-0/+3
* Update copyright headers.Gravatar InspIRCd Robot2020-01-115-10/+31
* Move forking code into a function and remove DaemonSeed.Gravatar Peter Powell2019-12-081-0/+1
* Replace our Windows getopt_long wrapper with ya_getopt.•••Closes #546. Gravatar Peter Powell2019-12-084-97/+11