| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename regex_pcre2 to regex_pcre. | 2021-11-14 | 2 | -10/+10 | |
| * | Revert "Add regex_pcre compatibility to regex_pcre2".•••This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343. | 2021-11-14 | 1 | -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. | 2021-11-05 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2021-11-05 | 1 | -7/+0 | |
| |\ | |||||
| | * | 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 | |
| * | | Merge branch 'insp3' into master. | 2021-10-14 | 3 | -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. | 2021-10-14 | 3 | -23/+23 | |
| | * | Make the deprecation of LibreSSL support more explicit. | 2021-10-05 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 9 | -50/+79 | |
| * | | Mark all hash provider classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Mark all module classes as final. | 2021-10-01 | 9 | -9/+18 | |
| * | | Yeet regex_pcre into contrib. | 2021-10-01 | 2 | -91/+1 | |
| * | | Add regex_pcre compatibility to regex_pcre2. | 2021-10-01 | 1 | -0/+19 | |
| * | | Use -isystem for the pgsql includes. | 2021-09-26 | 1 | -1/+1 | |
| * | | Add the regex_pcre2 module. | 2021-09-26 | 1 | -0/+92 | |
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 3 | -52/+35 | |
| |\| | |||||
| | * | 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 | |
| * | | Require TLS by default when connecting to Postgres servers. | 2021-08-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 2 | -3/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 2 | -3/+2 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Remove the use of a deprecated OpenSSL method. | 2021-08-07 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-24 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix using the wrong variable for the ciphersuites in ssl_openssl. | 2021-07-19 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 1 | -1/+17 | |
| |\| | |||||
| | * | Fix ssl_mbedtls on mbedTLS v3. | 2021-07-17 | 1 | -1/+17 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 5 | -17/+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 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 1 | -39/+23 | |
| |\| | |||||
| | * | Clean up VerifyCertificate in the ssl_gnutls module. | 2021-06-14 | 1 | -39/+23 | |
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 2 | -2/+2 | |
| |\| | |||||
| | * | Migrate Windows builds to installing their dependencies via Conan. | 2021-06-07 | 2 | -2/+2 | |
| * | | Demote the regex_tre module to inspircd-contrib. | 2021-06-01 | 1 | -91/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-06-01 | 1 | -1/+25 | |
| |\| | |||||
| | * | Implement support for setting TLSv1.3 ciphersuites in ssl_openssl. | 2021-05-25 | 1 | -1/+25 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 8 | -53/+61 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 4 | -5/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 5 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 3 | -7/+7 | |
| |\| | |||||
| | * | 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 | |
| * | | Refactor the hex encoding function. | 2021-05-10 | 3 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 4 | -4/+4 | |
| |\| | |||||
| | * | Update the module descriptions. | 2021-04-21 | 5 | -5/+5 | |
