← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 1419478] Re: Mitigating classic NMDC CTM DOS attacks

 

UserConnection.cpp


	} else if(aLine[0] == '<') {

                fire(UserConnectionListener::ProtocolError(), this,
_("CTM2HUB"));

                return;

        } else if(!isSet(FLAG_NMDC)) {

                fire(UserConnectionListener::ProtocolError(), this,
_("Invalid data"));

                return;

        }


helps  some old hubsofts who dont have the CTM2HUB command, also helps some webpages who send message back

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/1419478

Title:
  Mitigating classic NMDC CTM DOS attacks

Status in DC++:
  Fix Committed

Bug description:
  Proposal and discussion log from the public hub :
  http://pastebin.com/dMY5eaRP

To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/1419478/+subscriptions


References