aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-272-1/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-08-252-1/+2
* | Add support for logging JSON to stdout and stderr.Gravatar Sadie Powell2022-08-241-8/+36
* | Fix cached log messages not having the correct timestamp.Gravatar Sadie Powell2022-08-232-4/+4
* | Rename OnSetUserIP to OnChangeRemoteAddress.Gravatar Sadie Powell2022-08-101-1/+1
* | Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-307-29/+20
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-2211-64/+64
* | Drop support for ancient unsupported versions of OpenSSL.Gravatar Sadie Powell2022-06-301-19/+3
* | Drop support for ancient unsupported versions of GnuTLS.Gravatar Sadie Powell2022-06-301-61/+3
* | Fix not ticking the log timers after the first tick.Gravatar Sadie Powell2022-05-171-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-071-1/+1
|\|
| * Fix the argon2 package name on newer versions of Debian.Gravatar Sadie Powell2022-05-061-1/+1
* | Fix an off by one error in regex_posix.Gravatar Sadie Powell2022-05-061-1/+1
* | Implement support for regex capture groups.Gravatar Sadie Powell2022-05-063-2/+91
* | Fix matching case-insensitive human regex patterns.Gravatar Sadie Powell2022-05-062-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] Gravatar Sadie Powell2022-05-065-10/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-021-6/+17
|\|
| * Fix using the obsolete curve method on mbedTLS 3+.Gravatar Sadie Powell2022-05-021-6/+17
* | Flush logs every 15 minutes to avoid losing data.Gravatar Sadie Powell2022-05-021-1/+11
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-0/+152
* | Add more null checks to log_sql and log_syslog.Gravatar Sadie Powell2022-05-021-1/+1
* | Kill an unnecessary accessibility keyword.Gravatar Sadie Powell2022-05-021-1/+0
* | Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-019-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. Gravatar Sadie Powell2022-05-011-0/+94
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-294-5/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-284-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-262-3/+3
|\|
| * Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-242-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-161-1/+1
|\|
| * GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+.Gravatar Sadie Powell2022-04-071-1/+1
* | Use more appropriate types in module-specific extension types.Gravatar Sadie Powell2022-01-311-6/+6
* | Slim the included headers down more.Gravatar Sadie Powell2022-01-263-3/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-261-3/+9
|\|
| * Work around the deprecation of the old curve API in OpenSSL 3.0.0.Gravatar Sadie Powell2022-01-251-3/+9
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-2513-99/+99
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-242-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. Gravatar Sadie Powell2022-01-211-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. Gravatar Sadie Powell2022-01-211-1/+17
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-181-2/+2
|\|
| * Fix the regex_re2 module on the latest RE2 git.•••[skip windows ci] Gravatar Sadie Powell2022-01-181-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-141-1/+1
|\|
| * Fix ssl_openssl on OpenSSL 1.0.Gravatar Sadie Powell2022-01-071-1/+1
* | Always catch exceptions as a constant reference.Gravatar Sadie Powell2022-01-093-3/+3
* | Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-079-27/+39
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
* | Promote ExtensionItem::ExtensibleType to a top level enum class.Gravatar Sadie Powell2021-12-234-7/+7
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-203-3/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-12-141-1/+6
|\|
| * Add a build time check that OpenLDAP is reentrant.Gravatar Sadie Powell2021-12-141-0/+4