aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Clean up object culling and fix a rare crash.Gravatar Sadie Powell2023-06-171-11/+22
* | Make internal bug messages more consistent.Gravatar Sadie Powell2023-06-124-10/+10
* | Log when encountering an erroneous user cull without a quit.Gravatar Sadie Powell2023-06-121-0/+4
* | The standard-replies cap has been adopted by IRCv3 now.Gravatar Sadie Powell2023-06-121-1/+1
* | Implement support for SPKI fingerprints into the ssl_gnutls module.Gravatar Sadie Powell2023-06-111-1/+46
* | Implement support for SPKI fingerprints into the sslinfo module.Gravatar Sadie Powell2023-06-112-3/+7
* | Log the number of object added to the cull list from a destructor.Gravatar Sadie Powell2023-06-081-1/+1
* | Fix "auto" not being a valid options for <options:defaultbind>.•••This fell back to the correct value but created a spurious message in the server log. Gravatar Sadie Powell2023-06-071-2/+4
* | Only regenerate cloaks if a cloak of that type exists.•••This prevents unnecessary recloaking which may result in spam. Gravatar Sadie Powell2023-06-074-2/+20
* | Include <cloak:pathparts> as link data in cloak_sha256.Gravatar Sadie Powell2023-06-071-0/+1
* | Fix some typos in the cloak header.Gravatar Sadie Powell2023-06-061-2/+2
* | Allow secondary cloak methods to be used on link synchronisation.•••If a server has a conditional cloak method (e.g. account) as the primary cloak method it doesn't make sense to use it for link consistency. With this change a secondary cloak method can request that it is used instead of the primary if the primary does not mark itself as link sensitive. Gravatar Sadie Powell2023-06-064-1/+35
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-06-052-2/+2
|\|
| * Use -std=c++17 on RE2 2023.06.02 or newer.Gravatar Sadie Powell2023-06-051-0/+2
| * Use the default Homebrew OpenSSL on macOS CI.Gravatar Sadie Powell2023-06-051-1/+1
* | Misc XLine cleanup.Gravatar Sadie Powell2023-06-052-22/+10
* | Make XLine::Matches const.Gravatar Sadie Powell2023-06-056-31/+31
* | Add a DelLine override that takes an XLine pointer.Gravatar Sadie Powell2023-06-052-2/+13
* | Make XLine::Displayable const.Gravatar Sadie Powell2023-06-056-15/+15
* | Allow users to override SVSHOLDs for nicks in their nick group.Gravatar Sadie Powell2023-06-052-6/+27
* | Try to cloak with the registerable suffix first with PSL cloaking.Gravatar Sadie Powell2023-06-051-1/+3
* | Fix commands overflowing the message size in `/STATS Oo`.Gravatar Sadie Powell2023-06-041-2/+2
* | Fix exposing oper hosts in `/STATS P`.Gravatar Sadie Powell2023-06-043-3/+3
* | Remove unnecessary prefix from bancache log messages.Gravatar Sadie Powell2023-06-043-4/+4
* | Fix extracting data from the 1205 version/fullversion SINFO keys.Gravatar Sadie Powell2023-06-041-13/+20
* | Fix rewriting commands in the 1205 compat layer.Gravatar Sadie Powell2023-06-031-2/+2
* | Fix an inverted condition in the cloak module.Gravatar Sadie Powell2023-06-031-1/+1
* | Fix an inverted condition in the DNSBL module.Gravatar Sadie Powell2023-06-031-1/+1
* | Remove docs for a config option that was removed in v4.Gravatar Sadie Powell2023-06-031-5/+0
* | Fix calling c_str() for parameters that can take a std::string.Gravatar Sadie Powell2023-05-316-8/+7
* | Convert DelLine from const char* to const std::string&.Gravatar Sadie Powell2023-05-3012-13/+13
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-05-303-2/+14
|\|
| * Log when a server sends an unexpected command post-authentication.Gravatar Sadie Powell2023-05-291-0/+12
| * If no DNS bindport is specified then randomise it on rehash.Gravatar Sadie Powell2023-05-291-1/+1
| * Fix ssl_openssl on OpenSSL versions older than 1.1.1.•••Fixes a regression introduced in commit eba5cb9dc9. Gravatar Sadie Powell2023-05-281-0/+4
| * Make it clear that <link:port> is only required for IP listeners.Gravatar Sadie Powell2023-05-261-1/+1
* | Fix casing of metadata in function and event names.•••Metadata is one word not two so it shouldn't be capitalised like this. Gravatar Sadie Powell2023-05-3012-27/+27
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-05-201-5/+6
|\|
| * Add an undocumented build option for unlimiting the main loop.•••This should never be used normally but is useful for irctest. Gravatar Sadie Powell2023-05-201-5/+6
* | We can't explicitly specify the signedness here as it causes issues.•••This reverts commit 023ca96054191b66643425d673acb66c08fa1048. Gravatar Sadie Powell2023-05-171-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-05-163-5/+5
|\|
| * Fix some minor Doxygen issues.Gravatar Sadie Powell2023-05-161-2/+2
| * Fix cert expiration for dates after year 2049Gravatar Wade Cline2023-05-101-2/+2
| * Work around Homebrew MySQL being broken.•••[skip alpine ci] [skip ubuntu ci] [skip windows ci] Gravatar Sadie Powell2023-05-101-0/+6
| * Bump peter-evans/create-pull-request from 4 to 5•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2023-05-011-1/+1
* | Fix some issues with ConvToNum<char> and ConvToStr<char>.Gravatar Sadie Powell2023-05-161-6/+6
* | Release v4.0.0 alpha 21. v4.0.0a21Gravatar Sadie Powell2023-05-151-1/+1
* | Rename duration to timeutils and relocate InspIRCd::TimeString.Gravatar Sadie Powell2023-05-1049-86/+102
* | Show more details about unactivated/expired client certificates.Gravatar Sadie Powell2023-05-103-11/+29
* | Rename threadsocket to thread.Gravatar Sadie Powell2023-05-081-0/+0