]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/uid.cpp
Change the syntax of FOREACH macros to be less dumb.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / uid.cpp
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...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 brainTwo fixes: First, change the error message for too...
2008-08-31 w00tWhat the fuck am I doing.
2008-08-31 w00tOff-by-one on params also == masskill, woo
2008-08-31 w00tAdd snomasks to UID command, after 'modes', bump protoc...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-06 brainWhoops, remote users not being counted in map, fix
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-23 brainThere is no need for char* here any more
2008-05-23 brainNEVER use the two-param assign unless you want your...
2008-05-23 brainCollision tweaks
2008-05-19 brainConvert connection::host
2008-05-18 aquanightConvert m_spanningtree
2008-04-05 w00tResolve collisions once, don't rely on every server...
2008-03-31 specialPatch by brain; Fix crash when no parameters are given...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-11 w00tLast of the -Wshadow fixes.
2008-02-05 brainMore tweaks
2008-02-05 brainThis makes more sense
2008-02-03 w00tSplit treesocket1 into a number of smaller files