aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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
* | 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-1722-47/+49
* | Store a set of list mode pointers in Membership instead of characters.Gravatar Sadie Powell2022-05-177-42/+24
* | Require specifying the repeat argument of the Timer class.Gravatar Sadie Powell2022-05-173-3/+3
* | Fix not ticking the log timers after the first tick.Gravatar Sadie Powell2022-05-172-2/+2
* | Only give timers a trigger time when they're actually registered.Gravatar Sadie Powell2022-05-171-3/+7
* | Remove a variable that is unused because of the previous commit.Gravatar Sadie Powell2022-05-161-1/+0
* | Remove an unnecessary log message.Gravatar Sadie Powell2022-05-161-2/+0
* | Fix an oversight in the ircv3_accounttag module.Gravatar Sadie Powell2022-05-151-1/+4
* | Add the new account system.•••This still relies on the old extensibles for now but we can change that later. Gravatar Sadie Powell2022-05-149-51/+85
* | Use the servprotect mode to protect services.•••Anope and Atheme already set this on their clients so no downstream changes are needed. Closes #781. Gravatar Sadie Powell2022-05-127-17/+38
* | Move unistd out of the global compat header.Gravatar Sadie Powell2022-05-074-1/+9
* | Get rid of entrypoint, specify the main function name directly.Gravatar Sadie Powell2022-05-071-7/+5
* | Remove unnecessary arguments to On(Post)Oper.•••These are already accessible from the user object. Gravatar Sadie Powell2022-05-0710-12/+12
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-073-6/+17
|\|