From: Mitchell Livingston Date: Tue, 25 Jan 2011 01:53:33 +0000 (+0000) Subject: update the help to note that blocklists may be compressed X-Git-Tag: 2.20b2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6421bead4c8997b3267a5d469e47250df86bb6a;p=transmission update the help to note that blocklists may be compressed --- diff --git a/macosx/BlocklistDownloader.m b/macosx/BlocklistDownloader.m index 48888bd5c..19ca23ab2 100644 --- a/macosx/BlocklistDownloader.m +++ b/macosx/BlocklistDownloader.m @@ -243,8 +243,8 @@ BlocklistDownloader * fDownloader = nil; //process data NSAssert(fDestination != nil, @"the blocklist file destination has not been specified"); - [self decompressBlocklist]; - + [self decompressBlocklist]; + const int count = tr_blocklistSetContent([PrefsController handle], [fDestination UTF8String]); //delete downloaded file diff --git a/macosx/TransmissionHelp/TransmissionHelp.helpindex b/macosx/TransmissionHelp/TransmissionHelp.helpindex index bcffb182e..8d73558ad 100644 Binary files a/macosx/TransmissionHelp/TransmissionHelp.helpindex and b/macosx/TransmissionHelp/TransmissionHelp.helpindex differ diff --git a/macosx/TransmissionHelp/html/peers.html b/macosx/TransmissionHelp/html/peers.html index 69bdf64ee..1079dda63 100644 --- a/macosx/TransmissionHelp/html/peers.html +++ b/macosx/TransmissionHelp/html/peers.html @@ -28,7 +28,7 @@

What is the 'distributed hash table'?

The Distributed Hash Table (DHT) allows peers to be obtained without connecting to the tracker. This allows transfers to continue even if trackers are unreachable. - It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents. + It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents.

What is encryption?

@@ -54,7 +54,9 @@

What is a blocklist?

-

Transmission can block specific peers by utilizing a blocklist. An internet address for a blocklist file containing a list of IP addresses can be entered (Preferences -> Peers) and configured to auto-update weekly. Blocklists can also be manually added into ~/Library/Application Support/Transmission.

+

Transmission can block specific peers by utilizing a blocklist. An internet address for a blocklist file containing a list of IP addresses can be entered (Preferences -> Peers) and configured to auto-update weekly. Blocklists can also be manually added into ~/Library/Application Support/Transmission. +

The internet address may be to a text file or compressed file. Most standard compression formats are supported, including ZIP. +