summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/utils.cpp
AgeCommit message (Expand)Author
2021-06-04Broadcast the limits for list modes on server link.Sadie Powell
2021-05-14Update copyright headers.InspIRCd Robot
2021-03-10Rename `<link:ssl>` to `<link:sslprofile>`.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-07-19Add an event for adding tags to S2S messages.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-05-14Fix an unnecessary string copy when reading the <link> tags.Peter Powell
2019-04-15Fix linking servers with UNIX sockets.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
2018-10-01Move <security:hidesplits> to the spanningtree module.Peter Powell
2018-10-01Fix the chanhistory module being inconsistent across servers.Peter Powell
2018-07-24Make more config stuff case insensitive.Peter Powell
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2018-04-16Remove the default value in ConfigTag::get{Duration,Float,Int}.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-09-03Convert a bunch of time-related config options to getDuration.Peter Powell
2016-08-22m_spanningtree Use ASCII case insensitive map for matching server namesAttila Molnar
2016-08-22m_spanningtree Change type of Link::Name to std::stringAttila Molnar
2016-03-29m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()Attila Molnar
2016-03-29m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()Attila Molnar
2016-03-29m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc...Attila Molnar
2015-05-19m_spanningtree Fix harmless valgrind warning about uninit var usage on unloadAttila Molnar
2015-05-13m_spanningtree Clean up commentsAttila Molnar
2014-07-14Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadAttila Molnar
2014-07-14Rename UserMembList to Channel::MemberMap, switch all code to use itAttila Molnar
2014-07-14Change return type of Channel::GetUsers() to reference from pointer as it is ...Attila Molnar
2014-04-14m_spanningtree Fix routing of unicast messagesAttila Molnar
2014-04-08m_spanningtree Remove the (now) undocumented disablehmac config optionAttila Molnar
2014-03-15Change allocation of InspIRCd::Timers to be physically part of the object con...Attila Molnar
2014-03-08Make the maximum hostname length configurable in the config.Peter Powell
2014-01-21Merge insp20Attila Molnar
2014-01-05Introduce Server classAttila Molnar
2014-01-04Fix some Windows-related problems.Peter Powell
2013-11-21Allow multiple allowmasks in link blocks, #679Adam
2013-11-09Use case insensitive comparison for server names for (auto)connects, issue #662Adam
2013-09-11Move prefix mode specific fields and getters into PrefixModeattilamolnar
2013-09-10m_spanningtree Minor fixesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-22m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...attilamolnar
2013-08-22m_spanningtree Remove duplicate code for sending channel messages from RouteC...attilamolnar
2013-08-22m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()attilamolnar
2013-08-22m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...attilamolnar
2013-08-19m_spanningtree Minor cleanup of functionsattilamolnar
2013-08-17m_spanningtree Remove SpanningTreeUtilities* fields and parametersattilamolnar
2013-08-12Add ConfigTag::getDuration() with optional bounds checkingattilamolnar
2013-08-04Modify the log message to contain the log type.Peter Powell
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell