Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 2449)

Ticket Resolution Summary Owner Reporter
#3040 WorksForMe No connection Ricky
Description

Hi i have the deluge WEB UI: 1.3.5 is was working 100% fine, but to day i received a The connection to the webserver has been lost! i opened the Connection Manager select the server press Start Daemon but doesn't star. any guide o how to fix this problem ?

#3041 Invalid Execute plugin fails when filename contains two consecutive spaces linearray
Description

The "name" option of a torrent is used for display purposes https://github.com/deluge-torrent/deluge/blob/develop/deluge/core/torrent.py#L128

In particular, it appears that several consecutive space (0x20) characters are coalesced into one. This can be easily verified by creating a torrent file for a file named

Untitled  .txt

(note the two spaces) and then looking at the entry in the torrent list in e.g. WebUI, which is

Untitled .txt

(one space).

The file written to disk, however, retains the original name with two spaces. This becomes a problem when using the Execute plugin, because it reads the display name https://github.com/deluge-torrent/deluge/blob/develop/deluge/plugins/Execute/deluge/plugins/execute/core.py#L98, which then has no relation to the actual filename, rendering it useless for all file operations.

I am not entirely sure where the coalescing happens, perhaps here https://github.com/deluge-torrent/deluge/blob/develop/deluge/core/torrentmanager.py#L331, neither am I sure about the best way to correct this. If the coalescing is intentional for display purposes, then the Execute plugin probably should not read the name option and instead read the name of the top-most file of a torrent.

#3043 Fixed libtorrent 1.1 win build instructions greasy
Description

As of libtorrent 1.1.3, the boost=source, geoip=static, and encryption=openssl arguments for b2.exe aren't working. At http://libtorrent.org/building.html, geoip isn't listed as a build feature and the argument for setting openssl as the encryption method is "crypto", not "encryption."

It'd be great if http://dev.deluge-torrent.org/wiki/Building/libtorrent was updated to reflect these changes

Note: See TracQuery for help on using queries.