aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update copyright headers.Gravatar InspIRCd Robot2025-12-037-7/+7
|
* 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
|
* Check all fingerprints for server links not just the primary one.Gravatar Sadie Powell2025-10-261-4/+27
|
* Tweak a message to make it clear that its not always an error.Gravatar Sadie Powell2025-09-221-1/+1
|
* Fix a regression for Docker users who are using their own config.Gravatar Sadie Powell2025-08-151-0/+4
|
* Add an undocumented option for specifying the local ranges.Gravatar Sadie Powell2025-08-153-8/+20
|
* Fix serialising empty link data values.Gravatar Sadie Powell2025-07-121-1/+3
|
* Warn when a link block has misconfigured TLS.Gravatar Sadie Powell2025-04-121-0/+6
|
* Update copyright headers.Gravatar InspIRCd Robot2025-03-2810-10/+9
|
* Rename ToHuman to ToLongString.Gravatar Sadie Powell2025-03-184-7/+7
| | | | This name is used by functions in too many places already.
* Add a formatting overload of the ModuleException constructor.Gravatar Sadie Powell2025-03-181-1/+1
|
* Use Duration::ToHuman instead of seconds in various messages.Gravatar Sadie Powell2025-03-033-6/+10
|
* Add Duration::ToHuman and update messages to use it.Gravatar Sadie Powell2025-03-032-2/+2
|
* Revert "Scope the container SSL enforcement a bit better".Gravatar Sadie Powell2025-03-021-7/+6
| | | | This reverts commit 9c151650212e2101002f04bca902ca18982697c0.
* Scope the container SSL enforcement a bit better.Gravatar Sadie Powell2025-03-021-3/+11
|
* Add an opt-out to the SSL enforcement for running in a container.Gravatar Sadie Powell2025-03-021-1/+12
|
* Fix some inappropriate uses of ConvToNum.Gravatar Sadie Powell2025-03-011-1/+1
|
* Avoid the use of ConvToStr in string concatenation.Gravatar Sadie Powell2025-03-014-7/+10
| | | | | This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually.
* Update copyright headers.Gravatar InspIRCd Robot2025-02-283-3/+3
|
* Convert debug logging from string concatenation to format strings.Gravatar Sadie Powell2025-01-232-3/+4
| | | | | When running in normal mode this will prevent a bunch of expensive string concatenation.
* Drop the backup fingerprints if linked using the 1205 protocol.Gravatar Sadie Powell2025-01-141-1/+29
|
* Update copyright headers.Gravatar InspIRCd Robot2024-11-021-1/+1
|
* Add support for extbans without letters.Gravatar Sadie Powell2024-10-161-5/+5
|
* Let services know what format it should send extbans in.Gravatar Sadie Powell2024-09-251-1/+18
|
* Use reference<>::ptr() in more places.Gravatar Sadie Powell2024-09-132-2/+3
|
* Update copyright headers.Gravatar InspIRCd Robot2024-09-072-2/+2
|
* Remove prototype for the now removed SendLegacyListModes function.Gravatar Sadie Powell2024-08-251-1/+0
|
* Fix broadcasting mode lists to remote v3 servers.Gravatar Sadie Powell2024-08-242-76/+41
|
* Fix broadcasting server information to remote v3 servers.Gravatar Sadie Powell2024-08-243-9/+35
|
* Add a formatting overload to {Membership,User}::Write(Remote)Notice.Gravatar Sadie Powell2024-08-183-7/+7
|
* Use 1 as the first membership id not 0.Gravatar Sadie Powell2024-08-111-1/+1
| | | | | | This doesn't change anything in the protocol but makes identifying whether a user has been assigned a membership id easier while debugging.
* Fix bursting server metadata.Gravatar Sadie Powell2024-08-031-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2024-08-035-5/+4
|
* Move 1205 UID compatibility code to PreProcessOldProtocolMessage.Gravatar Sadie Powell2024-07-243-8/+16
| | | | This should make it more reliable.
* Add ExtensionItem::OnSync which is called when an ext is synchronised.Gravatar Sadie Powell2024-07-242-0/+12
|
* Update all usages of ProtocolServer to use Server.Gravatar Sadie Powell2024-07-246-49/+11
|
* Add SendMetadata methods to Server.Gravatar Sadie Powell2024-07-242-0/+16
|
* Fix broadcasting UID messages to v3 servers.Gravatar Sadie Powell2024-07-205-21/+18
| | | | | We have to use the compat layer here as broadcast messages do not go through the command builder.
* Fix encapsulating SVS command parameters in the compat layer.Gravatar Sadie Powell2024-07-141-1/+1
|
* Use auto when extracting the internal type of a message target.Gravatar Sadie Powell2024-07-131-4/+4
|
* Skip the local server when routing messages in spanningtree.Gravatar Sadie Powell2024-07-021-0/+3
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-291-1/+1
|
* Fix swapped parameters when opering remote users.Gravatar Sadie Powell2024-06-231-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-2116-16/+16
|
* Default to PROTO_NEWEST if no protocol is negotiated.Gravatar Sadie Powell2024-06-192-22/+22
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-141-1/+1
|
* Fix formatting the user count percentage in MAP.Gravatar Sadie Powell2024-06-101-1/+1
|