summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/override_map.cpp
AgeCommit message (Expand)Author
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-12-19Show server versions in /MAP for opersB00mX0r
2016-09-09Replace snprintf usage with InspIRCd::Format.Peter Powell
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-05-13m_spanningtree Clean up commentsAttila Molnar
2014-03-15Add UserManager::GetUsers()Attila Molnar
2014-01-28m_spanningtree Rewrite /mapAdam
2014-01-05Introduce Server classAttila Molnar
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-08-22m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...attilamolnar
2013-08-22m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...attilamolnar
2013-08-19Remove cmd_map from the coreattilamolnar
2013-08-19m_spanningtree Minor cleanup of functionsattilamolnar
2013-08-15Remove $ModDep commentsattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-08-04Remove a few not-so-useful debug messagesattilamolnar
2013-07-24m_spanningtree Change the type of TreeServer::ServerName to std::stringattilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree Remove encapsulation on UserCount/OperCountattilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-10Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()attilamolnar
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-01-19Fix bug #117, found by satmd, thanksJackmcbarn
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-20Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functionsdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-17Remove SID from /map for non-opers, and add it to non-spanningtree for opers ...danieldg
2009-09-15Where there are hidden servers, report the /map server count as the hidden co...brain
2009-09-02Remote user messaging fixesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-04-26Remove lag reporting in /map from servers that do not yet have a valid value;...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-18Remove MaxMapHeight, replace with dynamically sized buffersdanieldg
2009-02-18Apparently casting to float is not sufficient to cause a conversiondanieldg
2009-02-18Rework /MAP output to not be overly widedanieldg
2009-01-02Update copyrights for 2009.w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-08-18Increase the size of the matrix for map drawing to 250x250brain
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-14Lots, lots more numerics.h conversionw00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-18Convert m_spanningtreeaquanight
2008-05-05Convert m_spanningtreeaquanight