Search found 3681 matches

by Cas
Fri Jul 12, 2024 9:05 pm
Forum: Development
Topic: Bumping minimum python version?
Replies: 5
Views: 7671

Re: Bumping minimum python version?

Using wheels is an interesting concept, I had major issues with trying to move plugins away from eggs so keen to see how you are tackling since they need to be unpacked and installed.

If we really need to, we can vendor a library in the package.
by Cas
Fri Jul 12, 2024 9:03 pm
Forum: Development
Topic: Bumping minimum python version?
Replies: 5
Views: 7671

Re: Bumping minimum python version?

Broad OS support for users means we target the oldest Python in use so just because it's eol doesn't mean we should jump version too quickly. However we should jump to minimum 3.8 considering 3.7 status.
by Cas
Tue Aug 02, 2022 6:43 pm
Forum: Development
Topic: Please fix this: TCP: request_sock_TCP: Possible SYN flooding on port X. Sending cookies. Check SNMP counters.
Replies: 2
Views: 47456

Re: Please fix this: TCP: request_sock_TCP: Possible SYN flooding on port X. Sending cookies. Check SNMP counters.

Which port are you getting the SYN flooding messages for?

What version of libtorrent are you using? libtorrent handles the bittorrent listen sockets so that it could be a setting or bug that needs resolved there.
by Cas
Thu Jun 30, 2022 8:01 pm
Forum: Support
Topic: Trackers are not added through magnets.
Replies: 15
Views: 24900

Re: Trackers are not added through magnets.

What version of libtorrent?

Could you create a Trac issue with details of the problem, thanks
by Cas
Wed Jun 29, 2022 10:52 am
Forum: Development
Topic: Deluge Console Improvements?
Replies: 1
Views: 44158

Re: Deluge Console Improvements?

Sure we welcome changes, try to make the PRs concise for review
by Cas
Wed Jun 29, 2022 10:32 am
Forum: Support
Topic: Deluge 2.1.0 failed to run on Ubuntu 20.04 because of libtorrent version miss match.
Replies: 3
Views: 11473

Re: Deluge 2.1.0 failed to run on Ubuntu 20.04 because of libtorrent version miss match.

I shall update the repo both by fixing the control file and including libtorrent 1.2 for Bionic and Focal.

If you need libtorrent in meantime you can use the daily PPA: https://code.launchpad.net/~libtorrent. ... /1.2-daily
by Cas
Wed Jun 29, 2022 10:20 am
Forum: Windows OS
Topic: Deluge Windows Builds
Replies: 167
Views: 2651335

Re: Deluge Windows Builds

Just to note that I have released Deluge 2.1 with Windows builds, with default libtorrent 1.2.15 or optional 2.0.6

http://download.deluge-torrent.org/windows/
https ftp link: https://ftp-osl.osuosl.org/pub/deluge/windows/
by Cas
Wed Jun 29, 2022 10:18 am
Forum: Windows OS
Topic: Unofficial Deluge 2.0.x for Windows installer
Replies: 272
Views: 616107

Re: Unofficial Deluge 2.0.x for Windows installer

Just to add that I have released Deluge 2.1 with Windows builds, with default libtorrent 1.2.15 or optional 2.0.6

http://download.deluge-torrent.org/windows/
https site link: https://ftp-osl.osuosl.org/pub/deluge/windows/
by Cas
Fri May 20, 2022 10:42 am
Forum: Support
Topic: Change listening port via WebUI JSON?
Replies: 3
Views: 11939

Re: Change listening port via WebUI JSON?

The config key should be listen_ports with two values
by Cas
Wed Mar 02, 2022 9:23 am
Forum: Plugins
Topic: web UI
Replies: 4
Views: 15397

Re: web UI

Can you provide a screenshot of the issue?

The alternative is to run the deluge-web command from terminal as a background service