index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Implement support for per-command maximum targets.
•••
Closes #2157.
Sadie Powell
2026-02-27
2
-2
/
+22
*
|
Load the sacommands module if a config contains the split module names.
Sadie Powell
2026-02-26
1
-0
/
+14
*
|
Merge branch 'insp4' into master.
Sadie Powell
2026-02-26
1
-1
/
+1
|
\
|
|
*
Only increase the connection counter when a user is fully connected.
Sadie Powell
2026-02-25
1
-1
/
+1
|
*
Make ServerCommandMap case insensitive.
Sadie Powell
2026-02-19
1
-1
/
+1
|
*
Add support for filtering message tags to the known keys.
Sadie Powell
2026-02-16
1
-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.
Sadie Powell
2026-02-09
1
-1
/
+1
*
|
Add a numeric helper for ERR_NOPRIVILEGES.
Sadie Powell
2026-02-26
2
-14
/
+9
*
|
Remove InValidMask as it only has one unnecessary use.
Sadie Powell
2026-02-12
1
-35
/
+0
*
|
Merge branch 'insp4' into master.
Sadie Powell
2026-01-23
3
-21
/
+26
|
\
|
|
*
Check the length of the username in DefaultIsUser.
Sadie Powell
2026-01-20
1
-1
/
+1
|
*
Fix truncating user/host/real names.
Sadie Powell
2026-01-20
1
-19
/
+24
|
*
Require maxhost to be at least 45 characters to fit IPv6 addresses.
Sadie Powell
2026-01-20
1
-1
/
+1
|
*
Clean up and refactor some logic in the sslmodes module.
Sadie Powell
2026-01-04
1
-41
/
+35
*
|
Add support for local-only X-lines, remove K-lines.
Sadie Powell
2026-01-20
2
-74
/
+10
*
|
Merge branch 'insp4' into master.
Sadie Powell
2026-01-04
1
-0
/
+8
|
\
|
|
*
Allow specifying a module name in SetPriority.
Sadie Powell
2025-12-31
10
-21
/
+18
|
*
Avoid excessively long FJOINs when using the 1205 protocol.
Sadie Powell
2025-12-28
1
-0
/
+24
|
*
Avoid sending S2S tags to 1205 protocol servers.
Sadie Powell
2025-12-28
1
-1
/
+20
|
*
Fix checking the accept list when user mode +z is enabled.
Sadie Powell
2025-12-27
1
-1
/
+3
|
*
Add an option to automatically ZLine users who send amsgs.
Sadie Powell
2025-12-26
1
-13
/
+40
|
*
Include more user information in the blockamsg notice.
Sadie Powell
2025-12-26
1
-2
/
+4
*
|
Add join time to the membership identifier.
Sadie Powell
2025-12-28
1
-0
/
+1
*
|
Fix some issues with the previous merge.
Sadie Powell
2025-12-27
1
-2
/
+2
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-12-07
3
-5
/
+18
|
\
|
|
*
Release v4.9.0.
v4.9.0
Sadie Powell
2025-12-06
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2025-12-03
31
-34
/
+32
|
*
Merge branch 'insp3' into insp4.
Sadie Powell
2025-12-03
1
-1
/
+4
|
|
\
|
|
*
Strip all newline characters from the PostgreSQL error message.
Sadie Powell
2025-12-02
1
-1
/
+4
|
*
|
Make errors from the config parser more detailed.
Sadie Powell
2025-11-30
1
-3
/
+16
|
*
|
Fix the syntax of the DNSBL command.
Sadie Powell
2025-11-26
1
-1
/
+1
|
*
|
Improve the error logging when trying to link with a TLS fingerprint.
Sadie Powell
2025-11-19
1
-17
/
+24
|
*
|
Add <autoconnect:bootperiod> to allow quickly connecting after boot.
Sadie Powell
2025-11-19
4
-4
/
+6
|
*
|
Improve silence list serialization.
Sadie Powell
2025-11-19
1
-14
/
+10
|
*
|
Improve dcc allow list serialization.
Sadie Powell
2025-11-19
1
-16
/
+12
|
*
|
Remove use of a deprecated GnuTLS define.
Sadie Powell
2025-11-15
1
-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.
Sadie Powell
2025-11-10
1
-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.
Sadie Powell
2025-11-03
1
-7
/
+5
*
|
|
Merge branch 'insp4' into master.
Sadie Powell
2025-11-03
1
-1
/
+1
|
\
|
|
|
*
|
Improve the way client certificates are validated in ssl_openssl.
Sadie Powell
2025-11-02
1
-10
/
+23
|
*
|
Fix an if that should be an else if in sslinfo.
Sadie Powell
2025-11-02
1
-1
/
+1
|
*
|
Allow not setting the CA file in ssl_openssl.
•••
This matches the behaviour of ssl_gnutls.
Sadie Powell
2025-11-02
2
-5
/
+8
|
*
|
Remove a long-obsolete workaround from ssl_openssl.
Sadie Powell
2025-11-02
1
-9
/
+0
|
*
|
Expose the ssl_cert flags in SSLINFO.
Sadie Powell
2025-11-01
1
-7
/
+13
|
*
|
Improve the error logging when opering up with a TLS fingerprint.
Sadie Powell
2025-11-01
1
-4
/
+17
|
*
|
Revert "Remove some unnecessary casts in ssl_openssl".
•••
This reverts commit e242ce62af1a43c15844f7e6394952f6693629f8.
Sadie Powell
2025-10-29
1
-2
/
+3
|
*
|
Remove some unnecessary casts in ssl_openssl.
•••
These fields were changed from int to size_t in OpenSSL 1.1.1.
Sadie Powell
2025-10-28
1
-3
/
+2
|
*
|
Fix allowing expired client certificates in some cases.
•••
This fixes a regression from v3.
Sadie Powell
2025-10-26
1
-2
/
+2
|
*
|
Deprecate the contents of the SSLClientCert namespace.
•••
This is full of footguns and isn't really needed.
Sadie Powell
2025-10-26
1
-1
/
+5
|
*
|
Check all fingerprints for server links not just the primary one.
Sadie Powell
2025-10-26
1
-4
/
+27
[prev]
[next]