Welcome to xMule: A P2P Client derived from eMule BerliOS Developer LogoSourceForge.net Logo


Links
- Visit the Forums!
- SF.net Project Page
- xMule Screenshots

Modules
· Home
· Content
· Downloads
· Recommend Us
· Search
· Statistics
· Top
· Topics
· Your Account

Who's Online
There are currently, 2 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

 
The comments are owned by the poster. We aren't responsible for their content.

No Comments Allowed for Anonymous, please register

Re: Haven't verified leechers report, first report is bunk (Score: 1)
by Nicely on Friday, January 07 @ 10:25:32 CST
(User Info )
Ted, I posted to you the reason of the bug on YOUR client that is banning aMule. You have to include SO_AMULE into the test for mod_tag sends, or you will ban them all. You don't need an aMule to test if you can read at least 1 line of code.


I'm getting pretty angry with this. Anyway, that line is plain wrong, network speaking, because restricts the hability to send mod tags to eMule and xmule, so you're efectively banning mldonkeys, edonkeys, lphans and eMule+ clients sending a MOD tag.

Grow up and fix it NOW.


| Parent

Re: Haven't verified leechers report, first report is bunk (Score: 0)
by Anonymous on Friday, January 07 @ 10:29:04 CST
I disagree with your assertion about the if construct works as intended. "strstr" does indeed return NULL if the string is not found, in which case the "== 0" test will evaluate to true and the if-block will be executed. In other words, it will evaluate to true as long as the contain neither of the SPAM-strings. The block of the if-construct consists of the following:


if (client)
{
client->Ban();
client->thief = true;
}
theApp.xmuledlg->AddLogLine(false, "The spammer '%s' [%s:%i] using %s has just been banished",
client->GetUserName(), client->GetFullIP(), client->GetUserPort(), client->GetClientVerString() .c_str());


| Parent


PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.04 Seconds