summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2019-08-07Add {To,From}{Human,Internal,Network} to ExtensionItem.Peter Powell
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
2019-07-04Fix building on Windows.Peter Powell
2019-06-24Replace large if/else blocks for target.type with switches (#1668).linuxdaemon
2019-06-22Fix msgid inconsistencies with TAGMSGlinuxdaemon
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
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
2019-04-28m_spanningtree: Ensure tags are sent in forwarded cmdslinuxdaemon
2019-04-26Update documentation links.Peter Powell
2019-04-25Fix broken linking over IPv4 on IPv6 capable systems.Peter Powell
2019-04-18Remove m_silence pending a complete rewrite.Peter Powell
2019-04-15Fix linking servers with UNIX sockets.Peter Powell
2019-03-20Strip message tags correctly in the 1202 spanningtree compat layer.Peter Powell
2019-03-14Generate the ssl_cert metadata before bursting a connecting user.Peter Powell
2019-02-19Implement support for IRCv3 client-to-client tags.Peter Powell
2019-02-18Improve support for wildcards in <link:name>.Peter Powell
2019-02-18Start using DurationString() in X-line additions andMatt Schatz
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-01-24Remove trailing whitespace from various source files.Peter Powell
2019-01-24Add the reason to xline removal notices. (#1545)Matt Schatz
2019-01-24Add translation for casemapping between 2.0/3.0 (#1544)linuxdaemon
2019-01-23Fix away broadcast logic (#1561)linuxdaemon
2019-01-22Rename OnClientProtocolProcessTag to OnProcessTag.Peter Powell
2019-01-19Fix sending the entire VERSION output as a single parameter.Peter Powell
2019-01-09Improve X-line text consistency.Matt Schatz
2019-01-03Improve the spanningtree "unknown command" error message.Peter Powell
2019-01-02Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message.Peter Powell
2019-01-02Fix message tags not being broadcast across the network.Peter Powell
2019-01-02Strip message tags when talking with 1202 protocol servers.Peter Powell
2019-01-02Remove spanningtree check for lines sent without a source.Peter Powell
2018-12-20Fix thinking that 1202 protocol servers have not finished bursting.Peter Powell
2018-12-17Fix not propagating rehashes properly across the network.Peter Powell
2018-12-13Store durations as unsigned long not long in XLine and m_filter.Peter Powell
2018-12-12Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Peter Powell
2018-12-12Fix a crash when the core_oper module is not loaded.Peter Powell
2018-10-28Also synchronise the prefix rank between servers.Peter Powell