aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v4.0.0 alpha 12. v4.0.0a12Gravatar Sadie Powell2022-07-011-1/+1
* Add version constraints to the default module enabling code.Gravatar Sadie Powell2022-06-301-2/+2
* 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
* Add methods for extracting specific regex captures.Gravatar Sadie Powell2022-06-281-0/+19
* Move the userip module to contrib.•••This module only exists for UnrealIRCd compatibility and provides the same functionality as the check module but less useful. Gravatar Sadie Powell2022-06-283-119/+1
* Move config xline reading and rehashing to core_xline.Gravatar Sadie Powell2022-06-262-32/+39
* Make dynamic a non-default header.Gravatar Sadie Powell2022-06-267-6/+9
* Fix various bugs relating to platform-native module extensions.Gravatar Sadie Powell2022-06-264-7/+6
* Make clientprotocol{msg,event} and numericbuilder non-default headers.Gravatar Sadie Powell2022-06-2634-14/+52
* Move numeric helper classes to their own header.Gravatar Sadie Powell2022-06-2651-151/+232
* Move numerics to the source files where they are actually used.Gravatar Sadie Powell2022-06-2631-188/+247
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-06-252-33/+26
|\
| * Fix more inconsistencies with USERIP.•••- Use a dummy value instead of erroring if the viewer does not have the privs to see the IP address (fixes UnrealIRCd compat). - Respect the hideoper mode when building the USERIP response. Gravatar Sadie Powell2022-06-231-22/+20
| * Fix inconsistencies between USERHOST and USERIP.Gravatar Sadie Powell2022-06-232-10/+6
* | Prevent writing to loggers whilst deleting a logger.Gravatar Sadie Powell2022-06-251-0/+5
* | Make getEnum use the default instead of throwing.Gravatar Sadie Powell2022-06-251-7/+17
* | Centralise the logging of malformed config values.Gravatar Sadie Powell2022-06-252-24/+27
* | Fix an inverted condition in configparser.Gravatar Sadie Powell2022-06-251-1/+1
* | Modernize the syntax of various templates.Gravatar Sadie Powell2022-06-2317-20/+20
* | Fix the modehandlers array being bigger than necessary•••We now pack the positions within this array so we can shrink it. Gravatar Sadie Powell2022-06-231-5/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-06-226-6/+10
|\|
| * Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-06-221-4/+4
| * Also add hex colour escapes to the formatting entity list.Gravatar Sadie Powell2022-06-201-0/+2
| * Add support for escaping hex colour codes•••This is not widely supported but we should have an escape regardless. Gravatar Sadie Powell2022-06-192-0/+2
| * Fix the parameter documentation for the repeat mode.Gravatar Sadie Powell2022-06-152-2/+2
* | Store the shun cleanedcommands/enabledcommands in a token list.Gravatar Sadie Powell2022-06-181-16/+10
* | Allow templating of the messageflood module kick message.Gravatar Sadie Powell2022-06-151-4/+8
* | Allow templating of the repeat module kick message.Gravatar Sadie Powell2022-06-151-7/+8
* | Convert passforward to use the new template system.Gravatar Sadie Powell2022-06-152-48/+17
* | Add a basic function for templating strings.Gravatar Sadie Powell2022-06-153-9/+58
* | Update UNIX CI images to use the latest tooling.•••Windows is not yet updated as the SDKs are not updated. Gravatar Sadie Powell2022-06-153-3/+3
* | Use size_t instead of `unsigned int` in ModeParser.Gravatar Sadie Powell2022-06-112-6/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-06-082-3/+3
|\|
| * Fix parsing non-normalised WebSocket headers.•••Ref: #1987. Gravatar Sadie Powell2022-06-081-1/+1
| * Make setting sockets as FD_CLOEXEC more portable.•••Ref: #1986. Gravatar Sadie Powell2022-06-071-2/+2
* | Move TokenList to inspstring.Gravatar Sadie Powell2022-06-073-72/+51
* | Convert irc::find to use string_view.Gravatar Sadie Powell2022-06-072-2/+2
* | Get rid of an indirection when handling the httpd_stats request.Gravatar Sadie Powell2022-06-071-14/+8
* | Release v4.0.0 alpha 11. v4.0.0a11Gravatar Sadie Powell2022-05-311-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-311-10/+8
|\|
| * Make it more obvious when an I/O hook is misconfigured.Gravatar Sadie Powell2022-05-311-10/+8
* | Fix some warnings that were missed during the merge.Gravatar Sadie Powell2022-05-271-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-255-7/+7
|\|
| * Fix some compiler warnings on i386.Gravatar Sadie Powell2022-05-255-6/+7
* | Begin to separate the output from the format in httpd_stats.Gravatar Sadie Powell2022-05-211-125/+189
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-214-26/+16
|\|
| * Fix httpd_stats swallowing requests that it doesn't handle.•••e.g. /stats/wibble Gravatar Sadie Powell2022-05-211-14/+3
| * Allow preconfiguring the owner uid/gid while also disabling ownership.Gravatar Sadie Powell2022-05-171-8/+6
| * Fix an unnecessary mode lookup in RemoveMode.Gravatar Sadie Powell2022-05-151-1/+1