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

fix: Wrong infohash when info dict contains source field #249

Merged
merged 4 commits into from
Aug 7, 2023
Merged

fix: Wrong infohash when info dict contains source field #249

merged 4 commits into from
Aug 7, 2023

Commits on Aug 4, 2023

  1. fix: [#242] wrong infohash when info dict contains source field

    When you define a "source" field value in the "info" dictionary inside
    the torrent file the field changes the infohash value. We did not
    save that field in the database and in the in-memory struct
    `TorrentInfo` so the calculated infohash was wrong becuase this field
    belongs to the `info` key.
    josecelano committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c3e61ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc4050 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc04231 View commit details
    Browse the repository at this point in the history
  4. fix: clippy warning

    josecelano committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8fe0955 View commit details
    Browse the repository at this point in the history