Search found 100 matches

by Waldorf
Tue Apr 24, 2007 2:25 pm
Forum: General
Topic: Transmission Beta Automatic Updates Feed
Replies: 34
Views: 108030

That discrepancy typically occurs when a newer revision has no changes in trunk, or only in non-OS X and non-library code (e.g., BeOS-specific, or Gtk+-specific). No new build will be made because, well, nothing changed. That explains it, so the problem is that you update the appcast, though there ...
by Waldorf
Tue Apr 24, 2007 10:45 am
Forum: General
Topic: Transmission Beta Automatic Updates Feed
Replies: 34
Views: 108030

One problem, sometimes the latest build isn't compiled, though the latest scource has been put online. thus the latest Transmission-latest.dmg may refer to an 'older' build, which causes sparkle to keep suggesting newer versions! It seems to work otherwise! (btw I do roll my own svn, with a small nu...
by Waldorf
Sun Apr 22, 2007 3:23 pm
Forum: General
Topic: Transmission Beta Automatic Updates Feed
Replies: 34
Views: 108030

Chucker, can't you include this in your script?
by Waldorf
Tue Apr 10, 2007 4:50 pm
Forum: Requests
Topic: Usability: Color coding on Advanced Progress Bar
Replies: 8
Views: 12001

As said in the Transmission help: What do the colors mean in the advanced progress bar/pieces box? Blue: we have this piece Gray/White: no connected peers have this piece Green: connected peers have this piece (the darker the green, the more there are) The fine, dark blue line on top of the bar show...
by Waldorf
Mon Apr 09, 2007 7:10 pm
Forum: General
Topic: Unknown Client in the Peers inspector tab? Post it here.
Replies: 360
Views: 3307292

I agree, looks total garbage, though, here, I see some resemblance: they all seem to start with "0x00034253".

this one I noticed today: 0x00034253ef2f45cb
by Waldorf
Sun Apr 08, 2007 9:17 pm
Forum: General
Topic: Unknown Client in the Peers inspector tab? Post it here.
Replies: 360
Views: 3307292

4/08 23:03:29 DBG 52c9ae8c:5d31 GET handshake, ok (unknown client (0x00034253340152ce))

(and this one: 0x00034253715e48ca, though I thought these came from the same peer?)

probably just random characters...
by Waldorf
Thu Apr 05, 2007 6:53 pm
Forum: General
Topic: Unknown Client in the Peers inspector tab? Post it here.
Replies: 360
Views: 3307292

This should do it:

Code: Select all

else if( !memcmp( &id[1], "qB", 2 ) )
{
     asprintf( &ret, "qBittorrent %c.%c.%c",
          charToInt( id[3] ), charToInt( id[4] ),
          charToInt( id[5] ) );
}
by Waldorf
Thu Apr 05, 2007 11:47 am
Forum: General
Topic: Unknown Client in the Peers inspector tab? Post it here.
Replies: 360
Views: 3307292

yup:

Code: Select all

s = new session(fingerprint("qB", VERSION_MAJOR, VERSION_MINOR, VERSION_BUGFIX, 0));
(found in "src/bittorrent.cpp")
by Waldorf
Thu Apr 05, 2007 11:41 am
Forum: General
Topic: Unknown Client in the Peers inspector tab? Post it here.
Replies: 360
Views: 3307292

by Waldorf
Thu Apr 05, 2007 11:19 am
Forum: General
Topic: Unknown Client in the Peers inspector tab? Post it here.
Replies: 360
Views: 3307292

-qB0700-