[core-dev] Re: Cabos

heavy_baby <[email protected]> Thu, 9 Jun 2005 11:45:22 +0900 (JST)
Newsgroups gmane.network.gnutella.limewire.core.devel
Message-ID <[email protected]>
Hi, Meghan.

> I was hoping we could talk about what made you decide
> to pursue your own version of the LimeWire program.

Of cource! I hope LimeWire's improvement.
I have some plans to integrade Cabos.
But these plan is only for non-English uses.


1. Compose Unicode filenames in Response.java.
 Keyword blocking does not match against decomposed keywords.


2. Integrade "Block Keyword" feature in search result view.
 In Japanese spammers is ugly. They add their spam messages to
 popular file contents. To block them, IP-based filter is not
 effective.


3. Change HashSet to LinkedHashSet in StringUtils.java.
 When creating query string to find more sources, HashSet reverses
 filename strings:
 Input text: (Genre) Artist - Album - Song.mp3
 HashSet: Song Album Artist
 LinkedHashSet: Genre Artist Album

 Japanese filename is often too long to make query string.
 Important keywords tend to be at top in Japanese.
 So important keyword will be cutted by StringUtils. 


You can see these changes in Cabos source code.
The patch files will work with java14-prod481 branch.

Best Regards, and Thanks for Great Product,
  - heavy

__________________________________
Save the earth
http://pr.mail.yahoo.co.jp/ondanka/

_______________________________________________
core-dev mailing list
[email protected]
http://www.limewire.org/mailman/listinfo/core-dev