summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/svsnick.cpp
AgeCommit message (Expand)Author
2021-02-26Update copyright headers.InspIRCd Robot
2020-12-22Send RPL_SAVENICK from irc2 when renaming a user to their UUID.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-06-07Replace all abstract usages of his/he/her with they/their/it.Peter Powell
2018-12-12Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2016-03-29Simplify GetRouting() methods doing unicastAttila Molnar
2015-05-13m_spanningtree Clean up commentsAttila Molnar
2014-07-05m_spanningtree Add optional expected nick TS parameter to SVSNICKAttila 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-03-03m_spanningtree Remove remains of the KeepNickTS workaroundAttila Molnar
2014-03-03Update nick timestamps in User::ChangeNick(), pass the new TS in a parameterAttila Molnar
2014-01-21Merge insp20Attila Molnar
2013-12-15m_spanningtree Fix nick TS desync on SVSNICKAttila Molnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-05-18Change the signature of User::ForceNickChange() to accept const std::string& ...attilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree atoi() to ConvToInt() conversion, add const where possibleattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-24If SVSNICK is sent to force a change to a UID-lookalike, just change nick to ...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-02Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...danieldg
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
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-01-02Update copyrights for 2009.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-05-18Convert m_spanningtreeaquanight
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-02-04Split treesocket2 into various smaller filesw00t