summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/fmode.cpp
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2015-05-13m_spanningtree Clean up commentsAttila Molnar
2014-09-04m_spanningtree Apply FMODE mode changes using the new ModeParser functionsAttila Molnar
2014-06-30m_spanningtree Drop support for changing user modes with FMODEAttila Molnar
2014-04-16m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TSAttila Molnar
2014-04-16m_spanningtree Throw an exception on protocol violations instead of returning...Attila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-06-13Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...attilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree FMODE handler: Reworkattilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
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-23Make User::uuid and User::server constdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Don't merge FMODEs with a non-server sourcedanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Use CheckTimeStamp to merge modes on netburstdanieldg
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-05-13Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtreedanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-05-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-05Convert a few missingpeavey
2008-04-04Add simple modes to FJOIN instead of sending a seperate FMODE all the time. T...w00t
2008-04-02DOH! Fix my muppetry of a segfault, and fix some warningsbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-03Split treesocket1 into a number of smaller filesw00t