aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-08-272-3/+2
* Fix using the wrong variable for the ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-07-191-1/+1
* Fix ssl_mbedtls on mbedTLS v3.Gravatar Sadie Powell2021-07-171-1/+17
* Allow reloading SSL profiles on rehash.Gravatar Sadie Powell2021-06-243-7/+9
* Add a log message to the SSL mods to remind users how to reload profiles.Gravatar Sadie Powell2021-06-243-0/+15
* Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-215-17/+17
* Clean up VerifyCertificate in the ssl_gnutls module.Gravatar Sadie Powell2021-06-141-39/+23
* Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-072-2/+2
* Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-05-251-1/+25
* Update copyright headers.Gravatar InspIRCd Robot2021-05-145-6/+6
* Fix the Ubuntu package name for ssl_gnutls.Gravatar Sadie Powell2021-05-071-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. Gravatar Sadie Powell2021-05-071-1/+1
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-273-3/+3
* Update the module descriptions.Gravatar Sadie Powell2021-04-215-5/+5
* Update references to config fields which were renamed.Gravatar Sadie Powell2021-04-143-3/+3
* Add a subclass of IOHookProvider for SSL modules.Gravatar Sadie Powell2021-03-093-6/+6
* Update copyright headers.Gravatar InspIRCd Robot2021-03-052-2/+3
* Update copyright headers.Gravatar InspIRCd Robot2021-02-265-4/+5
* Add a human-readable serialiser to the geolocation extensible.Gravatar Sadie Powell2021-02-221-0/+6
* Fix the message sent when SSL profiles are rehashed.Gravatar Sadie Powell2021-02-183-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. Gravatar Sadie Powell2021-01-181-1/+1
* Fix default linker flags in libargon2•••It's -largon2, not -llibargon2. I've experienced build failures due to this.Gravatar Elizabeth Myers2020-12-031-1/+1
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-10-151-1/+1
* Implement support for Argon2 password hashing.•••Resolves #1540.Gravatar ShutterQuick2020-10-101-0/+214
* Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated.Gravatar Sadie Powell2020-09-163-3/+3
* Warn about broken versions of libmaxminddb.Gravatar Sadie Powell2020-07-011-0/+2
* Improve SSL module debug logging.Gravatar Sadie Powell2020-06-163-0/+9
* Add a warning about LibreSSL support being removed in master.Gravatar Sadie Powell2020-05-151-0/+7
* regex_stdlib: Don't copy std::regex_error when catching it.Gravatar Sadie Powell2020-05-091-2/+3
* Update copyright headers.Gravatar InspIRCd Robot2020-04-249-15/+16
* Improve the pgsql connection error messages.Gravatar Sadie Powell2020-04-231-15/+18
* Fix reconnecting a pgsql connection if it fails.Gravatar Sadie Powell2020-04-231-9/+13
* Unregister pgsql connection fds when they are deleted.Gravatar Sadie Powell2020-04-231-1/+4
* Opt-out of pgsql read and write events if polling fails.Gravatar Sadie Powell2020-04-231-1/+8
* Remove dead code from the pgsql module.Gravatar Sadie Powell2020-04-231-36/+14
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-212-4/+4
* Only read the SSL profiles if they're actually specified.Gravatar Sadie Powell2020-04-213-68/+74
* Tell the admin how to use a SSL profile if they define one.Gravatar Sadie Powell2020-04-213-0/+3
* Allow 'tls' to be used in /REHASH.Gravatar Matt Schatz2020-04-144-4/+4
* Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-144-24/+24
* Fix an oversight in mkversions that caused it to not update extras.Gravatar Sadie Powell2020-04-109-9/+9
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-108-8/+8
* The init function should have the override keyword too.Gravatar Sadie Powell2020-04-101-1/+1
* Add missing override keyword to the sslrehashsignal module.Gravatar Sadie Powell2020-04-101-2/+2
* Remove references to the long dead SQLv2 from the pgsql module.Gravatar Sadie Powell2020-04-101-1/+1
* Set the minimum length to 1 for most config items with a default.Gravatar Sadie Powell2020-04-095-19/+19
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-302-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) Gravatar Joel Sing2020-03-121-1/+37
* Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
* Fix a harmless warning in the ssl_mbedtls module.Gravatar Sadie Powell2020-01-171-0/+11