| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -7/+11 | |
| * | 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/+28 | |
| |\| | |||||
| | * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 1 | -4/+28 | |
| * | | 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 | 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 | -3/+3 | |
| * | | Fix using (unsigned) long instead of (s)size_t. | 2023-01-24 | 1 | -3/+2 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -5/+5 | |
| * | | Log the versions of third-party libraries used by modules. | 2023-01-19 | 1 | -2/+6 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | | 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 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+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 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-12-10 | 1 | -0/+6 | |
| |\| | |||||
| | * | Add a sslprofile option for disabling TLS 1.3 in ssl_openssl.•••This mirrors the options (<sslprofile:tlsv{1,11,12}>) for other TLS versions. | 2022-12-10 | 1 | -0/+6 | |
| * | | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -2/+2 | |
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -1/+0 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -11/+11 | |
| * | | Drop support for ancient unsupported versions of OpenSSL. | 2022-06-30 | 1 | -19/+3 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -8/+8 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-04-26 | 1 | -2/+2 | |
| |\| | |||||
| | * | Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-01-26 | 1 | -3/+9 | |
| |\| | |||||
| | * | Work around the deprecation of the old curve API in OpenSSL 3.0.0. | 2022-01-25 | 1 | -3/+9 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -8/+8 | |
| * | | Merge branch 'insp3' into master. | 2022-01-24 | 1 | -0/+14 | |
| |\| | |||||
| | * | Work around the deprecation of manual DH params in OpenSSL 3.0.0.•••As of this version specifying custom DH parameters is deprecated and should not be used. Instead, a default (secure) DH parameters will be used. | 2022-01-21 | 1 | -0/+13 | |
| * | | Merge branch 'insp3' into master. | 2022-01-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix ssl_openssl on OpenSSL 1.0. | 2022-01-07 | 1 | -1/+1 | |
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 1 | -1/+1 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -9/+14 | |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -2/+2 | |
| * | | Revert "Remove support for defaults in find_{compiler,linker}_flags()".•••This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056. | 2021-12-14 | 1 | -2/+2 | |
| * | | Replace some references to ssl with tls. | 2021-12-08 | 1 | -1/+1 | |
| * | | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 1 | -2/+2 | |
| * | | Add a snomask flag for rehash messages. | 2021-11-28 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-10-14 | 1 | -11/+12 | |
| |\| | |||||
| | * | Make reading DNs more consistent across modules.•••- If the DN contains a new line character then replace it with a space instead of killing the entire DN in the ssl_gnutls and ssl_openssl modules. - Apply the same logic to ssl_mbedtls which previously did not handle spaces in DNs. | 2021-10-14 | 1 | -11/+12 | |
| | * | Make the deprecation of LibreSSL support more explicit. | 2021-10-05 | 1 | -1/+1 | |
