aboutsummaryrefslogtreecommitdiff
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-3039-133/+106
* Add support for clearing the target of a dynamic_reference.Gravatar Sadie Powell2022-07-303-1/+8
* Fix insp::intrusive_list on libc++.Gravatar Sadie Powell2022-07-261-3/+3
* Remove some unnecessary getters in ConnectClass.•••All of these members are public anyway. Gravatar Sadie Powell2022-07-226-81/+20
* Remove use of the deprecated std::iterator type.Gravatar Sadie Powell2022-07-221-2/+8
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-22124-362/+362
* Update author list.Gravatar InspIRCd Robot2022-07-221-2/+1
* Fix mkauthors mishandling coauthor tags with periods at the end.Gravatar Sadie Powell2022-07-221-0/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-07-222-7/+7
|\
| * Update author list.Gravatar InspIRCd Robot2022-07-201-5/+5
| * Also list coauthors in the author file.Gravatar Sadie Powell2022-07-201-2/+1
* | 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
* | Update the Alpine container to the latest release.Gravatar Sadie Powell2022-07-221-1/+1
* | Replace <showwhois:showfromopers> with an operator privilege.Gravatar Sadie Powell2022-07-213-10/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-07-195-11/+32
|\|
| * Also use binary exit codes in places that terminate abruptly.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. Gravatar Sadie Powell2022-07-194-8/+20
| * 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 logrotate to rotate logs with just a pid file.•••Ref: #1991Gravatar Wade Cline2022-07-191-1/+4
| * Fix the logrotate config rotating already rotated log files.•••Ref: #1990.Gravatar Wade Cline2022-07-111-1/+1
* | 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
* | Add version constraints to the default module enabling code.Gravatar Sadie Powell2022-06-301-2/+2
* | 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
* | Add methods for extracting specific regex captures.Gravatar Sadie Powell2022-06-281-0/+19
* | 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-283-119/+1
* | 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-267-6/+9
* | 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-2634-14/+52
* | Move numeric helper classes to their own header.Gravatar Sadie Powell2022-06-2651-151/+232
* | Move numerics to the source files where they are actually used.Gravatar Sadie Powell2022-06-2631-188/+247
* | 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
* | 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