[Linuxdcpp-team] [Bug 1419454] Re: Error in processing NMDC search requests allows DC++ to be used for UDP DDOS attacks

2015-02-20 Thread iceman50
What about returning a StringPairList (ip,port) ? e.g. StringPairList parseIpPort(const string& aIpPort) { string::size_type i = aIpPort.rfind(':'); StringPairList ipList; if (i == string::npos) { ipList.emplace_back(aIpPort, ""); } else {

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

2015-02-20 Thread Gabberworld
That Error thing is only for temporary fix for the hubsofts. -- 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++: Confirmed Bug