Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (469 - 471 of 2449)

Ticket Resolution Summary Owner Reporter
#1293 Fixed deluge-console under windows doesn't like forward slashes Znuff
Description

deluge-console under windows doesn't like having paths passed to it with single forward slashes (\). It works with backslashes (/) and double forward slashes (
)

Example:

C:\Program Files (x86)\Deluge\Deluge-Python>deluge-console "add -p C:\torrents\dox c:\python26\scripts\test.uploadfu-0.5.1-rsr.torrent"
This is a directory!

C:\Program Files (x86)\Deluge\Deluge-Python>deluge-console "add c:\python26\scripts\test.uploadfu-0.5.1-rsr.torrent"
This is a directory!

C:\Program Files (x86)\Deluge\Deluge-Python>deluge-console "add c:\\python26\\scripts\\test.uploadfu-0.5.1-rsr.torrent"
Attempting to add torrent: c:\python26\scripts\test.uploadfu-0.5.1-rsr.torrent
Torrent added!

C:\Program Files (x86)\Deluge\Deluge-Python>deluge-console "add c:/python26/scripts/test.uploadfu-0.5.1-rsr.torrent"
Attempting to add torrent: c:/python26/scripts/test.uploadfu-0.5.1-rsr.torrent
Torrent added!

This bug has been present probably forever, first observed under 1.2.0 RC1

#1294 Fixed Skip Hash Check - Seed Mode Znuff
Description

libtorrent has this feature for quite some time now - Seeding Mode, so you can basically "skip" the hash checking when you add a torrent just for seeding.

From wikipedia:

seed mode, where the files on disk are assumed to be complete, and each piece's hash is verified the first time it is requested.
#1295 Fixed Can't register to forum and deluge-torrent.org isn't accepting incoming mail alexs
Description

Hi,

I was trying to register to the forum, but registration page isn't showing the confirmation code it requires to enter.

I've tried to contact the forum admins at deluge_forum@deluge-torrent.org, but mail delivery failed permanently after usual 4 days of trying.

So I'm reporting the issue here.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.