Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (316 - 318 of 2449)

Ticket Resolution Summary Owner Reporter
#2861 Fixed libtorrent-rasterbar 1.1.x+ GeoIP support Alexei Sorokin
Description

Deluge currently uses libtorrent to get GeoIP data. In libtorrent-rasterbar 1.1+ GeoIP functionality has been removed so a direct implementation is required.
This patch uses python-GeoIP bindings for the job (rewriting it using pygeoip or ctypes is not a problem).
On libtorrent-rasterbar 1.0 or older new behaviour is to first try libtorrent's implementation then if failed to try bindings.

#2860 WorksForMe WebUI plugin crashes deluge Calum
Description

If an incorrect default_daemon is set in web.conf and the WebUI plugin is enabled, Deluge is unable to continue opening.

[ERROR   ] 13:19:57 init:50 Unable to enable plugin!
[ERROR   ] 13:19:57 init:51 'NoneType' object has no attribute 'send_request'
Traceback (most recent call last):
  File "/home/ubuntu/deluge-1.3-git/deluge/plugins/init.py", line 48, in enable
    self.plugin.enable()
  File "build/bdist.linux-i686/egg/webui/gtkui.py", line 56, in enable
    client.webui.get_config().addCallback(self.cb_get_config)
  File "/home/ubuntu/deluge-1.3-git/deluge/ui/client.py", line 504, in __call__
    return self.daemon.call(self.base, *args, **kwargs)
  File "/home/ubuntu/deluge-1.3-git/deluge/ui/client.py", line 308, in call
    self.protocol.send_request(request)
AttributeError: 'NoneType' object has no attribute 'send_request'
#2858 Fixed OSX sound notification is greyed out tricia
Description

I'm using OSX 10.11.5

Under Settings and UI Notifications, Popups enabled and Sound enabled are greyed out. The Sound Customization tab is also greyed out.

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