aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-0758-94/+88
|
* Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-06-072-2/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2024-06-072-2/+2
| |
* | Stop referring to v4 in some todos.Gravatar Sadie Powell2024-06-072-3/+3
| |
* | Resend the customversion when it changes.Gravatar Sadie Powell2024-05-181-0/+7
| |
* | Splat the unused hops field in the 1206 SERVER message.Gravatar Sadie Powell2024-05-012-7/+11
| |
* | Call OnRouteMessage on all servers not just directly connected ones.Gravatar Sadie Powell2024-03-081-3/+3
| |
* | Rename OnBroadcastMessage to OnRouteMessage.Gravatar Sadie Powell2024-03-083-4/+4
| | | | | | | | This is more descriptive of what it actually does.
* | Rename some of the Module member variables.Gravatar Sadie Powell2024-03-043-4/+4
| |
* | Merge the topiclock module into the services module.Gravatar Sadie Powell2024-02-271-1/+5
| |
* | Replace FRHOST with a two parameter version of FHOST.Gravatar Sadie Powell2024-02-274-30/+13
| | | | | | | | No compat layer needed here as FRHOST was added in v4.
* | Send the real username as the second parameter to FIDENT.Gravatar Sadie Powell2024-02-275-4/+37
| |
* | Move SVSJOIN/SVSNICK/SVSPART to the services module.Gravatar Sadie Powell2024-02-279-242/+29
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2024-02-252-1/+3
|\|
| * Fix matching certificate fingerprints to be case insensitive.Gravatar Sadie Powell2024-02-111-0/+2
| | | | | | | | Closes #2083.
| * Use TimingSafeCompare when comparing server SSL fingerprints.Gravatar Sadie Powell2024-02-111-1/+1
| |
* | Allow using multiple SSL fingerprint algorithms.Gravatar Sadie Powell2024-02-191-0/+29
| | | | | | | | Closes #1804.
* | Fix more issues with the v3 compat layer.Gravatar Sadie Powell2024-02-191-7/+26
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-12-221-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-12-221-1/+1
| |
* | Rename <options:hostintopic> to <options:maskintopic>.Gravatar Sadie Powell2023-09-211-1/+1
| | | | | | | | | | This option stores the user *mask* not the user host so the old name is incorrect.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-09-011-1/+1
|\|
| * Tweak the malformed channel name message slightly.Gravatar Sadie Powell2023-09-011-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-08-251-0/+3
|\|
| * Fix being able to FJOIN non-channels.Gravatar Sadie Powell2023-08-251-0/+3
| | | | | | | | Closes #2057.
* | Move the inspircd.org/service tag to the services module.Gravatar Sadie Powell2023-08-194-24/+0
| |
* | Update usages of stdalgo::string::equalsci to use insp::equalsci.Gravatar Sadie Powell2023-08-112-6/+6
| |
* | Move stdalgo::string::join to utility/string and templatise separator.Gravatar Sadie Powell2023-08-111-1/+1
| |