Search found 117 matches

by damoxc
Thu Nov 04, 2010 8:29 am
Forum: Development
Topic: Release date of 1.3.1 from roadmap
Replies: 4
Views: 3598

Re: Release date of 1.3.1 from roadmap

Done and done!
by damoxc
Thu Nov 04, 2010 8:26 am
Forum: Windows OS
Topic: Wrong link....
Replies: 1
Views: 2014

Re: Wrong link....

This has now been fixed.
by damoxc
Tue Aug 24, 2010 9:43 am
Forum: Development
Topic: Android, Remote Only Client
Replies: 45
Views: 53488

Re: Android, Remote Only Client

Good news to hear :-)
by damoxc
Tue Mar 23, 2010 11:02 pm
Forum: Support
Topic: Wrong statistics Upload-download
Replies: 3
Views: 2807

Re: Wrong statistics Upload-download

What version of Deluge / Libtorrent are you using?
by damoxc
Sat Mar 20, 2010 2:36 pm
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 127409

Re: Howto: Proxying deluge web client to Apache via mod_proxy

There are now 3 ways to get this to work in the latest git master: use --base/-b on deluge-web set base in the web.conf file set x-deluge-base as a header when configuring the proxy Here is the config I was using: ProxyRequests Off <Location /deluge> RequestHeader append X-Deluge-Base "/deluge/...
by damoxc
Mon Mar 15, 2010 2:04 pm
Forum: Support
Topic: Howto: Proxying deluge web client to Apache via mod_proxy
Replies: 45
Views: 127409

Re: Howto: Proxying deluge web client to Apache via mod_proxy

It is fixed in git now if you wish to test it there is a guide on getting the source at http://dev.deluge-torrent.org/wiki/GitRepo
by damoxc
Tue Jan 19, 2010 11:38 am
Forum: Support
Topic: Deluge doesn't connect to daemon
Replies: 11
Views: 20797

Re: Deluge doesn't connect to daemon

They don't do a whole lot as yet, but they are:

Code: Select all

AUTH_LEVEL_NONE      = 0
AUTH_LEVEL_READONLY  = 1
AUTH_LEVEL_NORMAL    = 5
AUTH_LEVEL_ADMIN     = 10
Hope that helps!
by damoxc
Tue Jan 19, 2010 10:37 am
Forum: Support
Topic: Deluge doesn't connect to daemon
Replies: 11
Views: 20797

Re: Deluge doesn't connect to daemon

I imagine your auth file is incorrect, it should be username:password:authlevel, the authlevel is something new that was introduced.
by damoxc
Mon Jan 18, 2010 5:00 pm
Forum: Support
Topic: [SOLVED] deluge 1.2.0 + win 7 = missing module?
Replies: 12
Views: 7240

Re: deluge 1.2.0 + win 7 = missing module?

I think the GTK installer has some problems on Windows 7, you may have to go to where the DLLS are installed and regsvr32 them yourself. Opening up command prompt and cd "\Program Files\GTK2-Runtime\bin" followed by regsvr32 libgobject-2.0-0.dll Least that fixed it for me when I last insta...
by damoxc
Mon Jan 18, 2010 4:55 pm
Forum: Support
Topic: Deluge doesn't connect to daemon
Replies: 11
Views: 20797

Re: Deluge doesn't connect to daemon

What versions of Deluge are you using, both for the server and the client??