Custom Query (2447 matches)
Results (496 - 498 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2472 | Fixed | [GTKUI] Add Support for setting anonymous mode | ||
Description |
Pretty self explanatory. New in 0.16+ is anonymous mode which disables things that may leak privacy related information. Since 1.4.0 is mostlikely to use 0.16 or higher this prefference should be exposed to the user. As is the case in most updated torrent clients. |
|||
#2470 | Fixed | deluge-console's parsing of commands is surprising | ||
Description |
Since this works: deluge-console info some-torrent-id
I also expected this to work, in the tradition of deluge-console info -s Paused But instead I get: deluge-console: error: no such option: -s
Googling around found that the command is "supposed" to be quoted, and in fact the source code mentions this in the help text for the Console Commands: info quit pause halt plugin del cache resume add exit connect debug rm config recheck help
Anyway, I believe this can be trivially fixed by using `parser.disable_interspersed_args()`, which forces
That means (It's a shame that the remaining arguments are ultimately joined with spaces and re-parsed; seems like it would be nice to avoid reparsing when there are multiple args, so you can have filenames containing semicolons and whatever else you want. But that's a little more invasive.) Deluge 1.3.6 on Arch x64, fwiw. |
|||
#2469 | Fixed | [Win32] Pyopenssl 0.14 missing module | ||
Description |
I dont see this one in the build instructions or anything and it runs without it but it could cuase omse issues maybe? When opening deluged-debug from the development branch it outputs: : UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from <https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied. Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification . Many valid certificate/hostname mappings may be rejected. Would might want to also look into adding support for the new pyopenssl. |