summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/save.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
2018-04-17Convert some usages of ato[il] to use ConvToNum.Peter Powell
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2014-07-26m_spanningtree Set the TS of the uuid nick to the same value on collisionAttila Molnar
2014-07-26m_spanningtree Only accept uuids in SAVEAttila Molnar
2014-07-03User::ChangeNick() cannot fail if the new nick is the uuid, document this and...Attila Molnar
2014-07-03Remove now needless User::ForceNickChange()Attila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-15Remove $ModDep commentsattilamolnar
2013-05-18Change the signature of User::ForceNickChange() to accept const std::string& ...attilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2012-12-15Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-08Update Event and Request APIsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Add SAVE s2s protocol commanddanieldg