| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix the namesx module allocating memory before its needed. | 2022-07-31 | 1 | -3/+2 | |
| | | |||||
| * | Modernize various minor legacy C++isms. | 2022-07-30 | 24 | -80/+60 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 65 | -169/+169 | |
| | | |||||
| * | Kill a now unused field in the showwhois module. | 2022-07-22 | 1 | -1/+0 | |
| | | |||||
| * | Replace <showwhois:showfromopers> with an operator privilege. | 2022-07-21 | 1 | -3/+2 | |
| | | |||||
| * | Allow remote servers to specify the context of a message. | 2022-07-01 | 1 | -1/+6 | |
| | | |||||
| * | Drop support for ancient unsupported versions of OpenSSL. | 2022-06-30 | 1 | -19/+3 | |
| | | |||||
| * | Drop support for ancient unsupported versions of GnuTLS. | 2022-06-30 | 1 | -61/+3 | |
| | | |||||
| * | Move the userip module to contrib. | 2022-06-28 | 1 | -108/+0 | |
| | | | | | | This module only exists for UnrealIRCd compatibility and provides the same functionality as the check module but less useful. | ||||
| * | Make dynamic a non-default header. | 2022-06-26 | 1 | -0/+1 | |
| | | |||||
| * | Fix various bugs relating to platform-native module extensions. | 2022-06-26 | 1 | -1/+1 | |
| | | |||||
| * | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 19 | -6/+25 | |
| | | |||||
| * | Move numeric helper classes to their own header. | 2022-06-26 | 38 | -5/+43 | |
| | | |||||
| * | Move numerics to the source files where they are actually used. | 2022-06-26 | 1 | -0/+6 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-06-25 | 1 | -27/+24 | |
| |\ | |||||
| | * | Fix more inconsistencies with USERIP. | 2022-06-23 | 1 | -22/+20 | |
| | | | | | | | | | | | | | | | - 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. | ||||
| | * | Fix inconsistencies between USERHOST and USERIP. | 2022-06-23 | 1 | -5/+4 | |
| | | | |||||
| * | | Modernize the syntax of various templates. | 2022-06-23 | 9 | -9/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-06-22 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix the parameter documentation for the repeat mode. | 2022-06-15 | 1 | -1/+1 | |
| | | | |||||
| * | | Store the shun cleanedcommands/enabledcommands in a token list. | 2022-06-18 | 1 | -16/+10 | |
| | | | |||||
| * | | Allow templating of the messageflood module kick message. | 2022-06-15 | 1 | -4/+8 | |
| | | | |||||
| * | | Allow templating of the repeat module kick message. | 2022-06-15 | 1 | -7/+8 | |
| | | | |||||
| * | | Convert passforward to use the new template system. | 2022-06-15 | 1 | -42/+11 | |
| | | | |||||
| * | | Add a basic function for templating strings. | 2022-06-15 | 1 | -9/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-06-08 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix parsing non-normalised WebSocket headers. | 2022-06-08 | 1 | -1/+1 | |
| | | | | | | | | | Ref: #1987. | ||||
| * | | Get rid of an indirection when handling the httpd_stats request. | 2022-06-07 | 1 | -14/+8 | |
| | | | |||||
| * | | Fix some warnings that were missed during the merge. | 2022-05-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-05-25 | 3 | -5/+4 | |
| |\| | |||||
| | * | Fix some compiler warnings on i386. | 2022-05-25 | 3 | -4/+4 | |
| | | | |||||
| * | | Begin to separate the output from the format in httpd_stats. | 2022-05-21 | 1 | -125/+189 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-05-21 | 1 | -14/+3 | |
| |\| | |||||
| | * | Fix httpd_stats swallowing requests that it doesn't handle. | 2022-05-21 | 1 | -14/+3 | |
| | | | | | | | | | e.g. /stats/wibble | ||||
| * | | Deprecate the (raw)version SINFO keys and split out customversion/rawbranch. | 2022-05-17 | 6 | -68/+75 | |
| | | | |||||
| * | | Get rid of GetVersionString. | 2022-05-17 | 1 | -2/+2 | |
| | | | | | | | | | TODO: split fullversion/version into individual fields. | ||||
| * | | Split the httpd_stats <version> field out into multiple fields. | 2022-05-17 | 1 | -3/+5 | |
| | | | |||||
| * | | Add a typedef for a mode rank. | 2022-05-17 | 15 | -30/+32 | |
| | | | |||||
| * | | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 3 | -3/+4 | |
| | | | |||||
| * | | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 2 | -2/+2 | |
| | | | |||||
| * | | Fix not ticking the log timers after the first tick. | 2022-05-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix an oversight in the ircv3_accounttag module. | 2022-05-15 | 1 | -1/+4 | |
| | | | |||||
| * | | Add the new account system. | 2022-05-14 | 8 | -47/+81 | |
| | | | | | | | | | | | This still relies on the old extensibles for now but we can change that later. | ||||
| * | | Use the servprotect mode to protect services. | 2022-05-12 | 6 | -11/+38 | |
| | | | | | | | | | | | | | | | Anope and Atheme already set this on their clients so no downstream changes are needed. Closes #781. | ||||
| * | | Remove unnecessary arguments to On(Post)Oper. | 2022-05-07 | 7 | -7/+7 | |
| | | | | | | | | | These are already accessible from the user object. | ||||
| * | | Merge branch 'insp3' into master. | 2022-05-07 | 3 | -6/+17 | |
| |\| | |||||
| | * | Make linking servers over UNIX sockets less difficult. | 2022-05-07 | 1 | -4/+15 | |
| | | | | | | | | | Closes #1730. | ||||
| | * | Fix the argon2 package name on newer versions of Debian. | 2022-05-06 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix an off by one error in regex_posix. | 2022-05-06 | 1 | -1/+1 | |
| | | | |||||
| * | | Implement support for regex capture groups. | 2022-05-06 | 5 | -2/+119 | |
| | | | |||||
