WebAPI: Resolve peer host names#23708
Merged
glassez merged 4 commits intoqbittorrent:masterfrom Jan 18, 2026
Merged
Conversation
349647b to
699183f
Compare
61 tasks
glassez
requested changes
Jan 6, 2026
699183f to
5f3d71a
Compare
Member
Author
|
All feedback addressed |
glassez
reviewed
Jan 7, 2026
5f3d71a to
3147aae
Compare
glassez
previously approved these changes
Jan 9, 2026
Member
|
It would make sense to have single instance of |
stalkerok
previously approved these changes
Jan 9, 2026
Member
Author
Completely agree. Will definitely look into this as a future enhancement. |
xavier2k6
previously approved these changes
Jan 9, 2026
Chocobo1
reviewed
Jan 10, 2026
86fb7a1
86fb7a1 to
945bb21
Compare
glassez
previously approved these changes
Jan 12, 2026
Member
glassez
left a comment
There was a problem hiding this comment.
I may be mistaken, but it seems to me that I have discovered some logical bug. I'll comment it in the code.
945bb21 to
3b0b9e0
Compare
3b0b9e0 to
fd8c3e9
Compare
glassez
approved these changes
Jan 13, 2026
Chocobo1
approved these changes
Jan 16, 2026
Member
|
@Piccirello |
Ritmix3300
pushed a commit
to Ritmix3300/qBittorrent
that referenced
this pull request
Jan 19, 2026
This was referenced Jan 19, 2026
Chocobo1
pushed a commit
that referenced
this pull request
Feb 6, 2026
In order for the sync algorithm to work properly, we must clear the peer country and country code when peer country resolution is disabled. Reference: #23708 (comment) PR #23758.
glassez
pushed a commit
to glassez/qBittorrent
that referenced
this pull request
Feb 7, 2026
In order for the sync algorithm to work properly, we must clear the peer country and country code when peer country resolution is disabled. Reference: qbittorrent#23708 (comment) PR qbittorrent#23758.
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.
This PR adds WebAPI support for resolving peer host names, and WebUI support for displaying resolved host names. This mirrors the existing GUI functionality.
Closes #13096.