Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (466 - 468 of 2447)

Ticket Resolution Summary Owner Reporter
#1291 Fixed Cannot register to forum spjoe
Description

No captcha Field, by forum registration

I saw the sticky news http://forum.deluge-torrent.org/viewtopic.php?f=10&t=31275. This was about one month ago. What is going on?

Sorry i post this as an bug. But i do not know how to contact anyone.

greets

#1292 WorksForMe Torrents with non-ascii (0x80-0xFF) character hidden in gtkui pipe
Description

I downloaded two torrent files with an 'Ü' in the filename, and in the corresponding download folder. They did not show up in the GTK UI torrent list, but they do show in the count for the tracker in the left pane (the UI lists 7 torrents from the tracker, but only 5 shows up in the list when I select it). They also seem to have been downloaded correctly, with the correct umlaut-names. They are both listed in the console UI.

#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

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