You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
I've noticed that at least one XDCC sender will send the MD5 hash digest in a separate message. It would be nice to compute the hash of the file once the download completes and compare it to what was sent to us.
Obviously, since not every XDCC sender may send us this hash, we should provide a way to opt-out (or maybe opt-in?).
Bonus points: the checksum calculator can run in a separate thread while the file is transferring.
The text was updated successfully, but these errors were encountered:
I've noticed that at least one XDCC sender will send the MD5 hash digest in a separate message. It would be nice to compute the hash of the file once the download completes and compare it to what was sent to us.
Obviously, since not every XDCC sender may send us this hash, we should provide a way to opt-out (or maybe opt-in?).
Bonus points: the checksum calculator can run in a separate thread while the file is transferring.
The text was updated successfully, but these errors were encountered: