aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release v4.0.0 alpha 12. v4.0.0a12Gravatar Sadie Powell2022-07-011-1/+1
* 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
* 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-281-108/+0
* 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-265-0/+7
* 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-2632-10/+50
* Move numeric helper classes to their own header.Gravatar Sadie Powell2022-06-2648-5/+59
* Move numerics to the source files where they are actually used.Gravatar Sadie Powell2022-06-2626-9/+181
* 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
* | Centralise the logging of malformed config values.Gravatar Sadie Powell2022-06-251-24/+24
* | Fix an inverted condition in configparser.Gravatar Sadie Powell2022-06-251-1/+1
* | Modernize the syntax of various templates.Gravatar Sadie Powell2022-06-239-9/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-06-223-1/+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-191-0/+1
| * Fix the parameter documentation for the repeat mode.Gravatar Sadie Powell2022-06-151-1/+1
* | 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-151-42/+11
* | Add a basic function for templating strings.Gravatar Sadie Powell2022-06-152-9/+48
* | Use size_t instead of `unsigned int` in ModeParser.Gravatar Sadie Powell2022-06-111-5/+4
* | 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
* | Convert irc::find to use string_view.Gravatar Sadie Powell2022-06-071-1/+1
* | 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-213-18/+10
|\|
| * Fix httpd_stats swallowing requests that it doesn't handle.•••e.g. /stats/wibble Gravatar Sadie Powell2022-05-211-14/+3
| * Fix an unnecessary mode lookup in RemoveMode.Gravatar Sadie Powell2022-05-151-1/+1
| * Use a mode reference instead of repeatedly looking up the snomask mode.Gravatar Sadie Powell2022-05-151-3/+6
* | Precache the version numerics in the VERSION command class.Gravatar Sadie Powell2022-05-183-15/+20
* | Deprecate the (raw)version SINFO keys and split out customversion/rawbranch.Gravatar Sadie Powell2022-05-176-68/+75
* | Fix an oversight in commit 3be039e.Gravatar Sadie Powell2022-05-171-2/+2
* | Initialize some variables which are checked before being assigned.Gravatar Sadie Powell2022-05-171-3/+3
* | Get rid of GetVersionString.•••TODO: split fullversion/version into individual fields. Gravatar Sadie Powell2022-05-173-12/+14
* | Split the httpd_stats <version> field out into multiple fields.Gravatar Sadie Powell2022-05-171-3/+5
* | Print the typeid of a doubly culled type in CullList::Apply().Gravatar Sadie Powell2022-05-171-0/+5