| 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 | 39 | -133/+106 | |
| * | Add support for clearing the target of a dynamic_reference. | 2022-07-30 | 3 | -1/+8 | |
| * | Fix insp::intrusive_list on libc++. | 2022-07-26 | 1 | -3/+3 | |
| * | Remove some unnecessary getters in ConnectClass.•••All of these members are public anyway. | 2022-07-22 | 6 | -81/+20 | |
| * | Remove use of the deprecated std::iterator type. | 2022-07-22 | 1 | -2/+8 | |
| * | Switch from NULL to nullptr. | 2022-07-22 | 124 | -362/+362 | |
| * | Update author list. | 2022-07-22 | 1 | -2/+1 | |
| * | Fix mkauthors mishandling coauthor tags with periods at the end. | 2022-07-22 | 1 | -0/+1 | |
| * | Merge branch 'insp3' into master. | 2022-07-22 | 2 | -7/+7 | |
| |\ | |||||
| | * | Update author list. | 2022-07-20 | 1 | -5/+5 | |
| | * | Also list coauthors in the author file. | 2022-07-20 | 1 | -2/+1 | |
| * | | 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 | |
| * | | Update the Alpine container to the latest release. | 2022-07-22 | 1 | -1/+1 | |
| * | | Replace <showwhois:showfromopers> with an operator privilege. | 2022-07-21 | 3 | -10/+5 | |
| * | | Merge branch 'insp3' into master. | 2022-07-19 | 5 | -11/+32 | |
| |\| | |||||
| | * | Also use binary exit codes in places that terminate abruptly.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | 2022-07-19 | 4 | -8/+20 | |
| | * | 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 logrotate to rotate logs with just a pid file.•••Ref: #1991 | 2022-07-19 | 1 | -1/+4 | |
| | * | Fix the logrotate config rotating already rotated log files.•••Ref: #1990. | 2022-07-11 | 1 | -1/+1 | |
| * | | 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 | |
| * | | Add version constraints to the default module enabling code. | 2022-06-30 | 1 | -2/+2 | |
| * | | 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 | |
| * | | Add methods for extracting specific regex captures. | 2022-06-28 | 1 | -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. | 2022-06-28 | 3 | -119/+1 | |
| * | | Move config xline reading and rehashing to core_xline. | 2022-06-26 | 2 | -32/+39 | |
| * | | Make dynamic a non-default header. | 2022-06-26 | 7 | -6/+9 | |
| * | | 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 | 34 | -14/+52 | |
| * | | Move numeric helper classes to their own header. | 2022-06-26 | 51 | -151/+232 | |
| * | | Move numerics to the source files where they are actually used. | 2022-06-26 | 31 | -188/+247 | |
| * | | 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 | |
| * | | Make getEnum use the default instead of throwing. | 2022-06-25 | 1 | -7/+17 | |
| * | | Centralise the logging of malformed config values. | 2022-06-25 | 2 | -24/+27 | |
| * | | Fix an inverted condition in configparser. | 2022-06-25 | 1 | -1/+1 | |
| * | | Modernize the syntax of various templates. | 2022-06-23 | 17 | -20/+20 | |
| * | | Fix the modehandlers array being bigger than necessary•••We now pack the positions within this array so we can shrink it. | 2022-06-23 | 1 | -5/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-06-22 | 6 | -6/+10 | |
| |\| | |||||
| | * | Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-06-22 | 1 | -4/+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 | 2 | -0/+2 | |
| | * | Fix the parameter documentation for the repeat mode. | 2022-06-15 | 2 | -2/+2 | |
| * | | Store the shun cleanedcommands/enabledcommands in a token list. | 2022-06-18 | 1 | -16/+10 | |
