aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release v4.0.0 alpha 13. v4.0.0a13Gravatar Sadie Powell2022-08-011-1/+1
* Fix the namesx module allocating memory before its needed.Gravatar Sadie Powell2022-07-311-3/+2
* Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-3037-131/+104
* Add support for clearing the target of a dynamic_reference.Gravatar Sadie Powell2022-07-302-1/+7
* Remove some unnecessary getters in ConnectClass.•••All of these members are public anyway. Gravatar Sadie Powell2022-07-225-19/+20
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-2296-280/+280
* Improve the performance of AddCommand slightly.Gravatar Sadie Powell2022-07-221-8/+2
* Kill a now unused field in the showwhois module.Gravatar Sadie Powell2022-07-221-1/+0
* Replace <showwhois:showfromopers> with an operator privilege.Gravatar Sadie Powell2022-07-211-3/+2
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-07-193-9/+19
|\
| * Also use binary exit codes in places that terminate abruptly.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. Gravatar Sadie Powell2022-07-193-8/+12
| * Allow forcing binary exit codes at compile time.•••This is useful with some init systems that handle our exit codes strangely. Gravatar Sadie Powell2022-07-191-1/+7
* | Allow remote servers to specify the context of a message.Gravatar Sadie Powell2022-07-012-2/+12
* | 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
|\|