| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 13. v4.0.0a13 | 2022-08-01 | 1 | -1/+1 | |
| * | Fix the namesx module allocating memory before its needed. | 2022-07-31 | 1 | -3/+2 | |
| * | Modernize various minor legacy C++isms. | 2022-07-30 | 37 | -131/+104 | |
| * | Add support for clearing the target of a dynamic_reference. | 2022-07-30 | 2 | -1/+7 | |
| * | Remove some unnecessary getters in ConnectClass.•••All of these members are public anyway. | 2022-07-22 | 5 | -19/+20 | |
| * | Switch from NULL to nullptr. | 2022-07-22 | 96 | -280/+280 | |
| * | Improve the performance of AddCommand slightly. | 2022-07-22 | 1 | -8/+2 | |
| * | 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 | |
| * | Merge branch 'insp3' into master. | 2022-07-19 | 3 | -9/+19 | |
| |\ | |||||
| | * | Also use binary exit codes in places that terminate abruptly.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | 2022-07-19 | 3 | -8/+12 | |
| | * | Allow forcing binary exit codes at compile time.•••This is useful with some init systems that handle our exit codes strangely. | 2022-07-19 | 1 | -1/+7 | |
| * | | Allow remote servers to specify the context of a message. | 2022-07-01 | 2 | -2/+12 | |
| * | | Release v4.0.0 alpha 12. v4.0.0a12 | 2022-07-01 | 1 | -1/+1 | |
| * | | 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.•••This module only exists for UnrealIRCd compatibility and provides the same functionality as the check module but less useful. | 2022-06-28 | 1 | -108/+0 | |
| * | | Move config xline reading and rehashing to core_xline. | 2022-06-26 | 2 | -32/+39 | |
| * | | Make dynamic a non-default header. | 2022-06-26 | 5 | -0/+7 | |
| * | | Fix various bugs relating to platform-native module extensions. | 2022-06-26 | 4 | -7/+6 | |
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 32 | -10/+50 | |
| * | | Move numeric helper classes to their own header. | 2022-06-26 | 48 | -5/+59 | |
| * | | Move numerics to the source files where they are actually used. | 2022-06-26 | 26 | -9/+181 | |
| * | | Merge branch 'insp3' into master. | 2022-06-25 | 2 | -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. | 2022-06-23 | 1 | -22/+20 | |
| | * | Fix inconsistencies between USERHOST and USERIP. | 2022-06-23 | 2 | -10/+6 | |
| * | | Prevent writing to loggers whilst deleting a logger. | 2022-06-25 | 1 | -0/+5 | |
| * | | Centralise the logging of malformed config values. | 2022-06-25 | 1 | -24/+24 | |
| * | | Fix an inverted condition in configparser. | 2022-06-25 | 1 | -1/+1 | |
| * | | Modernize the syntax of various templates. | 2022-06-23 | 9 | -9/+9 | |
| * | | Merge branch 'insp3' into master. | 2022-06-22 | 3 | -1/+4 | |
| |\| | |||||
| | * | Also add hex colour escapes to the formatting entity list. | 2022-06-20 | 1 | -0/+2 | |
| | * | Add support for escaping hex colour codes•••This is not widely supported but we should have an escape regardless. | 2022-06-19 | 1 | -0/+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 | 2 | -9/+48 | |
| * | | Use size_t instead of `unsigned int` in ModeParser. | 2022-06-11 | 1 | -5/+4 | |
| * | | Merge branch 'insp3' into master. | 2022-06-08 | 2 | -3/+3 | |
| |\| | |||||
| | * | Fix parsing non-normalised WebSocket headers.•••Ref: #1987. | 2022-06-08 | 1 | -1/+1 | |
| | * | Make setting sockets as FD_CLOEXEC more portable.•••Ref: #1986. | 2022-06-07 | 1 | -2/+2 | |
| * | | Convert irc::find to use string_view. | 2022-06-07 | 1 | -1/+1 | |
| * | | Get rid of an indirection when handling the httpd_stats request. | 2022-06-07 | 1 | -14/+8 | |
| * | | Release v4.0.0 alpha 11. v4.0.0a11 | 2022-05-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-05-31 | 1 | -10/+8 | |
| |\| | |||||
| | * | Make it more obvious when an I/O hook is misconfigured. | 2022-05-31 | 1 | -10/+8 | |
| * | | Fix some warnings that were missed during the merge. | 2022-05-27 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-05-25 | 5 | -7/+7 | |
| |\| | |||||
