| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Fix reconnecting a pgsql connection if it fails. | 2020-04-23 | 1 | -9/+13 | |
| * | Unregister pgsql connection fds when they are deleted. | 2020-04-23 | 1 | -1/+4 | |
| * | Opt-out of pgsql read and write events if polling fails. | 2020-04-23 | 1 | -1/+8 | |
| * | Remove dead code from the pgsql module. | 2020-04-23 | 1 | -36/+14 | |
| * | Fixes by misspell-fixer | 2020-04-21 | 2 | -4/+4 | |
| * | Only read the SSL profiles if they're actually specified. | 2020-04-21 | 3 | -68/+74 | |
| * | Tell the admin how to use a SSL profile if they define one. | 2020-04-21 | 3 | -0/+3 | |
| * | Allow 'tls' to be used in /REHASH. | 2020-04-14 | 4 | -4/+4 | |
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 4 | -24/+24 | |
| * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 9 | -9/+9 | |
| * | Update the module descriptions using mkversion. | 2020-04-10 | 8 | -8/+8 | |
| * | The init function should have the override keyword too. | 2020-04-10 | 1 | -1/+1 | |
| * | Add missing override keyword to the sslrehashsignal module. | 2020-04-10 | 1 | -2/+2 | |
| * | Remove references to the long dead SQLv2 from the pgsql module. | 2020-04-10 | 1 | -1/+1 | |
| * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 5 | -19/+19 | |
| * | Fix various documentation and formatting issues. | 2020-03-30 | 2 | -2/+2 | |
| * | Improve logging for the m_ldap and m_ldapauth modules (#1757).•••Currently, it is difficult to diagnose LDAP authentication failures, since the logs do not provide sufficient information about what is actually being queried and what actually failed. This increases logging details so that information about the LDAP query is included, for example: Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP server: Invalid credentials (bind dn=cn=adminz,dc=nodomain) Rather than: Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP server: Invalid credentials Same with connection logging: Fri Mar 06 2020 07:59:53 CONNECT: Forbidden connection from jsing!jsing@192.168.200.1 (Invalid credentials (bind dn=uid=jsing,dc=nodomain)) Fri Mar 06 2020 08:01:19 CONNECT: Successful connection from jsing!jsing@192.168.200.1 (dn=uid=jsing,dc=nodomain) | 2020-03-12 | 1 | -1/+37 | |
| * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| * | Fix a harmless warning in the ssl_mbedtls module. | 2020-01-17 | 1 | -0/+11 |
