| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-08-27 | 2 | -1/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-08-25 | 2 | -1/+2 | |
| * | | Add support for logging JSON to stdout and stderr. | 2022-08-24 | 1 | -8/+36 | |
| * | | Fix cached log messages not having the correct timestamp. | 2022-08-23 | 2 | -4/+4 | |
| * | | Rename OnSetUserIP to OnChangeRemoteAddress. | 2022-08-10 | 1 | -1/+1 | |
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 7 | -29/+20 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 11 | -64/+64 | |
| * | | Drop support for ancient unsupported versions of OpenSSL. | 2022-06-30 | 1 | -19/+3 | |
| * | | Drop support for ancient unsupported versions of GnuTLS. | 2022-06-30 | 1 | -61/+3 | |
| * | | Fix not ticking the log timers after the first tick. | 2022-05-17 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-05-07 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix the argon2 package name on newer versions of Debian. | 2022-05-06 | 1 | -1/+1 | |
| * | | Fix an off by one error in regex_posix. | 2022-05-06 | 1 | -1/+1 | |
| * | | Implement support for regex capture groups. | 2022-05-06 | 3 | -2/+91 | |
| * | | Fix matching case-insensitive human regex patterns. | 2022-05-06 | 2 | -2/+2 | |
| * | | Tweak the compiler flags for extra modules a bit.•••- Use pkg-config for the pgsql module. - Remove defaults from argon2, geo_maxmind, and regex_re2 (these are not needed with newer package versions). - Remove old library warning from geo_maxmind (no longer needed). [skip windows ci] | 2022-05-06 | 5 | -10/+9 | |
| * | | Merge branch 'insp3' into master. | 2022-05-02 | 1 | -6/+17 | |
| |\| | |||||
| | * | Fix using the obsolete curve method on mbedTLS 3+. | 2022-05-02 | 1 | -6/+17 | |
| * | | Flush logs every 15 minutes to avoid losing data. | 2022-05-02 | 1 | -1/+11 | |
| * | | Implement support for JSON logging. | 2022-05-02 | 1 | -0/+152 | |
| * | | Add more null checks to log_sql and log_syslog. | 2022-05-02 | 1 | -1/+1 | |
| * | | Kill an unnecessary accessibility keyword. | 2022-05-02 | 1 | -1/+0 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 9 | -32/+32 | |
| * | | Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | 2022-05-01 | 1 | -0/+94 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 4 | -5/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 4 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2022-04-26 | 2 | -3/+3 | |
| |\| | |||||
| | * | Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 2 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+. | 2022-04-07 | 1 | -1/+1 | |
| * | | 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 | |
