aboutsummaryrefslogtreecommitdiff
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-011-4/+4
|\|
| * Update Windows dependencies.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-07-011-4/+4
* | Fix the Windows build.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-06-251-1/+1
* | Include the vendor directory as a system directory on Windows.Gravatar Sadie Powell2023-06-191-1/+2
* | Define FD_SETSIZE from CMake on Windows to avoid redef warnings.Gravatar Sadie Powell2023-06-192-4/+1
* | Fix some uses of NULL that have snuck back in during a merge.Gravatar Sadie Powell2023-05-071-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-272-4/+8
|\|
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-02-281-5/+5
|\|
| * Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2023-02-281-5/+5
* | Vendor the fmtlib library.Gravatar Sadie Powell2023-01-232-2/+2
* | Add support for using the Public Suffix List in cloak_sha256.•••Closes #1658. Gravatar Sadie Powell2023-01-141-0/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-013-6/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-303-6/+3
* | Move some stuff from the Windows compat header to where it is used.Gravatar Sadie Powell2022-12-271-4/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-253-15/+19
|\|
| * 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
* | Yet more stylistic fixes.Gravatar Sadie Powell2022-12-012-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-11-161-3/+2
|\|
| * 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
* | Add a workaround for a conflict between libmysqlclient and pcre2.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-10-221-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-10-221-6/+6
|\|
| * Update the Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-10-221-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-10-011-4/+10
|\|
| * 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
* | Fix various cases of the &* being next to the name instead of type.Gravatar Sadie Powell2022-09-291-2/+2
* | Use NOMINMAX on Windows and undefine error in the log header.Gravatar Sadie Powell2022-09-232-5/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-213-4/+8
|\|
| * 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