bowlfish ban or how the country of thieves got robbed
#101
Posted 12 January 2009 - 08:42 PM

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!
#102
Posted 13 January 2009 - 10:02 PM
zz0fly, on Jan 10 2009, 11:02 AM, said:
bowlfish can download something from the world, but only share partfiles to the world.
That's not true zz0fly! Any IP allowed to pass thru the filter will have full access to all the shared files.
#103
Posted 14 January 2009 - 04:56 AM
int CClientList::RemoveUnauthorizedClients(bool recheck, bool silent)
{
...
for (pos1 = list.GetHeadPosition();( pos2 = pos1 ) != NULL;) //check in clientlist
{
...
if(!client->IsNational() && client->IsProcessed()) //international user and process by some ipfilter
{
if(client->IsAuthorized()) //a condition work with a4af, last RequestFile is allowed international traffic
{
if(file) //file = client->GetRequestFile(), means client is a source
{
if(!file->IsInternationalAllowed()) //the partfile not allowed international traffic
{
... //remove client
}
}
else //this client is not a source
{
... //remove client
}
}
else //not Authorized
{
... //remove client
}
}
else //national user or unprocess user
{
... //recheck client
}
}from this part of source, we can see bowlfish filter only allowed the international source.
this is not fair. when you allowed international source, you must allowed international client.
there are other filters in bowlfish, i can not check them one by one.
but this filter is bad enough to get a ban.
edit: i can not find bowlfish.11a's source. this source is 10a, and this part is the same as 11a.
This post has been edited by zz0fly: 14 January 2009 - 05:32 AM
#104
Posted 14 January 2009 - 06:12 AM
No wonder Bowlfish is popular! And I suppose all that "overhead" dealing with these International clients after Bowlfish is over the "International limit" is acceptable to Bowlfish users, but NOT when they have to upload to them
A very convenient arrangement with "small financial losses" for "greater file gain".

Visit PunkHistoryCanada.ca and enjoy it's music at PHC Radio. Listen now!
::How To:: Learn about IP filters and fake files :: Info & Lists of Real and Fake servers
Remove Fake Servers & get good ones :: Post pictures on the web, no registration req'd
::Helpful sites:: DVD tools, tutorials, etc :: VLC video without codecs :: Codec info & downloads
GSpot Codec IDer :: Can't delete Locked files? :: Freedb aware players
::Free Virus Scans:: Trend Micro Housecall, Panda ActiveScan, Kaspersky Virusscanner, BitDefender
::My Favorite Applications::
::Archives:: IZarc : 7-Zip : WinRAR : WinACE : Any-OS Zip Tools and Source code - Info-ZIP
::Audio:: EAC : LAME : MP3 Book Helper (Tags etc)
#105
Posted 14 January 2009 - 06:26 AM

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!
#106
Posted 14 January 2009 - 06:43 AM
A question related to BowlFish :
Is reverse logic acceptable (i.e. filter file that holds only allowed ranges) ? - basically it just a measure to make the filter maker life easier ...
Note : This can easily lead to actual creation of subnets within ed2k
Following the same logic (a long ago discussed issue) :
What about Point and Ban ? (giving the user and easier measure for banning someone, because they can, instead of forcing them to add his client ip to ipfilter via tools manually)
#107
Posted 14 January 2009 - 11:01 AM
zz0fly, on Jan 14 2009, 05:56 AM, said:
This just confirms what I've suspected for a long time.
Once I didn't get a single byte from a bowlfish client when I downloaded more than 30 very rare files over 200MBs each. He never published anything but the file I was requesting. No matter if I tried to download the files in a random order or not.
Why not just remove the whiners from DLP and treat them in the same manner?
#108
Posted 14 January 2009 - 02:45 PM

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!
#109
Posted 14 January 2009 - 04:33 PM
This post has been edited by Nissenice: 14 January 2009 - 05:09 PM
#110
Posted 14 January 2009 - 05:25 PM

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!
#111
Posted 14 January 2009 - 11:29 PM
zz0fly, now I understand why you have doubts with that code. Bowlfish has two levels of filtering. The global (which I've been explaining) and the individual. The latest is used when the traffic limit is too low to keep the global filter off but enough to have one file unfiltered. Normally this is used with rare files. International IPs are authorized to bypass the filter if they are sources to that file. When they are added to the authorized list they are treated like the rest. They can upload and download (any shared file, like I said before). That's what that piece of code you've posted do. Bowlfish 11a, eMule 0.49b codebase, is in beta stage.
I'm not a Bowlfish developer but I know they always wanted it to be a fair mod. The basic idea is always reciprocate.
As a Bowlfish user I don't like to be called neither cheater or leecher (Cumulative UL:DL Ratio: 2.77 : 1) or even whiner. All I try to do here is explain what Bowlfish is! FFS, why don't you try it before you make false accusations? You will reach the conclusion Bowlfish users don't get any advantage for using it, but the opposite!
#112
Posted 15 January 2009 - 05:13 AM
first, to download from international, you must upload to international first, not just upload to the sources.
second, if a client was a source before, but is not a source now, the individual filter will remove the client. it quite like a old chinese proverb, "to tear down the bridge after crossing the river".
my suggestion to bowlfish is remove the individual filter.
This post has been edited by zz0fly: 15 January 2009 - 05:20 AM
#113
Posted 15 January 2009 - 06:05 AM

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!
#114
Posted 15 January 2009 - 06:55 AM
in this situation, this proverb is suitable.
#115
Posted 15 January 2009 - 08:22 AM
Anyways, there is IMHO still absolutely no reason to complain about that ban.
@Ki3r: you should try to see the whole picture!
What use (for the network) is your ratio if nearly all your upload went to Portugese users only? Simply tell the bowlfish devs to remove that selective filter and I'm sure they won't get banned anymore. Period.
#116
Posted 15 January 2009 - 01:12 PM

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!










Sign In
Register







