Custom Query (2447 matches)
Results (523 - 525 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#221 | WontFix | DBusException at /torrent/add | ||
Description |
--Deluge Error-- DBusException : org.freedesktop.DBus.Python.deluge.core.InvalidEncodingError: Traceback (most recent call last):
path : /torrent/add file : /var/lib/python-support/python2.5/dbus/connection.py in call_blocking, line 602 --Input-- <Storage {'url': 'http://bt.dvdquorum.es/download.php/11103/%28DVDQuorum%29Conspiracy%20theory.torrent', 'redir': , 'submit': 'Enviar', 'torrent': }> --Versions-- WebUi : rev.172 Python : 2.5.1 (r251:54863, Mar 7 2008, 04:10:12) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] dbus:0.82.0 --Traceback--
|
|||
#232 | WontFix | Deluge version 5.8.9 on Ubuntu 8.04 | ||
Description |
The name headers such as Name, Status and Down speed, although you can reposition the order of the headers Deluge does not save the position after it is closed and restarted. |
|||
#237 | WontFix | [PATCH] plugins: Teach TorrentPeers to block IP | ||
Description |
It gets really annoying when you encounter mis-behaved users, but not being able to block them in real time. This patch adds a popup menu to the "Peers" tab. When clicking on a peer, a menu popups asking whether you want to block the user or not. For this real time thing to work, we need to be able to add IPs to filter without having to reset it every time. |