summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/opertype.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2018-12-12Fix a crash when the core_oper module is not loaded.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-10-18Add a constructor to OperInfo and use it to set the type name.Peter Powell
2014-07-27m_spanningtree Keep track of whether servers are behind a bursting server, us...Attila Molnar
2014-07-27m_spanningtree Replace direct access of TreeServer::bursting with IsBursting()Attila Molnar
2014-07-16Move typedef OperIndex to ServerConfig::OperIndexAttila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-25m_spanningtree Allow server-to-server command handlers to specify whether the...attilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-17m_spanningtree Remove SpanningTreeUtilities* fields and parametersattilamolnar
2013-08-13Store oper types and opers in separate containersattilamolnar
2013-07-19Get rid of enum UserModes and mark User::modes as privateattilamolnar
2013-05-16Allow spaces (and more) in oper typesattilamolnar
2013-04-12m_spanningtree atoi() to ConvToInt() conversion, add const where possibleattilamolnar
2013-04-10Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()attilamolnar
2012-10-03m_spanningtree OPERTYPE handler: Return when finished processing instead of c...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
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-03-15Use IS_OPER(u) instead of checking for umode +o to correctly add opers during...dz
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!"danieldg
2009-03-10Quiet bursts for uplinks, suggested by HiroP, thanks!brain
2009-01-02Update copyrights for 2009.w00t
2008-10-31Add REMOTEOPER snomask.. use it.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-06-01Remove limits on assigning of oper types. Theres no practical reason to restr...brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Convert connection::hostbrain
2008-05-18Convert m_spanningtreeaquanight
2008-04-06Fix bug where OPERTYPE does not propogate more than one server in distance du...brain
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-04Split treesocket2 into various smaller filesw00t