aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Use a mode reference instead of repeatedly looking up the snomask mode.Gravatar Sadie Powell2022-05-151-3/+6
* | Update links to point to the upcoming v4 docs.•••[skip alpine ci] [skip macos ci] [skip windows ci] [skip ubuntu ci] Gravatar Sadie Powell2022-05-185-28/+28
* | Add a note to the readme about using v3 for now.Gravatar Sadie Powell2022-05-181-0/+4
* | 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-174-17/+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
* | Reload isupport in the next main loop iteration.•••This allows modules to load their new config before building it. Gravatar Sadie Powell2022-05-171-1/+18
* | Mark Membership::GetRank() as constant.Gravatar Sadie Powell2022-05-171-1/+1
* | Preallocate the buffer in Membership::GetAllPrefix{Chars,Modes}.Gravatar Sadie Powell2022-05-171-2/+2
* | Add a typedef for a mode rank.Gravatar Sadie Powell2022-05-1727-60/+66