| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-04-28 | 4 | -5/+5 | |
| * | Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 2 | -3/+3 | |
| * | GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+. | 2022-04-07 | 1 | -1/+1 | |
| * | Work around the deprecation of the old curve API in OpenSSL 3.0.0. | 2022-01-25 | 1 | -3/+9 | |
| * | 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 | |
| * | Work around the deprecation of manual DH params in GnuTLS 3.5.6.•••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 | -1/+17 | |
| * | Fix the regex_re2 module on the latest RE2 git.•••[skip windows ci] | 2022-01-18 | 1 | -1/+1 | |
| * | Fix ssl_openssl on OpenSSL 1.0. | 2022-01-07 | 1 | -1/+1 | |
| * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | Add a build time check that OpenLDAP is reentrant. | 2021-12-14 | 1 | -0/+4 | |
| * | Fix the ldap module on OpenLDAP 2.5. | 2021-12-14 | 1 | -1/+2 | |
| * | Fix LDAPCompare checking against the wrong return code.•••Better fix for #1946. | 2021-12-01 | 1 | -8/+10 | |
| * | Fix use of auto_ptr in the ssl_gnutls module on C++17 compilers. | 2021-11-04 | 1 | -12/+16 | |
| * | Silence a warning in the mysql module on MySQL 8.0.27. | 2021-10-25 | 1 | -1/+8 | |
| * | 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 | 3 | -23/+23 | |
| * | Make the deprecation of LibreSSL support more explicit. | 2021-10-05 | 1 | -1/+1 | |
| * | Send SSL profile reloading errors to snomask `a`. | 2021-09-22 | 3 | -3/+3 | |
| * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 3 | -50/+31 | |
| * | Fix ssl_openssl on a broken fork of OpenSSL. | 2021-09-07 | 1 | -1/+3 | |
| * | Update copyright headers. | 2021-08-27 | 2 | -3/+2 | |
| * | Fix using the wrong variable for the ciphersuites in ssl_openssl. | 2021-07-19 | 1 | -1/+1 | |
| * | Fix ssl_mbedtls on mbedTLS v3. | 2021-07-17 | 1 | -1/+17 | |
| * | Allow reloading SSL profiles on rehash. | 2021-06-24 | 3 | -7/+9 | |
| * | Add a log message to the SSL mods to remind users how to reload profiles. | 2021-06-24 | 3 | -0/+15 | |
| * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 5 | -17/+17 | |
| * | Clean up VerifyCertificate in the ssl_gnutls module. | 2021-06-14 | 1 | -39/+23 | |
| * | Migrate Windows builds to installing their dependencies via Conan. | 2021-06-07 | 2 | -2/+2 | |
| * | Implement support for setting TLSv1.3 ciphersuites in ssl_openssl. | 2021-05-25 | 1 | -1/+25 | |
| * | Update copyright headers. | 2021-05-14 | 5 | -6/+6 | |
| * | Fix the Ubuntu package name for ssl_gnutls. | 2021-05-07 | 1 | -1/+1 | |
| * | Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.•••The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier. | 2021-05-07 | 1 | -1/+1 | |
| * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 3 | -3/+3 | |
| * | Update the module descriptions. | 2021-04-21 | 5 | -5/+5 | |
| * | Update references to config fields which were renamed. | 2021-04-14 | 3 | -3/+3 | |
| * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 3 | -6/+6 | |
| * | Update copyright headers. | 2021-03-05 | 2 | -2/+3 | |
| * | Update copyright headers. | 2021-02-26 | 5 | -4/+5 | |
| * | Add a human-readable serialiser to the geolocation extensible. | 2021-02-22 | 1 | -0/+6 | |
| * | Fix the message sent when SSL profiles are rehashed. | 2021-02-18 | 3 | -3/+3 | |
| * | Add default empty openssl compiler flags.•••This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system. | 2021-01-18 | 1 | -1/+1 | |
| * | Fix default linker flags in libargon2•••It's -largon2, not -llibargon2. I've experienced build failures due to this. | 2020-12-03 | 1 | -1/+1 | |
| * | Fixes by misspell-fixer | 2020-10-15 | 1 | -1/+1 | |
| * | Implement support for Argon2 password hashing.•••Resolves #1540. | 2020-10-10 | 1 | -0/+214 | |
| * | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | 2020-09-16 | 3 | -3/+3 | |
| * | Warn about broken versions of libmaxminddb. | 2020-07-01 | 1 | -0/+2 | |
| * | Improve SSL module debug logging. | 2020-06-16 | 3 | -0/+9 | |
| * | Add a warning about LibreSSL support being removed in master. | 2020-05-15 | 1 | -0/+7 | |
| * | regex_stdlib: Don't copy std::regex_error when catching it. | 2020-05-09 | 1 | -2/+3 | |
| * | Update copyright headers. | 2020-04-24 | 9 | -15/+16 | |
| * | Improve the pgsql connection error messages. | 2020-04-23 | 1 | -15/+18 |
