summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/nickcollide.cpp
AgeCommit message (Expand)Author
2021-05-14Update copyright headers.InspIRCd Robot
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-07-19Get rid of CommandBuilder::push_back.Peter Powell
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 Return a bool from DoCollision()Attila Molnar
2014-07-26m_spanningtree Replace WriteLine() call with Unicast() in DoCollision()Attila Molnar
2014-07-26m_spanningtree Replace #defines with references in 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-03m_spanningtree Replace manual string building of outgoing commands with CmdBu...Attila Molnar
2014-07-03Remove now needless User::ForceNickChange()Attila Molnar
2014-06-20Increment serverstats::Collisions when a collision is handled, not when a mod...Attila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-22m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...attilamolnar
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-10-12Remove superfluous std::string()sattilamolnar
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-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Add SAVE s2s protocol commanddanieldg
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-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-06Send SVSNICKs during nick collision to prevent servers that do not fully impl...danieldg
2009-01-02Update copyrights for 2009.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-23Don't copy vars (faster) and also avoid a crash (non-const -> const)w00t
2008-05-23Collision tweaksbrain
2008-05-18Convert m_spanningtreeaquanight
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-03Split treesocket1 into a number of smaller filesw00t