| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use more appropriate types in module-specific extension types. | 2022-01-31 | 1 | -6/+6 | |
| * | Slim the included headers down more. | 2022-01-26 | 3 | -3/+7 | |
| * | Merge branch 'insp3' into master. | 2022-01-26 | 1 | -3/+9 | |
| |\ | |||||
| | * | Work around the deprecation of the old curve API in OpenSSL 3.0.0. | 2022-01-25 | 1 | -3/+9 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 13 | -99/+99 | |
| * | | Merge branch 'insp3' into master. | 2022-01-24 | 2 | -0/+30 | |
| |\| | |||||
| | * | Work around the deprecation of manual DH params in OpenSSL 3.0.0.•••As of this version specifying custom DH parameters is deprecated and should not be used. Instead, a default (secure) DH parameters will be used. | 2022-01-21 | 1 | -0/+13 | |
| | * | Work around the deprecation of manual DH params in GnuTLS 3.5.6.•••As of this version specifying custom DH parameters is deprecated and should not be used. Instead, a default (secure) DH parameters will be used. | 2022-01-21 | 1 | -1/+17 | |
| * | | Merge branch 'insp3' into master. | 2022-01-18 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix the regex_re2 module on the latest RE2 git.•••[skip windows ci] | 2022-01-18 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-01-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix ssl_openssl on OpenSSL 1.0. | 2022-01-07 | 1 | -1/+1 | |
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 3 | -3/+3 | |
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 9 | -27/+39 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 4 | -7/+7 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 3 | -3/+6 | |
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 1 | -1/+6 | |
| |\| | |||||
| | * | Add a build time check that OpenLDAP is reentrant. | 2021-12-14 | 1 | -0/+4 | |
| | * | Fix the ldap module on OpenLDAP 2.5. | 2021-12-14 | 1 | -1/+2 | |
| * | | Revert "Remove support for defaults in find_{compiler,linker}_flags()".•••This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056. | 2021-12-14 | 2 | -3/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-12-11 | 1 | -8/+10 | |
| |\| | |||||
| | * | Fix LDAPCompare checking against the wrong return code.•••Better fix for #1946. | 2021-12-01 | 1 | -8/+10 | |
| * | | Replace some references to ssl with tls. | 2021-12-08 | 2 | -2/+2 | |
| * | | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 3 | -5/+5 | |
| * | | Fix a bunch of cases where module types were not marked as final. | 2021-11-28 | 3 | -9/+14 | |
| * | | Add a snomask flag for rehash messages. | 2021-11-28 | 4 | -7/+7 | |
| * | | 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 | |
| |\| | |||||
