| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-06-05 | 1 | -1/+1 | |
| * | Remove use of a deprecated GnuTLS define. | 2025-11-15 | 1 | -1/+1 | |
| * | Update copyright headers. | 2025-08-02 | 1 | -1/+1 | |
| * | Migrate the Windows build to Conan 2.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | 2025-04-17 | 1 | -4/+0 | |
| * | Rename ToHuman to ToLongString.•••This name is used by functions in too many places already. | 2025-03-18 | 1 | -2/+2 | |
| * | Add an flag to ToHuman to shorten the output. | 2025-03-03 | 1 | -2/+2 | |
| * | Add Duration::ToHuman and update messages to use it. | 2025-03-03 | 1 | -2/+2 | |
| * | Avoid the use of ConvToStr in string concatenation.•••This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. | 2025-03-01 | 1 | -1/+2 | |
| * | Update copyright headers. | 2025-02-28 | 1 | -1/+1 | |
| * | Convert debug logging from string concatenation to format strings.•••When running in normal mode this will prevent a bunch of expensive string concatenation. | 2025-01-23 | 1 | -2/+2 | |
| * | Modernise PackageInfo directives.•••- Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel. | 2024-07-13 | 1 | -4/+3 | |
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Add MD5 as a fallback hash in the SSL modules for compat with v3. | 2024-06-19 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+2 | |
| * | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. | 2024-02-19 | 1 | -32/+42 | |
| * | 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 | 1 | -0/+8 | |
| * | | Move TokenList back to its own header and move INSP_FORMAT to compat.•••This allows making stringutils an optional header given that most of it is not used by most of the codebase. | 2023-09-03 | 1 | -0/+1 | |
| * | | Assume an empty <sslprofile:provider> means the current module. | 2023-08-15 | 1 | -2/+2 | |
| * | | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -1/+2 | |
| * | | Make config file cache invalidation more useful. | 2023-08-06 | 1 | -6/+1 | |
| * | | Invalidate the file cache when reading SSL certs.•••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. | 2023-07-03 | 1 | -1/+6 | |
| * | | Replace FileReader with something more sensible. | 2023-07-03 | 1 | -6/+4 | |
| * | | Implement support for SPKI fingerprints into the ssl_gnutls module. | 2023-06-11 | 1 | -1/+46 | |
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -3/+3 | |
| * | | Show more details about unactivated/expired client certificates. | 2023-05-10 | 1 | -2/+7 | |
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 1 | -4/+19 | |
| |\| | |||||
| | * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 1 | -4/+19 | |
| * | | Merge branch 'insp3' into master. | 2023-01-25 | 1 | -0/+1 | |
| |\| | |||||
| | * | Fix PackageInfo directives in extra modules. | 2023-01-19 | 1 | -0/+1 | |
| * | | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -2/+2 | |
| * | | Fix using (unsigned) long instead of (s)size_t. | 2023-01-24 | 1 | -1/+1 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -4/+4 | |
| * | | Log the versions of third-party libraries used by modules. | 2023-01-19 | 1 | -1/+3 | |
| * | | Remove some more unnecessary things from the global headers. | 2023-01-14 | 1 | -0/+1 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -2/+2 | |
| * | | Avoid copying various shared_ptr usages when not necessary. | 2023-01-10 | 1 | -2/+2 | |
| * | | Avoid copying shared_ptr<IOHookProvider> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| * | | Pass the client/server sockaddr around as a ref instead of a ptr. | 2022-12-25 | 1 | -1/+1 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2022-11-30 | 1 | -4/+2 | |
| |\| | |||||
| | * | Use gnutls_digest_get_id if supported by the GnuTLS library. | 2022-11-29 | 1 | -1/+4 | |
| | * | Fix asserting when building against libstdc++ in debug mode.•••This code was safe as the pointer was never actually dereferenced but libstdc++ would assert on it anyway. | 2022-11-28 | 1 | -1/+1 | |
| * | | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
