abique / hefur

Standalone C++ BitTorrent tracker
MIT License
192 stars 30 forks source link

/file/ does not handle SHA256 hashes #36

Closed nielsAD closed 3 years ago

nielsAD commented 3 years ago

The /file/ request handler only accepts SHA1 hashes, resulting in errors when requesting v2 torrents from the /stat page.

https://github.com/abique/hefur/blob/f8b0fe6295257a6bfd7da00b1bd9cd4da966ddeb/hefur/file-handler.cc#L26

abique commented 3 years ago

Thank you for your investigation!