Skip to content

Releases: golift/deluge

Bool Bugs

03 Jan 03:09
4ce2e02
Compare
Choose a tag to compare

Fixes a couple fake boolean bugs in the Deluge output.

Simplified Interface

09 Jul 22:43
1cd6839
Compare
Choose a tag to compare

This changes the interface. It's much better now.

Cleanup

21 Nov 08:41
Compare
Choose a tag to compare

This is just some cleanup. Adds a new method to create a Deluge client without trying to login. This allows your app to recover when Deluge is down.

Bug fixes

03 Jul 01:08
b5b0792
Compare
Choose a tag to compare

Fixes an unmarshal bug in the Deluge 2 output.

Deluge 2 support, better debug logging

01 Jul 05:53
8fba78e
Compare
Choose a tag to compare

This contribution adds support for Deluge 2. Better debugging logging so we can find all the bugs!

Deluge Transfer List

24 Jan 09:28
Compare
Choose a tag to compare

Provides the ability to get a deluge transfer list. If you bring your own struct you can unmarshal any interface using the provided DelGet method.