oops
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/1436111
Title:
Plgins, user interface
Status in DC++:
New
Bug description:
The current most difficult thing for plugins to do is interact w
one solution is for gui are the activex / ole / com
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/1436111
Title:
Plgins, user interface
Status in DC++:
New
Bug description:
The current most
UserConnection.cpp
} else if(aLine[0] == '<') {
fire(UserConnectionListener::ProtocolError(), this,
_("CTM2HUB"));
return;
} else if(!isSet(FLAG_NMDC)) {
fire(UserConnectionListener::ProtocolError(), this,
_("Invalid data"));
for line 69
--
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 fr
if (aError.compare(0, 7, "CTM2HUB") == 0) maybe you should use
something like that ?
--
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 i
one thing i dont like is the
+if(cc_blocked)
+ {
+ LogManager::getInstance()->message(str(F_("Blocked a C-C
connection to a hub ('%1%:%2%'; request from '%3%')") % aServer % aPort %
aHubUrl));
+ return true;
+ }
is there possible add that it not show
yeah, tested that code and it actualy works for webpages too
if (aError.compare(0, 7, "CTM2HUB", 7 == 0)) <-- 7 == 0 i think
because of that it works for webpages too
weird
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://
one thing what you could add that code is check if there not coming in
the chat messages, threat them too as error CTM2HUB messages
--
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:
Mit
i think there is problem, you should block hub who send you to the
attacked hub, i make some more tests later
--
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
i test that in Ynhub and in non DC++ client
--
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 description:
Pr
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
11 matches
Mail list logo