]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/uid.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / uid.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-03 Attila MolnarMerge pull request #1054 from SaberUK/master+fix-linkin...
2015-05-23 Attila Molnarm_spanningtree Log nick collisions more verbosely and...
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarm_spanningtree Clean up comments
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-27 Attila Molnarm_spanningtree Keep track of whether servers are behind...
2014-07-27 Attila Molnarm_spanningtree Replace direct access of TreeServer...
2014-07-26 Attila Molnarm_spanningtree Set the TS of the uuid nick to the same...
2014-07-26 Attila Molnarm_spanningtree Return a bool from DoCollision()
2014-07-26 Attila Molnarm_spanningtree Update comments around collision handling
2014-07-25 Attila Molnarm_spanningtree Update nick overrule on UID code to...
2014-07-25 Attila MolnarMerge insp20
2014-07-24 Attila Molnarm_spanningtree Always treat the remote client as the...
2014-06-14 Attila Molnarm_spanningtree Use vector back() where it makes sense
2014-05-26 Attila MolnarSwitch to std::string::compare() from substr() in a...
2014-04-16 Attila Molnarm_spanningtree Add ServerCommand::ExtractTS() to conver...
2014-04-16 Attila Molnarm_spanningtree Throw an exception on protocol violation...
2014-04-07 Attila MolnarMerge insp20
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarIntroduce Server class
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarm_spanningtree Introduce command builders
2013-08-25 attilamolnarm_spanningtree Allow server-to-server command handlers...
2013-08-18 attilamolnarm_spanningtree Move all server-to-server command handle...
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 attilamolnarm_spanningtree UID handler: Fix parsing user modes
2013-04-27 attilamolnarMerge insp20
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree Remove encapsulation on UserCount/OperCount
2013-04-12 attilamolnarm_spanningtree UID handler: Log and drop the link when...
2013-04-12 attilamolnarm_spanningtree UID handler: Remove dead code
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2012-11-28 attilamolnarm_spanningtree Remove redundant params.size() checks
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-01 attilamolnarm_spanningtree Call the collision handler with the...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 Sir PogglesBe consistent with Robby's qQ snomask changes
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-04-11 Daniel De GraafPrevent using invalid UIDs and enforce UID/SID matching
2010-03-02 danieldgLog duplicate UUID events a bit better
2010-02-11 danieldgMake UID modify its parameter on a nick collision so...
2010-01-30 danieldgRemove a few needless string crops, compile fix
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgRevert r11194 "Quiet bursts for uplinks, suggested...
2009-03-10 brainQuiet bursts for uplinks, suggested by HiroP, thanks!
2009-03-06 danieldgSend SVSNICKs during nick collision to prevent servers...
2009-01-22 w00tRevert "Check nickname validity on introduction, closes...
2009-01-21 w00tCheck nickname validity on introduction, closes bug...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-04 brainFix malformed UID errors so that w00t can troubleshoot! :)
2008-10-28 w00tRemove comment, as it is now done.
2008-10-27 w00tBe a hell of a lot more strict about malformed UID...
2008-10-05 brainSome more safety checks to catch out invalid client...
2008-10-02 brainComments here too
2008-09-30 brainSome suggestions from jilles about handling unknown...
2008-09-22 brainwarning-free on windows
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-08-31 brainTwo fixes: Ignore + when parsing mode string in UID...
2008-08-31 brainMore debugging mesages for troubleshooting invalid...
2008-08-31 brainI guess it makes sense never to let the gecos be parsed...
next