summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/uid.cpp
AgeCommit message (Expand)Author
2014-07-24m_spanningtree Always treat the remote client as the winner on nick collision...Attila Molnar
2012-11-28m_spanningtree Remove redundant params.size() checksattilamolnar
2012-10-21Make better use of User::GetFullRealHost()attilamolnar
2012-07-01m_spanningtree Call the collision handler with the proper parameter (client i...attilamolnar
2012-06-12Be consistent with Robby's qQ snomask changesSir Poggles
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-04-11Prevent using invalid UIDs and enforce UID/SID matchingDaniel De Graaf
2010-03-02Log duplicate UUID events a bit betterdanieldg
2010-02-11Make UID modify its parameter on a nick collision so that services has an eas...danieldg
2010-01-30Remove a few needless string crops, compile fixdanieldg
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
2010-01-09Remove mode counter, not reliable and only used for umode +idanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Remove unneeded ProtocolInterface::Introducedanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-09-01Change IP address storage in User to use more IPv4/IPv6 common codedanieldg
2009-09-01Strip SUPPORT_IP6LINKS #definedanieldg
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-14Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!"danieldg
2009-03-10Quiet bursts for uplinks, suggested by HiroP, thanks!brain
2009-03-06Send SVSNICKs during nick collision to prevent servers that do not fully impl...danieldg
2009-01-22Revert "Check nickname validity on introduction, closes bug #682 reported by ...w00t
2009-01-21Check nickname validity on introduction, closes bug #682 reported by danieldg...w00t
2009-01-02Update copyrights for 2009.w00t
2008-11-04Fix malformed UID errors so that w00t can troubleshoot! :)brain
2008-10-28Remove comment, as it is now done.w00t
2008-10-27Be a hell of a lot more strict about malformed UID commands. We've always bee...w00t
2008-10-05Some more safety checks to catch out invalid client introductions (e.g. from ...brain
2008-10-02Comments here toobrain
2008-09-30Some suggestions from jilles about handling unknown prefix errors, and some i...brain
2008-09-22warning-free on windowsbrain
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-08-31Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we...brain
2008-08-31More debugging mesages for troubleshooting invalid mode sequences in UIDbrain
2008-08-31I guess it makes sense never to let the gecos be parsed as a mode param, even...brain
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-31Two fixes: First, change the error message for too few params for UID to now ...brain
2008-08-31What the fuck am I doing.w00t
2008-08-31Off-by-one on params also == masskill, woow00t
2008-08-31Add snomasks to UID command, after 'modes', bump protocol version, as this ca...w00t
2008-08-22Match conversion stuff.w00t