]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/override_map.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / override_map.cpp
2020-07-30 InspIRCd RobotUpdate copyright headers.
2020-07-03 Sadie PowellFix a grammar error created by misspell-fixer.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-09-23 Peter PowellAdd the server id to the Server class.
2019-05-13 Peter PowellReplace ModuleSpanningTree::TimeToStr with InspIRCd...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2017-12-21 Peter PowellMerge pull request #1370 from clinew/insp30+openssl-crl
2017-12-19 Peter PowellMerge pull request #1442 from B00mX0r/master+map_version
2017-12-19 B00mX0rShow server versions in /MAP for opers
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-16 Attila MolnarMerge pull request #1223 from SaberUK/master+travis
2016-09-16 Attila MolnarMerge pull request #1222 from SaberUK/master+warnings
2016-09-16 Attila MolnarMerge pull request #1219 from SaberUK/master+directive
2016-09-16 Attila MolnarMerge pull request #1176 from SaberUK/master+format
2016-09-09 Peter PowellReplace snprintf usage with InspIRCd::Format.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarAdd User::WriteRemoteNumeric() and switch code using...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarm_spanningtree Clean up comments
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-01-28 Adamm_spanningtree Rewrite /map
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarIntroduce Server class
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-08-30 attilamolnarMerge insp20
2013-08-22 attilamolnarm_spanningtree Add TreeServer::GetChildren() that repla...
2013-08-22 attilamolnarm_spanningtree Change TreeServer::GetSocket() to always...
2013-08-19 attilamolnarRemove cmd_map from the core
2013-08-19 attilamolnarm_spanningtree Minor cleanup of functions
2013-08-15 attilamolnarRemove $ModDep comments
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-08-04 attilamolnarRemove a few not-so-useful debug messages
2013-07-24 attilamolnarm_spanningtree Change the type of TreeServer::ServerNam...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree Remove encapsulation on UserCount/OperCount
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-01-20 JackmcbarnFix bug #117, found by satmd, thanks
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-17 danieldgRemove SID from /map for non-opers, and add it to non...
2009-09-15 brainWhere there are hidden servers, report the /map server...
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-04-26 danieldgRemove lag reporting in /map from servers that do not...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-18 danieldgRemove MaxMapHeight, replace with dynamically sized...
2009-02-18 danieldgApparently casting to float is not sufficient to cause...
2009-02-18 danieldgRework /MAP output to not be overly wide
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-18 brainIncrease the size of the matrix for map drawing to...
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-14 w00tLots, lots more numerics.h conversion
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-18 aquanightConvert m_spanningtree
2008-05-05 aquanightConvert m_spanningtree
2008-04-08 brainUgh, fixify. msms?
2008-04-07 brainWhen map says 0ms, make it read "<1ms" instead of 0...
2008-04-07 w00tShow SID on /map
2008-04-07 brainremote MAP reply is backwards :p
2008-04-06 brainIts ok to allow remote map to non-opers now, found...
2008-04-06 brainRemote map only works for opers. Fix problem where...
2008-04-06 brainDebug
next