summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/nick.cpp
AgeCommit message (Expand)Author
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2016-08-19m_spanningtree Put command handlers with class names that collide with core c...Attila Molnar
2015-05-23m_spanningtree Log nick collisions more verbosely and in all casesAttila Molnar
2014-07-26m_spanningtree Set the TS of the uuid nick to the same value on collisionAttila Molnar
2014-07-26m_spanningtree Don't accept NICK with 0 TSAttila Molnar
2014-07-26m_spanningtree Return a bool from DoCollision()Attila Molnar
2014-07-26m_spanningtree Update comments around collision handlingAttila Molnar
2014-07-26m_spanningtree Let the NICK handler change the nick of the incoming user on c...Attila Molnar
2014-07-25Merge insp20Attila Molnar
2014-07-03Remove now needless User::ForceNickChange()Attila Molnar
2014-04-16m_spanningtree Throw an exception on protocol violations instead of returning...Attila Molnar
2014-03-03Update nick timestamps in User::ChangeNick(), pass the new TS in a parameterAttila Molnar
2014-01-05Introduce Server classAttila Molnar
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