summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/utils.cpp
AgeCommit message (Expand)Author
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
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree Introduce new function to send channel messagesattilamolnar
2013-04-12m_spanningtree Change TreeServerList to be a set, get rid of a function dedic...attilamolnar
2013-04-12m_spanningtree Utils: Move code that creates a full line from its components ...attilamolnar
2013-04-12m_spanningtree atoi() to ConvToInt() conversion, add const where possibleattilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-01Convert IsSID() to a static member function, modules shouldn't override itattilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-03m_spanningtree Utils: Remove unused functionsattilamolnar
2012-09-23Fix undefined behavior caused by referencing the returned buffer by std::stri...attilamolnar
2012-06-11m_spanningtree Disallow server passwords which contain a space char and those...attilamolnar
2012-06-11m_spanningtree Notify opers upon ecountering a configuration error when rehas...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-02-28Fix timeout defaulting to zero for link blocksDaniel De Graaf
2010-02-18Allow SASL messages to be targeted at the services serverdanieldg
2010-02-17Fix routing of prefix-channel messages now that 2.0 sends to status and above...danieldg
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-02-01Strip colons from server SSL fingerprint, to allow the output of certificate ...danieldg
2010-02-01Allow <link password=""> to specify identical send/recv passwordsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24Create irc::sockets::cidr_maskdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-23Fix memory leaks on reloadmodule and spanningtree unload while connecting ser...danieldg