aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-142-10/+10
* Revert "Add regex_pcre compatibility to regex_pcre2".•••This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343. Gravatar Sadie Powell2021-11-141-19/+0
* Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. Gravatar Sadie Powell2021-11-051-2/+2
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-051-7/+0
|\
| * Fix use of auto_ptr in the ssl_gnutls module on C++17 compilers.Gravatar Sadie Powell2021-11-041-12/+16
| * Silence a warning in the mysql module on MySQL 8.0.27.Gravatar Sadie Powell2021-10-251-1/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-10-143-23/+23
|\|
| * 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. Gravatar Sadie Powell2021-10-143-23/+23
| * Make the deprecation of LibreSSL support more explicit.Gravatar Sadie Powell2021-10-051-1/+1
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-049-50/+79
* | Mark all hash provider classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-019-9/+18
* | Yeet regex_pcre into contrib.Gravatar Sadie Powell2021-10-012-91/+1
* | Add regex_pcre compatibility to regex_pcre2.Gravatar Sadie Powell2021-10-011-0/+19
* | Use -isystem for the pgsql includes.Gravatar Sadie Powell2021-09-261-1/+1
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-261-0/+92
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-233-52/+35
|\|
| * Send SSL profile reloading errors to snomask `a`.Gravatar Sadie Powell2021-09-223-3/+3
| * Add an API for checking if I/O hooks are ready or not.Gravatar Sadie Powell2021-09-223-50/+31
| * Fix ssl_openssl on a broken fork of OpenSSL.Gravatar Sadie Powell2021-09-071-1/+3
* | Require TLS by default when connecting to Postgres servers.Gravatar Sadie Powell2021-08-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-282-3/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-272-3/+2
* | Remove a bunch of unnecessary whitespace.Gravatar Sadie Powell2021-08-171-1/+0
* | Remove the use of a deprecated OpenSSL method.Gravatar Sadie Powell2021-08-071-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-241-1/+1
|\|
| * Fix using the wrong variable for the ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-07-191-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-171-1/+17
|\|
| * Fix ssl_mbedtls on mbedTLS v3.Gravatar Sadie Powell2021-07-171-1/+17
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-015-17/+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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-181-39/+23
|\|
| * Clean up VerifyCertificate in the ssl_gnutls module.Gravatar Sadie Powell2021-06-141-39/+23
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-072-2/+2
|\|
| * Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-072-2/+2
* | Demote the regex_tre module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-91/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-011-1/+25
|\|
| * Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-05-251-1/+25
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-308-53/+61
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-144-5/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-145-6/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-113-7/+7
|\|
| * 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
* | Refactor the hex encoding function.Gravatar Sadie Powell2021-05-103-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-274-4/+4
|\|
| * Update the module descriptions.Gravatar Sadie Powell2021-04-215-5/+5