Custom Query (2447 matches)
Results (28 - 30 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1358 | Fixed | Ability to use 8Mb piece size in "Create Torrent" dialog | ||
Description |
Currently the one and only real reason why I keep kTorrent is ability to create torrent with piece size equal to 8Mb. I've tried to use various tools and torrent clients for linux but only kTorrent gave me ability to chose 8Mb piece size. Deluge understand torrent-files with such piece size and other modern torrent-clients understand it as well. I know about reducing efficiency of the swarm but I have few huge (>100Gb) torrents and tracker which don't want to accept too huge torrent-files. |
|||
#429 | Fixed | aboutDialog.py needs encoding | ||
Description |
when trying to open the about box, stdout complains that the file contains non-ascii characters in the aboutDialog.py file on line 64, the line contains credits to the translaters. seems like it should be a simple fix, except i dont know what encoding is needed or how to implement it. Linux 2.6.26-gentoo SMP PREEMPT Tue Aug 12 13:27:20 PDT 2008 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux, python-2.5.2-r7, pygtk-2.12.1-r2 "Traceback (most recent call last):
SyntaxError: Non-ASCII character '\xd8' in file /usr/lib/python2.5/site-packages/deluge/ui/gtkui/aboutdialog.py on line 64, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details" |
|||
#648 | Invalid | absolute path in webui | ||
Description |
because of absolute paths in web ui deluge can not work through http server proxy for example apache mod_proxy: ProxyPass /deluge/ http://127.0.0.1:8112/ ProxyPassReverse /deluge/ http://127.0.0.1:8112/ No contents from /static received, redirect to /index also does not work because of absolute path. |