Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (625 - 627 of 2449)

Ticket Resolution Summary Owner Reporter
#2048 WontFix Can't set file priorities on seeding torrents phil
Description

My debug log only shows this:

[DEBUG   ] 18:47:39 torrent:305 setting 95a9c0418d00a02a7c9b5a886be36c0e3c4c4a3a's file priorities: (0, 0)
[WARNING ] 18:47:39 torrent:321 File priorities were not set for this torrent

This worked before I upgraded to 1.3.4 so a recent commit should be responsible for this.

#2072 WontFix wrong share ratio counting hunterk
Description

Share ratio is being counted incorrectly. For example: I've downloaded 1,2GB and uploaded 2,9 so how come my ratio is 1,03 ? I think that at present ratio is counted by dividing "upload" to "torrent size" instead of "upload" to "download".

#2114 WontFix Connection manager shows wrong info when connected to localhost Bro
Description

The problem is that the code distinguishes between localhost and 127.0.0.1 when comparing the hosts.

There are two issues:

1) The gtk-client can connect to localclient@localhost:58846 on startup but an entry in the connection manager with localclient@127.0.0.1:58846 will show as not connected.

2) When adding a new host, it's possible to add localclient@127.0.0.1:58846 if localclient@localhost:58846 is already in the list, and the other way around.

Fix: https://github.com/bendikro/deluge/commit/05fb216da9d128f8be24bf9824017b6b80bd28d2

This fix has not been extensively tested, but worked as expected when tested on Ubuntu. The only thing I expect could matter is that in the method update_list, the variable host is changed, and later passed to Client.connect().

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