summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/utils.cpp
AgeCommit message (Expand)Author
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
2013-07-24m_spanningtree Change the type of TreeServer::ServerName to std::stringattilamolnar
2013-07-24m_spanningtree Cleanup TreeServer and TreeSocket construction/destructionattilamolnar
2013-06-06Compare to ServerLimits::MaxLine instead of MAXBUF.Peter Powell
2013-06-06Reserve ServerLimits::MaxLine instead of MAXBUF.Peter Powell
2013-06-05Remove unnecessary string copies and dead codeattilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-04-26Modularize DNSAdam
2013-04-21m_spanningtree Move CacheTimer into utilsattilamolnar