Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (574 - 576 of 2447)

Ticket Resolution Summary Owner Reporter
#3598 Fixed deluge-2.1.1: Migration to Ayatana indicators is not complete Pacho Ramos
Description

I was wondering about why legacy trayicon was being used on my system. Looking at deluge/ui/gtk3/systemtray.py it seems new AyatanaAppIndicator3 is properly loaded, but the option to use indicator instead of legacy icon is not shown in Preferences.

This is because Preferences is still trying to load the old appindicators implementation:

try:

require_version('AppIndicator3', '0.1') from gi.repository import AppIndicator3 # noqa: F401

except (ImportError, ValueError):

appindicator = False

else:

appindicator = True

at deluge/ui/gtk3/preferences.py

Thanks

#2324 Fixed deluge and crypto_provide tristen
Description

deluge gtk appears to be requesting libtorrent to send an incorrect bitfield for crypto_provide on outbound connections.

original forum post: http://forum.deluge-torrent.org/viewtopic.php?f=8&t=43859

libtorrent ticket: https://code.google.com/p/libtorrent/issues/detail?id=474

in a nutshell, deluge gtk is sending via libtorrent:

bitfield 0x00 instead of 0x01 when requesting handshake/plaintext encryption from the outbound peer.

bitfield 0x01 instead of 0x02 when requesting fullstream encryption from the outbound peer.

bitfield 0x02 instead of 0x03 when requesting the outbound peer choose their preferred encryption method.

the implications of this vary depending on which encryption method the user has selected in the gui.

worst case scenario is no outbound peering occurs if the user has selected handshake/plaintext encryption as their encryption method.

outbound peering appears to occur for "fullstream" and "choose" but i suspect the encryption level selected by the peer is actually always "handshake/plaintext" and "fullstream" respectively. however i'm not 100% sure of this, it's a suspicion.

regards tristen

#1225 Fixed Deluge apply the queue preferences of label always simonbcn
Description

I explain this with images.
I have defined in Preferences > Queue:
http://img64.imageshack.us/img64/246/captura010411.png

And I have one label (series) with this queue preferences:
http://img89.imageshack.us/img89/246/captura010411.png

I add one torrent and this is its queue preferences:
http://img717.imageshack.us/img717/3804/captura020411.png
It's correct.

But I change its label from none to series and this is its queue preferences now:
http://img130.imageshack.us/img130/2378/captura030411.png

It's incorrect this behaviour.

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