![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Feature Requests & Bug Reports Is there anything you'd wish to see in Phex, or did you find some bugs? |
![]() |
| LinkBack ![]() | Thread Tools ![]() | Display Modes ![]() |
|
| ||||
![]() I'm glad that you have good results with more Phex UPs ![]() Bearshare sadly isn't alive again, but turned zombie: The bearshare developers crumbled when the Music industry threatened to sue them - they gave up all their money and all their code, so Bearshare is now a shackled program, controlled by those who are working for enslaving p2p. Tells me "don't use unfree software, it will turn against its users as soon as that's convenient to it". Just read the technology description page from its new owners: Technology - musiclab Quote:
- Kommerzialisierung der Tauschbörsen MusicLab LLC belongs to the company behind iMesh, which bought the Bearshre software, website and user datbase. (that's what you can find after just 5 minutes of googling)
__________________ ![]() -> put this banner into your own signature! <- -- Erst im Spiel lebt der Mensch. Nur ludantaj homoj vivas. GnuFU.net - Gnutella For Users Draketo.de - Shortstories, Poems, Music and strange Ideas. |
| ||||
![]() Quote:
![]() But I try to keep informed about the GNutella apps for Windows just to be up to date - and the Bearshare sellout was major (bad) news. Quote:
But it's possible that users of old versions disabled the update message, just ignore it or didn't install the downloaded Phex (currently it only downloads the new version, but doesn't install it).
__________________ ![]() -> put this banner into your own signature! <- -- Erst im Spiel lebt der Mensch. Nur ludantaj homoj vivas. GnuFU.net - Gnutella For Users Draketo.de - Shortstories, Poems, Music and strange Ideas. |
| ||||
![]() About connecting to UP-vendors... as UP and Phex user i would like to connect ONLY to Phex UP's and Leafs. Limewire connects to Limewire UP's, Bearshare connects to Bearshare UP's, but Phex connects mostly to Limewire/Frostwire (i was connected to 29 Phex-leafs yesterday, and NO Phex UP's). As far i understand, Phex prefer other Phex clients to connect to when they are online for at least 2 hours. Is there a possibility to change this so that Phex will ALWAYS connect to other Phex clients when available? I want to test this to see if i get other (better?) searchresults, less fake-files, and offcourse because it looks better in my Connection field ![]() |
| ||||
![]() Quote:
Gregor wrote some very efficient and readable comparator code in src/main/java/phex/host/CaughtHostComparator.java src/main/java/phex/host/CaughtHost.java It first checks if the last connection succeeded. Then it checks if the Host is a DecentPhex. You can make Phex prefer Phex hosts at all times by reducing the requirements for being a DecentPhex in CaughtHost.java: just comment out the avgDailyUptime if clause in Code: public boolean isDecentPhexHost() { if ( !StringUtils.equals( vendor, "PHEX" ) ) { return false; } if ( avgDailyUptime < 7200 ) { return false; } if ( !isUltrapeer ) { return false; } return true; }
__________________ ![]() -> put this banner into your own signature! <- -- Erst im Spiel lebt der Mensch. Nur ludantaj homoj vivas. GnuFU.net - Gnutella For Users Draketo.de - Shortstories, Poems, Music and strange Ideas. |
| ||||
![]() Hi Arne, "Do you build your Phex from subversion?" I haven't build anything, i'm not an expert ![]() But changing some settings is even for me possible to do ![]() Do you know a good (free) .class editor, beause i can't open the files ![]() Thanks. |
| ||||
![]() Hi ToNneTje, Quote:
![]() Which distribution do you use? (you need subversion, everything else should already be in place)
__________________ ![]() -> put this banner into your own signature! <- -- Erst im Spiel lebt der Mensch. Nur ludantaj homoj vivas. GnuFU.net - Gnutella For Users Draketo.de - Shortstories, Poems, Music and strange Ideas. |
![]() |
| |