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.
Search found 3681 matches
- Fri Jul 12, 2024 9:05 pm
- Forum: Development
- Topic: Bumping minimum python version?
- Replies: 5
- Views: 21791
- Fri Jul 12, 2024 9:03 pm
- Forum: Development
- Topic: Bumping minimum python version?
- Replies: 5
- Views: 21791
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.
- 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: 52422
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.
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.
- Thu Jun 30, 2022 8:01 pm
- Forum: Support
- Topic: Trackers are not added through magnets.
- Replies: 15
- Views: 32731
Re: Trackers are not added through magnets.
What version of libtorrent?
Could you create a Trac issue with details of the problem, thanks
Could you create a Trac issue with details of the problem, thanks
- Wed Jun 29, 2022 10:52 am
- Forum: Development
- Topic: Deluge Console Improvements?
- Replies: 1
- Views: 46921
Re: Deluge Console Improvements?
Sure we welcome changes, try to make the PRs concise for review
- 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: 14579
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
If you need libtorrent in meantime you can use the daily PPA: https://code.launchpad.net/~libtorrent. ... /1.2-daily
- Wed Jun 29, 2022 10:20 am
- Forum: Windows OS
- Topic: Deluge Windows Builds
- Replies: 168
- Views: 2778531
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/
http://download.deluge-torrent.org/windows/
https ftp link: https://ftp-osl.osuosl.org/pub/deluge/windows/
- Wed Jun 29, 2022 10:18 am
- Forum: Windows OS
- Topic: Unofficial Deluge 2.0.x for Windows installer
- Replies: 272
- Views: 725477
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/
http://download.deluge-torrent.org/windows/
https site link: https://ftp-osl.osuosl.org/pub/deluge/windows/
- Fri May 20, 2022 10:42 am
- Forum: Support
- Topic: Change listening port via WebUI JSON?
- Replies: 3
- Views: 15057
Re: Change listening port via WebUI JSON?
The config key should be listen_ports with two values
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
The alternative is to run the deluge-web command from terminal as a background service