aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge v2.0.23 and v2.0.24 into master.Gravatar Peter Powell2017-07-091-0/+1
|\
| * win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime librari...Gravatar Adam2017-05-091-0/+1
* | Tell git to store .bat files as CRLF (#1030)Gravatar Christian Höltje2016-07-221-13/+13
* | Merge insp20Gravatar Attila Molnar2016-02-222-1/+10
|\|
| * Fix compilation with Microsoft Visual C++ 14.Gravatar Peter Powell2015-08-091-1/+6
| * Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. Gravatar Peter Powell2015-06-141-0/+4
* | Merge insp20Gravatar Attila Molnar2015-04-201-1/+1
|\|
| * Update year in resource file for WindowsGravatar Attila Molnar2015-01-171-1/+1
* | Remove DISABLE_WRITEV and StreamSocket code for platforms lacking writev() su...Gravatar Attila Molnar2015-03-041-2/+0
* | Add SocketEngine::WriteV()Gravatar Attila Molnar2015-03-041-0/+7
* | Add writev() wrapper for WindowsGravatar Attila Molnar2015-03-041-0/+17
* | Change all occurrences of Inspire to InspIRCdGravatar Attila Molnar2015-02-201-1/+1
* | Merge insp20Gravatar Attila Molnar2014-10-271-4/+4
|\|
| * Check the return value of getnameinfo() on Windows in insp_inet_ntop() and re...Gravatar Attila Molnar2014-10-221-4/+4
* | Merge insp20Gravatar Attila Molnar2014-07-254-2/+9
|\|
| * Update year in resource file for WindowsGravatar Attila Molnar2014-05-101-1/+1
| * Compress the Windows installer with zlib to reduce AV false positivesGravatar Attila Molnar2014-04-131-1/+1
| * Change Windows libraries to be dynamically linkedGravatar Adam2014-04-131-0/+2
| * Filter out newlines from error messages on WindowsGravatar Attila Molnar2014-04-121-0/+5
* | Update Windows build scripts for the recent build sys changesGravatar Adam2014-07-234-36/+23