index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Update copyright headers.
InspIRCd Robot
2025-12-03
7
-7
/
+7
*
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
*
Check all fingerprints for server links not just the primary one.
Sadie Powell
2025-10-26
1
-4
/
+27
*
Tweak a message to make it clear that its not always an error.
Sadie Powell
2025-09-22
1
-1
/
+1
*
Fix a regression for Docker users who are using their own config.
Sadie Powell
2025-08-15
1
-0
/
+4
*
Add an undocumented option for specifying the local ranges.
Sadie Powell
2025-08-15
3
-8
/
+20
*
Fix serialising empty link data values.
Sadie Powell
2025-07-12
1
-1
/
+3
*
Warn when a link block has misconfigured TLS.
Sadie Powell
2025-04-12
1
-0
/
+6
*
Update copyright headers.
InspIRCd Robot
2025-03-28
10
-10
/
+9
*
Rename ToHuman to ToLongString.
•••
This name is used by functions in too many places already.
Sadie Powell
2025-03-18
4
-7
/
+7
*
Add a formatting overload of the ModuleException constructor.
Sadie Powell
2025-03-18
1
-1
/
+1
*
Use Duration::ToHuman instead of seconds in various messages.
Sadie Powell
2025-03-03
3
-6
/
+10
*
Add Duration::ToHuman and update messages to use it.
Sadie Powell
2025-03-03
2
-2
/
+2
*
Revert "Scope the container SSL enforcement a bit better".
•••
This reverts commit 9c151650212e2101002f04bca902ca18982697c0.
Sadie Powell
2025-03-02
1
-7
/
+6
*
Scope the container SSL enforcement a bit better.
Sadie Powell
2025-03-02
1
-3
/
+11
*
Add an opt-out to the SSL enforcement for running in a container.
Sadie Powell
2025-03-02
1
-1
/
+12
*
Fix some inappropriate uses of ConvToNum.
Sadie Powell
2025-03-01
1
-1
/
+1
*
Avoid the use of ConvToStr in string concatenation.
•••
This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually.
Sadie Powell
2025-03-01
4
-7
/
+10
*
Update copyright headers.
InspIRCd Robot
2025-02-28
3
-3
/
+3
*
Convert debug logging from string concatenation to format strings.
•••
When running in normal mode this will prevent a bunch of expensive string concatenation.
Sadie Powell
2025-01-23
2
-3
/
+4
*
Drop the backup fingerprints if linked using the 1205 protocol.
Sadie Powell
2025-01-14
1
-1
/
+29
*
Update copyright headers.
InspIRCd Robot
2024-11-02
1
-1
/
+1
*
Add support for extbans without letters.
Sadie Powell
2024-10-16
1
-5
/
+5
*
Let services know what format it should send extbans in.
Sadie Powell
2024-09-25
1
-1
/
+18
*
Use reference<>::ptr() in more places.
Sadie Powell
2024-09-13
2
-2
/
+3
*
Update copyright headers.
InspIRCd Robot
2024-09-07
2
-2
/
+2
*
Remove prototype for the now removed SendLegacyListModes function.
Sadie Powell
2024-08-25
1
-1
/
+0
*
Fix broadcasting mode lists to remote v3 servers.
Sadie Powell
2024-08-24
2
-76
/
+41
*
Fix broadcasting server information to remote v3 servers.
Sadie Powell
2024-08-24
3
-9
/
+35
*
Add a formatting overload to {Membership,User}::Write(Remote)Notice.
Sadie Powell
2024-08-18
3
-7
/
+7
*
Use 1 as the first membership id not 0.
•••
This doesn't change anything in the protocol but makes identifying whether a user has been assigned a membership id easier while debugging.
Sadie Powell
2024-08-11
1
-1
/
+1
*
Fix bursting server metadata.
Sadie Powell
2024-08-03
1
-2
/
+2
*
Update copyright headers.
InspIRCd Robot
2024-08-03
5
-5
/
+4
*
Move 1205 UID compatibility code to PreProcessOldProtocolMessage.
•••
This should make it more reliable.
Sadie Powell
2024-07-24
3
-8
/
+16
*
Add ExtensionItem::OnSync which is called when an ext is synchronised.
Sadie Powell
2024-07-24
2
-0
/
+12
*
Update all usages of ProtocolServer to use Server.
Sadie Powell
2024-07-24
6
-49
/
+11
*
Add SendMetadata methods to Server.
Sadie Powell
2024-07-24
2
-0
/
+16
*
Fix broadcasting UID messages to v3 servers.
•••
We have to use the compat layer here as broadcast messages do not go through the command builder.
Sadie Powell
2024-07-20
5
-21
/
+18
*
Fix encapsulating SVS command parameters in the compat layer.
Sadie Powell
2024-07-14
1
-1
/
+1
*
Use auto when extracting the internal type of a message target.
Sadie Powell
2024-07-13
1
-4
/
+4
*
Skip the local server when routing messages in spanningtree.
Sadie Powell
2024-07-02
1
-0
/
+3
*
Update copyright headers.
InspIRCd Robot
2024-06-29
1
-1
/
+1
*
Fix swapped parameters when opering remote users.
Sadie Powell
2024-06-23
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-21
16
-16
/
+16
*
Default to PROTO_NEWEST if no protocol is negotiated.
Sadie Powell
2024-06-19
2
-22
/
+22
*
Update copyright headers.
InspIRCd Robot
2024-06-14
1
-1
/
+1
*
Fix formatting the user count percentage in MAP.
Sadie Powell
2024-06-10
1
-1
/
+1
[next]