aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release v5.0.0 development snapshot 2. v5.0.0dev2Gravatar Sadie Powell2026-03-011-1/+1
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-012-1/+16
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-281-0/+2
|\
| * Fix RPL_ENDOFNAMES for real this time.Gravatar Sadie Powell2026-02-284-16/+17
| * Fix erroneously sending RPL_ENDOFNAMES multiple times.Gravatar Sadie Powell2026-02-282-1/+1
| * Fix ERR_INVALIDUSERNAME containing the wrong username.Gravatar Sadie Powell2026-02-281-4/+6
* | Implement support for per-command maximum targets.•••Closes #2157. Gravatar Sadie Powell2026-02-272-2/+22
* | Load the sacommands module if a config contains the split module names.Gravatar Sadie Powell2026-02-261-0/+14
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-261-1/+1
|\|
| * Only increase the connection counter when a user is fully connected.Gravatar Sadie Powell2026-02-251-1/+1
| * Make ServerCommandMap case insensitive.Gravatar Sadie Powell2026-02-191-1/+1
| * Add support for filtering message tags to the known keys.Gravatar Sadie Powell2026-02-161-8/+95
| * Fix checking whether the +z channel mode is already set.•••The dest parameter will be null here as this is a channel mode. Gravatar Sadie Powell2026-02-091-1/+1
* | Add a numeric helper for ERR_NOPRIVILEGES.Gravatar Sadie Powell2026-02-262-14/+9
* | Remove InValidMask as it only has one unnecessary use.Gravatar Sadie Powell2026-02-121-35/+0
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-01-233-21/+26
|\|
| * Check the length of the username in DefaultIsUser.Gravatar Sadie Powell2026-01-201-1/+1
| * Fix truncating user/host/real names.Gravatar Sadie Powell2026-01-201-19/+24
| * Require maxhost to be at least 45 characters to fit IPv6 addresses.Gravatar Sadie Powell2026-01-201-1/+1
| * Clean up and refactor some logic in the sslmodes module.Gravatar Sadie Powell2026-01-041-41/+35
* | Add support for local-only X-lines, remove K-lines.Gravatar Sadie Powell2026-01-202-74/+10
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-01-041-0/+8
|\|
| * Allow specifying a module name in SetPriority.Gravatar Sadie Powell2025-12-3110-21/+18
| * Avoid excessively long FJOINs when using the 1205 protocol.Gravatar Sadie Powell2025-12-281-0/+24
| * Avoid sending S2S tags to 1205 protocol servers.Gravatar Sadie Powell2025-12-281-1/+20
| * Fix checking the accept list when user mode +z is enabled.Gravatar Sadie Powell2025-12-271-1/+3
| * Add an option to automatically ZLine users who send amsgs.Gravatar Sadie Powell2025-12-261-13/+40
| * Include more user information in the blockamsg notice.Gravatar Sadie Powell2025-12-261-2/+4
* | Add join time to the membership identifier.Gravatar Sadie Powell2025-12-281-0/+1
* | Fix some issues with the previous merge.Gravatar Sadie Powell2025-12-271-2/+2
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-073-5/+18
|\|
| * Release v4.9.0. v4.9.0Gravatar Sadie Powell2025-12-061-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2025-12-0331-34/+32
| * Merge branch 'insp3' into insp4.Gravatar Sadie Powell2025-12-031-1/+4
| |\
| | * Strip all newline characters from the PostgreSQL error message.Gravatar Sadie Powell2025-12-021-1/+4
| * | Make errors from the config parser more detailed.Gravatar Sadie Powell2025-11-301-3/+16
| * | Fix the syntax of the DNSBL command.Gravatar Sadie Powell2025-11-261-1/+1
| * | Improve the error logging when trying to link with a TLS fingerprint.Gravatar Sadie Powell2025-11-191-17/+24
| * | Add <autoconnect:bootperiod> to allow quickly connecting after boot.Gravatar Sadie Powell2025-11-194-4/+6
| * | Improve silence list serialization.Gravatar Sadie Powell2025-11-191-14/+10
| * | Improve dcc allow list serialization.Gravatar Sadie Powell2025-11-191-16/+12
| * | Remove use of a deprecated GnuTLS define.Gravatar Sadie Powell2025-11-151-1/+1
| * | Fix an inverted condition in the sslinfo module.•••This fixes a crash in git builds from the last month. The most recent stable release is not affected. Gravatar Sadie Powell2025-11-101-1/+1
| * | Modernize the certificate fetching code in ssl_openssl.•••It is 2025 and we are using C++17 there is no need to declare variables like we are using C89. Gravatar Sadie Powell2025-11-031-7/+5
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2025-11-031-1/+1
|\| |
| * | Improve the way client certificates are validated in ssl_openssl.Gravatar Sadie Powell2025-11-021-10/+23
| * | Fix an if that should be an else if in sslinfo.Gravatar Sadie Powell2025-11-021-1/+1
| * | Allow not setting the CA file in ssl_openssl.•••This matches the behaviour of ssl_gnutls. Gravatar Sadie Powell2025-11-022-5/+8
| * | Remove a long-obsolete workaround from ssl_openssl.Gravatar Sadie Powell2025-11-021-9/+0
| * | Expose the ssl_cert flags in SSLINFO.Gravatar Sadie Powell2025-11-011-7/+13