aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Assume an empty <sslprofile:provider> means the current module.Gravatar Sadie Powell2023-08-153-6/+6
* Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. Gravatar Sadie Powell2023-08-114-6/+6
* Update usages of stdalgo::string::equalsci to use insp::equalsci.Gravatar Sadie Powell2023-08-117-14/+21
* Make config file cache invalidation more useful.Gravatar Sadie Powell2023-08-062-12/+2
* 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. Gravatar Sadie Powell2023-07-032-8/+16
* Replace FileReader with something more sensible.Gravatar Sadie Powell2023-07-031-6/+4
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-172-2/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2023-06-162-2/+2
* | Implement support for SPKI fingerprints into the ssl_gnutls module.Gravatar Sadie Powell2023-06-111-1/+46
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-051-1/+1
|\|
| * Use -std=c++17 on RE2 2023.06.02 or newer.Gravatar Sadie Powell2023-06-051-0/+2
| * Fix ssl_openssl on OpenSSL versions older than 1.1.1.•••Fixes a regression introduced in commit eba5cb9dc9. Gravatar Sadie Powell2023-05-281-0/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-05-161-2/+2
|\|
| * Fix cert expiration for dates after year 2049Gravatar Wade Cline2023-05-101-2/+2
* | Rename duration to timeutils and relocate InspIRCd::TimeString.Gravatar Sadie Powell2023-05-104-11/+12
* | Show more details about unactivated/expired client certificates.Gravatar Sadie Powell2023-05-103-11/+29
* | Remove a renamed module that snuck back in during a merge.Gravatar Sadie Powell2023-04-281-109/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-289-9/+117
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-04-2810-11/+10
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-273-10/+72
|\|
| * Add client cert activation/expiration times to the ssl_cert class.Gravatar Sadie Powell2023-03-013-10/+72
* | Marginally improve the performance of JSON logging.Gravatar Sadie Powell2023-03-241-4/+4
* | Remove unnecessary mysql include file.Gravatar Sadie Powell2023-02-051-1/+0
* | Fix using std::max instead of std::min when clamping NetBufferSize.Gravatar Sadie Powell2023-01-251-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-258-7/+13
|\|
| * Work around a bug in reading the config for the Argon2 module.•••ProviderConfig::version is set to an argon2 version not a base 10 version so using it as a default for the config may result in the default being ignored. Luckily 0x10 and 0x12 are 16 and 18 respectively so we can just allow them as valid values until v4 where we can eradicate the SanitiseArgon2Version function and use getEnum instead. Gravatar Sadie Powell2023-01-251-0/+3
| * Fix PackageInfo directives in extra modules.Gravatar Sadie Powell2023-01-199-7/+14
* | Replace getInt/getUInt/getFloat with type safe templated functions.Gravatar Sadie Powell2023-01-256-38/+22
* | Fix using (unsigned) long instead of (s)size_t.Gravatar Sadie Powell2023-01-243-5/+4
* | Convert log calls to use fmtlib format stringsGravatar Sadie Powell2023-01-2411-31/+32
* | Replace InspIRCd::Format with fmt::format.Gravatar Sadie Powell2023-01-234-11/+12
* | Log the versions of third-party libraries used by modules.Gravatar Sadie Powell2023-01-1910-4/+70
* | Add a helper method for determining if a sockaddrs is an IP endpoint.Gravatar Sadie Powell2023-01-171-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-161-5/+32
|\|
| * Fix building the pgsql connection DSN in some rare cases.•••These values need to be escaped or they will be malformed. Ref: https://www.postgresql.org/docs/15/libpq-connect.html#id-1.7.3.8.3.5 Gravatar Sadie Powell2023-01-141-5/+32
* | Remove some more unnecessary things from the global headers.Gravatar Sadie Powell2023-01-141-0/+1
* | Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-108-14/+14
* | Fix using std::move when not appropriate.Gravatar Sadie Powell2023-01-102-3/+3
* | Avoid copying various shared_ptr usages when not necessary.Gravatar Sadie Powell2023-01-101-2/+2
* | Avoid copying shared_ptr<IOHookProvider> when not necessary.Gravatar Sadie Powell2023-01-103-3/+3
* | Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-1011-18/+18
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-016-10/+7
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-309-13/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-251-0/+6
|\|
| * Fix an incompatibility between MySQL and MariaDB.Gravatar Sadie Powell2022-12-181-0/+2
| * Add SSL support to the mysql module.Gravatar Sadie Powell2022-12-181-0/+4
* | Pass the client/server sockaddr around as a ref instead of a ptr.Gravatar Sadie Powell2022-12-253-3/+3
* | Move extension types to their own header to speed up build times.Gravatar Sadie Powell2022-12-191-1/+3
* | Rework the levels things are logged at to make more sense.Gravatar Sadie Powell2022-12-187-13/+13
* | Update module descriptions.Gravatar Sadie Powell2022-12-123-3/+3