aboutsummaryrefslogtreecommitdiff
path: root/win/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-09-301-0/+1
|\
| * Revert "Demote the regex_tre module to inspircd-contrib".Gravatar Sadie Powell2025-08-191-0/+1
| | | | | | | | | | | | TRE is now maintained again so we can revive this. This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f.
* | Merge branch 'insp4'Gravatar Sadie Powell2025-08-151-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-181-0/+5
|\|
| * Tweak the Windows package build options.Gravatar Sadie Powell2025-04-181-0/+5
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-171-21/+26
|\|
| * Migrate the Windows build to Conan 2.Gravatar Sadie Powell2025-04-171-22/+27
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
| * Revert "Speed up the Windows build with precompiled headers".Gravatar Sadie Powell2024-11-231-9/+0
| | | | | | | | This reverts commit 179bccb0c7031786f90cb3af0c00c247025bdc83.
| * Speed up the Windows build with precompiled headers.Gravatar Sadie Powell2024-11-141-0/+9
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Rewrite every single hash module for the new interface.Gravatar Sadie Powell2025-04-061-1/+1
| |
* | Vendor yyjson.Gravatar Sadie Powell2025-02-271-1/+0
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-231-1/+1
|\|
| * Allow building log_json against yyjson.Gravatar Sadie Powell2024-08-231-1/+1
| | | | | | | | | | | | This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it.
* | Adjust the build system for the new module structure.Gravatar Sadie Powell2024-07-171-4/+13
|/
* Update copyright headers.Gravatar InspIRCd Robot2024-06-141-1/+1
|
* Rename regex_pcre back to regex_pcre2.Gravatar Sadie Powell2024-06-071-1/+1
| | | | | This rename happened before we had config compatibility and it doesn't make sense to keep it anymore.
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Move ssl_mbedtls to inspircd-contrib.Gravatar Sadie Powell2024-04-151-1/+0
| | | | Closes #2088.
* Windows build cleanup.Gravatar Sadie Powell2023-07-151-11/+6
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Convert all files to use UNIX-style line endings.Gravatar Sadie Powell2023-07-151-101/+101
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-151-0/+21
|\
| * Update copyright headers.Gravatar InspIRCd Robot2023-07-151-0/+21
| |
| * Import regex_pcre2 from inspircd-contrib.Gravatar Sadie Powell2022-12-051-1/+2
| | | | | | | | | | | | 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.
* | Rename several Windows files to use the same naming scheme.Gravatar Sadie Powell2023-07-151-2/+2
| | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* | Vendor the fmtlib library.Gravatar Sadie Powell2023-01-231-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-10-011-4/+10
|\|
| * Add Windows extra modules to the module list instead of copying.Gravatar Sadie Powell2022-09-221-7/+11
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-211-1/+5
|\|
| * Allow building regex_posix against PCRE on Windows for link compat.Gravatar Sadie Powell2022-09-211-0/+1
| |
| * Avoid packaging unnecessary .lib files on Windows.Gravatar Sadie Powell2022-09-211-1/+1
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
| * Fix the ldap module when building against Windows LDAP.Gravatar Sadie Powell2022-09-211-1/+2
| |
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-0/+1
| |
* | Put modules in their own VS folder on Windows.Gravatar Sadie Powell2022-04-301-0/+1
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* | Drop SO_NAME on Windows; we use native file extensions now.Gravatar Sadie Powell2022-04-301-11/+9
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-261-14/+26
|\|
| * Modernise the CMake syntax slightly.Gravatar Sadie Powell2022-04-241-6/+6
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
| * Allow building with license-incompatible modules if manually enabled.Gravatar Sadie Powell2022-04-241-0/+3
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
| * Add a function for enabling extra modules on Windows.Gravatar Sadie Powell2022-04-241-8/+17
| | | | | | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* | Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-141-1/+1
| |
* | Yeet regex_pcre into contrib.Gravatar Sadie Powell2021-10-011-1/+0
| |
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-261-0/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-071-0/+23
|\|
| * Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-071-0/+24
| |
* | Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-041-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-8/+0
|\|
| * Replace our Windows getopt_long wrapper with ya_getopt.Gravatar Peter Powell2019-12-081-8/+0
| | | | | | | | Closes #546.
* | Move m_regex_stdlib out of extras now it can always be built.Gravatar Sadie Powell2019-01-251-4/+0
|/
* Fix building modules which depend on vendor libs on Windows.Gravatar Peter Powell2019-01-031-0/+8
|
* Update Windows build scripts for the recent build sys changesGravatar Adam2014-07-231-1/+1
|