aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a method for getting a list of files in a directory.Gravatar Peter Powell2019-06-102-56/+0
* win: change ssize_t typedef to SSIZE_T•••libmaxminddb redefines this when building under MSVC and breaks the build otherwise due to the redefinition of ssize_t Gravatar Adam2019-05-051-1/+1
* Remove the copyright year from the Windows resource file.Gravatar Peter Powell2019-04-301-1/+1
* Update most URLs to use HTTPS and fix some dead links.Gravatar Robby2019-03-143-6/+6
* Fix building modules which depend on vendor libs on Windows.Gravatar Peter Powell2019-01-031-0/+8
* Fix building on Windows.Gravatar Peter Powell2018-07-241-0/+8
* Fix the Windows build system to use the new license file location.Gravatar Peter Powell2018-07-231-1/+1
* Fix building on Windows (mostly).Gravatar Peter Powell2018-02-171-0/+1
* Extract RFC modes from the core to core_channel and core_user.Gravatar Peter Powell2017-12-101-1/+0
* Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.•••- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest. Gravatar Peter Powell2017-10-151-3/+0
* Purge code for Windows XP and MSVC pre-2015.Gravatar Peter Powell2017-08-063-108/+1