| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | | |||||
| * | | Rename the error log level to critical. | 2023-08-11 | 4 | -6/+6 | |
| | | | | | | | | | | | "ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | ||||
| * | | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 7 | -14/+21 | |
| | | | |||||
| * | | Make config file cache invalidation more useful. | 2023-08-06 | 2 | -12/+2 | |
| | | | |||||
| * | | Invalidate the file cache when reading SSL certs. | 2023-07-03 | 2 | -8/+16 | |
| | | | | | | | | | | | | | | | This fixes reading the same file when the SSL certs are reloaded without a full rehash (e.g. via SIGUSR1 or /REHASH -ssl). This also reverts 8f0d732e38. | ||||
| * | | Replace FileReader with something more sensible. | 2023-07-03 | 1 | -6/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-06-17 | 2 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-06-16 | 2 | -2/+2 | |
| | | | |||||
| * | | Implement support for SPKI fingerprints into the ssl_gnutls module. | 2023-06-11 | 1 | -1/+46 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-06-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Use -std=c++17 on RE2 2023.06.02 or newer. | 2023-06-05 | 1 | -0/+2 | |
| | | | |||||
| | * | Fix ssl_openssl on OpenSSL versions older than 1.1.1. | 2023-05-28 | 1 | -0/+4 | |
| | | | | | | | | | Fixes a regression introduced in commit eba5cb9dc9. | ||||
| * | | Merge branch 'insp3' into master. | 2023-05-16 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix cert expiration for dates after year 2049 | 2023-05-10 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 4 | -11/+12 | |
| | | | |||||
| * | | Show more details about unactivated/expired client certificates. | 2023-05-10 | 3 | -11/+29 | |
| | | | |||||
| * | | Remove a renamed module that snuck back in during a merge. | 2023-04-28 | 1 | -109/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 9 | -9/+117 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-04-28 | 10 | -11/+10 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 3 | -10/+72 | |
| |\| | |||||
| | * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 3 | -10/+72 | |
| | | | |||||
| * | | Marginally improve the performance of JSON logging. | 2023-03-24 | 1 | -4/+4 | |
| | | | |||||
| * | | Remove unnecessary mysql include file. | 2023-02-05 | 1 | -1/+0 | |
| | | | |||||
| * | | Fix using std::max instead of std::min when clamping NetBufferSize. | 2023-01-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-01-25 | 8 | -7/+13 | |
| |\| | |||||
