| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-08-02 | 3 | -4/+1 | |
| | | |||||
| * | Error out before sqlite3_prepare_v2 if the connection is null. | 2025-04-23 | 1 | -0/+7 | |
| | | |||||
| * | Migrate the Windows build to Conan 2. | 2025-04-17 | 8 | -23/+0 | |
| | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | Add <sslprofile:securitylevel>. | 2025-04-03 | 1 | -0/+9 | |
| | | | | | | | This allows enforcing a minimum security level on the provided cert and key. We can use this in the future to squish insecure config. | ||||
| * | Update copyright headers. | 2025-03-28 | 5 | -5/+5 | |
| | | |||||
| * | Add constants for the common time formats. | 2025-03-23 | 1 | -1/+1 | |
| | | |||||
| * | Rename ToHuman to ToLongString. | 2025-03-18 | 2 | -4/+4 | |
| | | | | | This name is used by functions in too many places already. | ||||
| * | Add a formatting overload of the ModuleException constructor. | 2025-03-18 | 1 | -2/+2 | |
| | | |||||
| * | Add an flag to ToHuman to shorten the output. | 2025-03-03 | 2 | -4/+4 | |
| | | |||||
| * | Add Duration::ToHuman and update messages to use it. | 2025-03-03 | 2 | -4/+4 | |
| | | |||||
| * | Avoid the use of ConvToStr in string concatenation. | 2025-03-01 | 1 | -1/+2 | |
| | | | | | | This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | ||||
| * | Update copyright headers. | 2025-02-28 | 5 | -5/+5 | |
| | | |||||
| * | Convert debug logging from string concatenation to format strings. | 2025-01-23 | 5 | -7/+7 | |
| | | | | | | When running in normal mode this will prevent a bunch of expensive string concatenation. | ||||
| * | Update copyright headers. | 2025-01-04 | 1 | -0/+1 | |
| | | |||||
| * | Clear the pgsql output vector before adding new values. | 2024-12-05 | 1 | -1/+2 | |
| | | |||||
| * | Implement ldap_initialize on Windows using InternetCrackUrlA. | 2024-09-30 | 1 | -18/+22 | |
| | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | Remove some unnecessary uses of <iostream>. | 2024-09-16 | 1 | -1/+0 | |
| | | |||||
| * | Use reference<>::ptr() in more places. | 2024-09-13 | 2 | -2/+2 | |
| | | |||||
| * | Fix needlessly separating threads and lanes in the argon2 module. | 2024-09-05 | 1 | -5/+1 | |
| | | | | | | | We were not using these correctly and Argon2 uses the thread count as the lane count anyway so its pointless to even have a setting for this. | ||||
| * | Deprecate the raw overload of GenRandomStr in favour of GenRandom. | 2024-08-27 | 1 | -3/+4 | |
| | | | | | | | | | The raw overload was almost always misused where GenRandom would be better. While we're making changes to this code switch the printable mode to use a static array like Anope does. | ||||
| * | Allow building log_json against yyjson. | 2024-08-23 | 1 | -12/+56 | |
| | | | | | | | 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. | ||||
| * | Add a helper template for checking MySQL errors. | 2024-08-06 | 1 | -3/+12 | |
| | | |||||
| * | Fix the pgsql module showing duplicate packages on Ubuntu. | 2024-08-04 | 1 | -1/+0 | |
| | | | | | This is covered by the debian-like constraint above. | ||||
| * | Fix trying to fetch more MySQL rows than are available. | 2024-08-04 | 1 | -1/+2 | |
| | | | | | | MySQL returns -1 on error in an unsigned field which was breaking this. | ||||
| * | Fix shadowing messages in pgsql and regex_pcre2. | 2024-07-22 | 2 | -8/+8 | |
| | | |||||
| * | Update copyright headers. | 2024-07-14 | 8 | -10/+8 | |
| | | |||||
| * | Modernise PackageInfo directives. | 2024-07-13 | 11 | -37/+38 | |
| | | | | | | | | - Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel. | ||||
| * | Shrink the geo_maxmind storage after garbage collection. | 2024-07-07 | 1 | -0/+1 | |
| | | |||||
| * | Fix a memory leak in the regex_pcre2 module. | 2024-07-07 | 1 | -0/+4 | |
| | | |||||
| * | Update copyright headers. | 2024-06-21 | 3 | -3/+3 | |
| | | |||||
| * | Add MD5 as a fallback hash in the SSL modules for compat with v3. | 2024-06-19 | 2 | -2/+2 | |
| | | |||||
| * | Rename regex_pcre back to regex_pcre2. | 2024-06-07 | 2 | -1/+1 | |
| | | | | | | This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. | ||||
| * | Update copyright headers. | 2024-06-07 | 14 | -26/+20 | |
| | | |||||
| * | Merge branch 'insp3' into insp4. | 2024-06-07 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2024-06-07 | 2 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2024-05-20 | 1 | -0/+6 | |
| |\| | |||||
| | * | Deallocate the old MySQL connection on connect if one exists. | 2024-05-03 | 1 | -0/+6 | |
| | | | |||||
| * | | Don't allow users to opt-in to older versions of Argon2. | 2024-05-10 | 1 | -8/+1 | |
| | | | |||||
| * | | Add SRV record support to the mysql module. | 2024-05-10 | 1 | -2/+17 | |
| | | | |||||
| * | | Move ssl_mbedtls to inspircd-contrib. | 2024-04-15 | 1 | -1062/+0 | |
| | | | | | | | | | Closes #2088. | ||||
| * | | Merge branch 'insp3' into master. | 2024-04-01 | 1 | -0/+5 | |
| |\| | |||||
| | * | Silence some compatibility warnings in ssl_mbedtls. | 2024-04-01 | 1 | -0/+5 | |
| | | | |||||
| * | | Allow using multiple SSL fingerprint algorithms. | 2024-02-19 | 3 | -55/+86 | |
| | | | | | | | | | Closes #1804. | ||||
| * | | Merge branch 'insp3' into master. | 2023-12-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix the Windows build. | 2023-12-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | | Merge branch 'insp3' into master. | 2023-11-14 | 1 | -3/+4 | |
| |\| | |||||
| | * | Fix a crash on shutdown when using ssl_gnutls on some systems. | 2023-11-06 | 1 | -2/+4 | |
| | | | |||||
| * | | Try to help users with outdated SSL module configs. | 2023-09-08 | 3 | -0/+24 | |
| | | | |||||
| * | | Move TokenList back to its own header and move INSP_FORMAT to compat. | 2023-09-03 | 3 | -0/+3 | |
| | | | | | | | | | | | This allows making stringutils an optional header given that most of it is not used by most of the codebase. | ||||
| * | | Assume an empty <sslprofile:provider> means the current module. | 2023-08-15 | 3 | -6/+6 | |
| | | | |||||
