Hi,

Great gnutella client!

1.
I keep getting tons of repeated search terms in the "Search monitor" tab.
The terms contain exactly the same search text and are continuously
repeated. They seem to be automated spam ? Does gnutella monitor the IPs of
these searches and ban them if they send too many searches within a specific
amount of time ? (I mean, they send 100's of requests in say a 10 minute
time span.) Some of the most infamous search terms are: Hornytoad,
putinhas7yo, credible, qwerty, hussyfaninna, and papier but there are more.

2.
Would anybody care to tell me if this code drops the incoming search text if
it is less than 4 chars long ? If not, can anybody tell me where it is as I
only know basic C ?

/src/core/matching.c (line 359):

    len = utf8_char_count(s);
    if ((size_t) -1 == len || len < 4)
        return FALSE;



Thank you.

Regards,
Joe
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to