Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A ton of new features + huge refactor #37

Merged
merged 38 commits into from
Nov 27, 2023
Merged

Conversation

ikatson
Copy link
Owner

@ikatson ikatson commented Nov 27, 2023

New features:

  • Torrents can be in multiple states:
    • Initializing / Paused / Live / Error (e.g. out of space on disk or no permissions)
  • You can now pause/resume/delete torrent through HTTP API and web UI
  • Added armv7 build
  • You can now configure "RUST_LOG" through HTTP API

Breaking changes:

  • A lot of internal shuffling of things around. If you used the library might need to tweak a thing or two.
  • The server that starts with "rqbit download" is now read-only. It also doesn't have persistence. To have a server that allows to upload/pause torrents etc, you need to run "rqbit server start"
  • DHT now throttles itself not to send as many requests per second as it used to. This may make things a bit slower. But at least on my Macbook Air it used to lock up system UI (even cursor) because it was sending too many UDP packets in quick succession.
Screenshot 2023-11-27 at 09 30 10

@ikatson ikatson merged commit f1e91d4 into main Nov 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant