Fix uTorrent 3.6.0 client version identifiers (resolves NikolayIT#46)#1
Merged
Merged
Conversation
The original PR NikolayIT#46 added uTorrent 3.6.0 but used UT3320 (3.3.2) values for User-Agent, PeerID prefix and SearchString instead of UT3600. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0145awWnPzsCjUvneEgnUSmk
Added 15 new uTorrent client profiles to cover the full version range: - 3.5.5, 3.5.3, 3.5.1, 3.5.0 (3.5.x series) - 3.4.9, 3.4.2, 3.4.0 (3.4.x series) - 3.1.3, 3.1.0, 3.0.0 (3.0.x / 3.1.x series) - 2.2.1, 2.2.0 (2.2.x series) - 2.0.4, 2.0.2, 2.0.0 (2.0.x series) Each client uses the correct Azureus-style peer ID (-UTXXYY-) and matching User-Agent header (uTorrent/XXYY). Updated the version dropdown in RM.cs accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0145awWnPzsCjUvneEgnUSmk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes a copy-paste bug introduced in the original "add utorrent 3.6.0" commit (resolving NikolayIT/RatioMaster.NET#46).
The uTorrent 3.6.0 client was incorrectly using the 3.3.2 version identifiers (
UT3320) instead of the proper 3.6.0 values (UT3600):User-AgentuTorrent/3320uTorrent/3600PeerID-UT3320-%18w...-UT3600-...SearchString&peer_id=-UT3320-&peer_id=-UT3600-Both the
case "uTorrent 3.6.0":block and thedefault:fallback block were fixed.Test plan
uTorrent/3600and-UT3600-prefix🤖 Generated with Claude Code
https://claude.ai/code/session_0145awWnPzsCjUvneEgnUSmk
Generated by Claude Code