Custom Query (2447 matches)
Results (250 - 252 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#381 | Fixed | Bug in Archlinux PKGBUILD / ez_setup.py | ||
Description |
There is a problem which prevented me from compiling deluge. The reason behin it is, that arch's version of python is to new to work properly with the 0.6c6 setup-tools version. I changed it into 0.6c9 and now everything themes fine. I created a patch and an updated PKGBUILD, fell free to take it without credits or something. Url of the PKGBUILD and the patch: http://silenceisdefeat.org/~blue-dev/deluge-arch/. |
|||
#115 | Fixed | bug in calculating the share rate | ||
Description |
Deluge calculates the share rate with "bytes uploaded IN THIS SESSION"/"bytes downloaded IN THE WHOLE HISTORY OF THE TORRENT". Obviously this produces a share rate very low. |
|||
#1035 | Fixed | Bug in client authentication when auth file has many lines (patch included) | ||
Description |
Hi, I found a problem in authenticating localclient to deluged running on the same host after upgrading to version 1.2.0_rc1 on my Ubuntu machine. The problem is in the fact that the client does not strip out the trailing newline from the password read from the auth file (as server do instead). I'm attaching a little patch to deluge/ui/common.py that should solve this problem. I hope this will help Bye Giovanni |