2.77plus14734-19
allow stopping torrents in verification states
allow stopping torrents in verification states
FIX: Some invalid or corrupt magnet links do not free an insignificant amount of memory .
revert
FIX: Some invalid or corrupt magnet links do not free an insignificant amount of memory.
FIX: Some invalid or corrupt magnet links do not free an insignificant amount of memory .
Optware-ng source 14734-18
Fix typo in CLI manpage.
Add support for raw hash (without 'magnet:' prefix) to transmission-cli and transmission-remote (RPC).
Parse session-id header case-insensitively
Add support for creating torrents with a source flag
Support CIDR-notated blocklists
Add option "--unsorted" for transmission-show
Parse session-id header case-insensitively
Support CIDR-notated blocklists
Add support for creating torrents with a source flag
Add support for raw hash (without 'magnet:' prefix) to transmission-cli and transmission-remote (RPC).
Fix typo in CLI manpage.
Add option "--unsorted" for transmission-show
Optware-ng transmissiondcfp: update to revision 14734-17
Context menu for mobile devices: click/tap then hold 1 second.
Context menu for mobile devices: click/tap then hold 1 second.
GeoLite Legacy database GeoIP.dat has been decommissioned: https://github.com/transmission-remote-gui/transgui/issues/1195 To use GeoIP.dat database you will now need to copy .\trs-D-112418.zip\trs-D-112418\GUI\Portable\flags&GeoIP-bkup\GeoIP.dat to Transmission Remote GUI configuration directory. Copy the GeoIP.dat file to the configuration folder. If the transgui.ini file in the same folder as transgui.exe, then all configuration and data files are in the program's folder. Otherwise configuration...
The only time I have detected anything like that was when I had multiple cygwin applications running and the cygwin1.dll were different versions. For example https://github.com/matt-wu/Ext3Fsd/releases
Optware-ng source 14734-17
NO source code changes: DHT 0.26
NO source code changes: DHT 0.26
2.77plus14734-17
NO source code changes: DHT 0.26
https://github.com/cfpp2p/transmission/commits/cygwin December 07, 2018 Fix bad message request handling when a block is complete. Purge the associated peer of an unrequested message. Requests for now completed pieces are removed from tables expeditiously. Properly process messages with bad blocks. November 24, 2018 Fix webseeders with gzip tgz encoding might not work. https://github.com/transmission/transmission/issues/753 Update torrent cache downloaders. GUI update -- August 03, 2018 Two less...
settings.json "drop-interrupted-webseeds": false fixes https://github.com/transmission/transmission/issues/753 content decoding forced off with setting "drop-interrupted-webseeds": false content decoding forced off with setting "drop-interrupted-webseeds": false "drop-interrupted-webseeds": true, default is true Setting to false will use an alternative algorithm. Use false if you experience any problems with webseeds when the setting is set to true settings.json Special setting for debug: "webseed-max-connect-fails":...
Fix bad message request handling when a block is complete.
Fix bad message request handling when a block is complete.
rvt
Fix bad message request handling when a block is complete.
update torrent cache downloaders:
content decoding forced off with setting "drop-interrupted-webseeds": false
Immediately stop cURL de-compression of improperly messaged webseed files.
Improve cURL webseed error handling.
Fix: pause/restart webseed torrents stalls some pieces.
Disable webseeders resulting CURLE_BAD_CONTENT_ENCODING.
Improve cURL webseed error handling.
Disable webseeders resulting CURLE_BAD_CONTENT_ENCODING.
Immediately stop cURL de-compression of improperly messaged webseed files.
content decoding forced off with setting "drop-interrupted-webseeds": false
Fix: pause/restart webseed torrents stalls some pieces.
I use "Shut It! v1.1.0.3202". The original site http://www.delphiness.com/shut_it seems gone so here is a link http://transmissionbt.net/ShutItInst.zip Shut It is a shutdown monitor. In essence it monitors system shutdown requests via the WM_QUERYENDSESSION windows message. When it detects a shutdown, it will temporarily stop the shutdown until user interaction or a timeout period has elapsed. Shut It runs from a small icon in the system tray (beside the clock if visible). If "Shut It!" doesn't work...
Home
NEWS
NEWS
Display torrents' blocklist override setting and global override status.
GUI:
fixed missed commit: global override status
filename
Feature - per torrent global blocklist override(do not block) on torrent start.
Feature - per torrent global blocklist override(do not block) on torrent start.
Feature - per torrent global blocklist override(do not block) on torrent start.
Adding more trackers Use the script execution right after torrent added. Script below will help to add more trackers to every new torrent, it can be handy when there's no peers on main tracker. Stop transmission or use the SHIFT web client session settings on the fly. Script when a torrent is ADDED: Windows example. settings.json "script-torrent-added-enabled": true, "script-torrent-added-filename": "/transmission-BLOVR/addtracker.cmd", addtracker.cmd contents transmission-remote.exe -n user:password...
Feature - per torrent global blocklist override (do not block) on torrent START. Default on torrent start is to turn off override. Set with torrent 'add tracker' "blocklistoverrideON" (override). "blocklistoverrideOFF" do not override (only on torrent start). An already running torrent can not change the global override status. Toggling session enable blocklist turns off override. Web client displays torrents' blocklist override setting and global override status. GUI Torrent column - blocklist override....
Turn off individually for any torrent 'peer exchange', 'local peer discovery' and DHT. With the GUI use the add a tracker to the torrent and add exactly 'privateOFF' as the tracker. Then you will see a confirmation. (it's NOT an error in this case). If you typo you'll get an error "invalid argument or 0 entered" If you want private back on use privateON . Also if you like: transmission-remote localhost:9091 -n user:password --torrent ID --tracker-add privateON GUI torrent column - privacy - is available....
Turn off individually for any torrent 'peer exchange', 'local peer discovery' and DHT. With the GUI use the add a tracker to the torrent and add exactly 'privateOFF' as the tracker. Then you will see a confirmation. (it's NOT an error in this case). If you typo you'll get an error "invalid argument or 0 entered" If you want private back on use privateON . Also if you like: transmission-remote localhost:9091 -n user:password --torrent ID --tracker-add privateON GUI torrent column - privacy From shift...
Turn off individually for any torrent 'peer exchange', 'local peer discovery' and DHT. With the GUI use the add a tracker to the torrent and add exactly 'privateOFF' as the tracker. Then you will see a confirmation. (it's NOT an error in this case). If you typo you'll get an error "invalid argument or 0 entered" If you want private back on use privateON . Also if you like: transmission-remote localhost:9091 -n user:password --torrent ID --tracker-add privateON GUI torrent column - privacy From shift...
https://github.com/cfpp2p/transmission/commits/cygwin Commits on Feb 20, 2018 filter out DHT pollution caused by DHT versions prior to 0.25 ref: jech/dht#29 cfpp2p committed Feb 20, 2018 Commits on Feb 9, 2018 Fixed: DHT implied_port parameter of the announce_peer message. cfpp2p committed Feb 9, 2018 Commits on Feb 6, 2018 Simplify leak fixes in tr-remote cfpp2p committed Feb 6, 2018 Commits on Feb 4, 2018 Fix some leaks in tr-remote reported by GCC's sanitizer cfpp2p committed Feb 4, 2018 Commits...
Home
Additional Feature Summary
https://github.com/transmission-remote-gui/transgui has some great features and runs very nicely. It does NOT function any of the additional enhancements for transmission-daemon-cygwin. So, run transmission-daemon-cygwin transgui.exe release in tandem with https://github.com/transmission-remote-gui/transgui/releases As described at https://sourceforge.net/p/transmissiondaemon/discussion/transmission-remote-gui/thread/b0d56332/
https://github.com/transmission-remote-gui/transgui has some great features and runs very nicely. It does NOT function any of the additional enhancements for transmission-daemon-cygwin. So, run transgui.exe release in tandem with https://github.com/transmission-remote-gui/transgui/releases As described at https://sourceforge.net/p/transmissiondaemon/discussion/transmission-remote-gui/thread/b0d56332/
leonsoft-kras is now https://github.com/transmission-remote-gui/transgui/releases and and runs very nicely in tandem with transmission-daemon-cygwin transgui.exe (since https://github.com/transmission-remote-gui/transgui NOT functions any of the additional enhancements transmission-daemon-cygwin).
leave it
New setting in settings.json: "DHT-block-this-port": 1, Leave at the value of 1 until further notice. https://sourceforge.net/p/transmissiondaemon/discussion/general/thread/d6d5389b/#6d13
New setting in settings.json: "DHT-block-this-port": 1, This should be left at the value of 1 until further notice. This blocks the port 1 pollution currently, and for the foreseeable future, permeating the DHT network. https://github.com/jech/dht/issues/29 All clients that are using jech/dht version less than 0.25 mistakenly use port 1 in most cases. Until everyone updates their clients to utilize the fixed DHT, the DHT network will remain polluted with many port 1 faults. It may be a very long...
You couldn't have Docker. Starting from scratch, especially as a beginner, would be a big project. https://github.com/Optware/Optware-ng#getting-started or https://github.com/Entware-ng/Entware-ng/wiki My packages there are transmissiondcfp and transmission-cfp respectively.
You couldn't have Docker. Starting from scratch, especially as a beginner, would be a big project. https://github.com/Optware/Optware-ng#getting-started or https://github.com/Entware-ng/Entware-ng/wiki My packages there are transmission-cfp and transmissiondcfp respectively.
I don't support 2.92 here. If you're using transmission on an embedded device, I maintain a specific version of transmission for such purposes. You would need to compile this yourself or get this specific package from github's optware-ng or entware-ng for your specific device. Otherwise I'm moving this discussion to official transmission support forums. Thanks... https://forum.transmissionbt.com/viewtopic.php?f=2&t=18898
Hope this helps. Please let me know. You don't need to uninstall Transmission QT 64 ver 2.84 (14386) however if you want to run them at the same time you would need to use different rpc and port forwarding ports. It's NOT in any way necessary, but you could, if you really wanted to, use that settings.json if you copy it to \trs-D-012718\transmission\.config\transmission-daemon\ Any unused settings from that version will be ignored and new additional settings will be automatically added. UnZip the...
The https://sourceforge.net/p/transmissiondaemon/discussion/general/thread/75d780f0/#3cda post has been updated to reflect the now always required username and password.
Hope this helps. Please let me know. You don't need to uninstall Transmission QT 64 ver 2.84 (14386) however if you want to run them at the same time you would need to use different rpc and port forwarding ports. It's NOT in any way necessary, but you could, if you really wanted to, use that settings.json if you copy it to \trs-D-012718\transmission\.config\transmission-daemon\ Any unused settings from that version will be ignored and new additional settings will be automatically added. UnZip the...
Hope this helps. Please let me know. You don't need to uninstall Transmission QT 64 ver 2.84 (14386) however if you want to run them at the same time you would need to use different rpc and port forwarding ports. It's NOT in any way necessary, but you could, if you really wanted to, use that settings.json if you copy it to \trs-D-012718\transmission\.config\transmission-daemon\ Any unused settings from that version will be ignored and new additional settings will be automatically added. UnZip the...
Hope this helps. Please let me know. You don't need to uninstall Transmission QT 64 ver 2.84 (14386) however if you want to run them at the same time you would need to use different rpc and port forwarding ports. It's NOT in any way necessary, but you could, if you really wanted to, use that settings.json if you copy it to \trs-D-012718\transmission\.config\transmission-daemon\ Any unused settings from that version will be ignored and new additional settings will be automatically added. UnZip the...
https://github.com/cfpp2p/transmission/commits/cygwin August 15, 2017 Improved variable names when qualifying migration of .resume and .torrent files. No functional changes. Migrate descriptive file-names to the new v2.92+ .torrent and .resume file-names when importing. clean utf8 truncated .torrent and .resume file-names (if desired). FIXED: Unable to save resume file: File name too long Set location of torrent even if current and new file handles are equal. support libevent-2.1.x OpenSSL v1.1 private...
Transmission Off Line Help March 15, 2017 UnZip TOLH.ZIP Open (with your favorite...
Transmission Off Line Help March 15, 2017 UnZip TOLH.zip Open (with your favorite...
I tried the above but there seems to be a problem, I get "WARNING! possible user...
I tried the above but there seems to be a problem, I get "WARNING! possible user...
I tried the above but there seems to be a problem, I get "WARNING! possible user...
I tried the above but there seems to be a problem, I get "WARNING! possible user...
I tried the above but there seems to be a problem, I get "WARNING! possible user...