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 @@
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.
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. +