summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Collapse)Author
2020-08-29Fix a word missing from the last commit.Sadie Powell
2020-08-29Warn about non-local plaintext server connections.Sadie Powell
2020-07-30Update copyright headers.InspIRCd Robot
2020-07-03Fix a grammar error created by misspell-fixer.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-04-09More HasFd() conversions.Sadie Powell
2020-03-31Add back the prefix on a server target message.Matt Schatz
The prefix is dropped when building the message. We add it back here so that the remote servers can recognize it as a server target.
2020-03-30Fix various documentation and formatting issues.Sadie Powell
2020-03-12Add a CapReference class for the message-tags capability.Sadie Powell
2020-02-15Add HasFd to EventHandler and switch code to use it.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-29Add Channel::WriteRemoteNotice and revert WriteNotice changes.Sadie Powell
This is a partial reversion of 687778b72e. See also: #1749.
2020-01-17Use irc::equals instead of strcasecmp where appropriate.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2020-01-03Add an event provider class for the event/messagetag event.Sadie Powell
2019-12-31Update my name and email address.Sadie Powell
2019-12-29Fix the previous commit on C++11 compilers.Peter Powell
2019-12-29Mark messages from ulined clients with the inspircd.org/service tag.Peter Powell
2019-11-17Allow Channel::WriteNotice send to other servers and status ranks.Peter Powell
2019-10-17SQuit all servers when a shutdown happens.Peter Powell
2019-09-30Fix an shadowing warning in the spanningtree module.Peter Powell
2019-09-23Add the OnServerBurst hook and fix the docs for OnServerLink.Peter Powell
2019-09-23Add whether the server split with an error to OnServerSplit.Peter Powell
2019-09-23Add the server id to the Server class.Peter Powell
2019-09-20Lower the acceptable drift for clocks on link.Peter Powell
2019-08-07Add {To,From}{Human,Internal,Network} to ExtensionItem.Peter Powell
Also, deprecate the old SerializeFormat/serialize/unserialise API.
2019-07-22Fix some regressions in sending tags between servers.Peter Powell
2019-07-19Add an event for adding tags to S2S messages.Peter Powell
2019-07-19Get rid of CommandBuilder::push_back.Peter Powell
2019-07-19spanningtree: Never send a message to a raw UUID in CmdBuilder.Peter Powell
2019-07-15Split ServerEventListener into {Broadcast,Link,Sync}EventListener.Peter Powell
There is no reason to have these events in one big handler and it causes unnecessary event hooks to be created by having them like this. The ServerEventListener class still exists for compatibility
2019-07-04Fix building on Windows.Peter Powell
This regression was introduced by #1659. This distinction is only relevant on Windows so this should not affect non-Windows platforms.
2019-06-24Replace large if/else blocks for target.type with switches (#1668).linuxdaemon
2019-06-22Fix msgid inconsistencies with TAGMSGlinuxdaemon
Also fixes accidentally copying incoming tags on TAGMSG when sending to other users
2019-06-07Replace all abstract usages of his/he/her with they/their/it.Peter Powell
2019-06-07CoreExport for CommandSave. fixes #1635Ben Harris
2019-05-29Add irc::sockets::isunix for checking if a file is a UNIX socket.Peter Powell
2019-05-15Fix space separation for CAPAB module listlinuxdaemon
2019-05-14Add an enumeration for known protocol versions.Peter Powell
2019-05-14If a parent server is hidden then also hide its child servers.Peter Powell
This should fix #851.
2019-05-14Fix an unnecessary string copy when reading the <link> tags.Peter Powell
2019-05-14Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.Peter Powell
2019-05-09Delete some obsolete comments.Peter Powell
2019-05-02Merge branch 'insp20' into insp3.Peter Powell
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-04-28m_spanningtree: Parse and copy message tags for all cmdslinuxdaemon
Don't ignore message tags on ServerCommands, and avoid creating duplicate CommandBase::Params instances
2019-04-28m_spanningtree: Ensure tags are sent in forwarded cmdslinuxdaemon
When a user (U1) sends a PRIVMSG to a server (S1), which sends it to S2, which finally sends it to S3 to send to U2, S2 doesn't send the tags it received on the command from S1 to S3.
2019-04-26Update documentation links.Peter Powell