-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Announce to all trackers if IP changed #15001
Merged
Chocobo1
merged 34 commits into
qbittorrent:master
from
zhuangzi926:pr-announce-to-all-trackers-if-public-ip-change-detected
May 23, 2021
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
16931c3
Update to the latest dydns register url.
zhuangzi926 8d34f5b
Beautify coding style.
zhuangzi926 724a385
- Related to [issue #14545](https://github.com/qbittorrent/qBittorren…
zhuangzi926 276179a
Use explicit include file.
zhuangzi926 d892f0c
Rename force reannounce function to be explicit.
zhuangzi926 d8c9972
Reimplement logic of force-reannounce by using TorrentImpl::forceRean…
zhuangzi926 62ca0be
Revert "Reimplement logic of force-reannounce by using TorrentImpl::f…
zhuangzi926 9a48770
Revert "Rename force reannounce function to be explicit."
zhuangzi926 f024777
Revert "Use explicit include file."
zhuangzi926 a098651
Revert "- Related to [issue #14545](https://github.com/qbittorrent/qB…
zhuangzi926 0646230
Use force_reannounce with ignore_min_interval flag when external ip/p…
zhuangzi926 e1f96c6
Merge branch 'master' into pr-announce-to-all-trackers-if-public-ip-c…
zhuangzi926 e543a5c
Complete force_reannounce argument list
zhuangzi926 8fda6e1
Enable toggling this feature
zhuangzi926 bc50768
Revert dyndns register url change
zhuangzi926 a9242ed
Rename vars to *ReannounceWhenAddressChanged*
zhuangzi926 4ff5c6e
Use cached setting value
zhuangzi926 048c051
Add desktop and web gui control checkbox
zhuangzi926 c1dc44a
Fix variable name in session.h
zhuangzi926 9d5d19a
Fix variable name in session.cpp
zhuangzi926 9d52f5a
Fix variable name in session constructior
zhuangzi926 897372a
Merge branch 'master' into pr-announce-to-all-trackers-if-public-ip-c…
zhuangzi926 e911a52
Remove url from libtorrent
zhuangzi926 08682ea
Relocate option from libtorrent section to qbt section
zhuangzi926 473425c
Change BITTORRENT_SESSION_KEY into ReannounceWhenAddressChanged
zhuangzi926 2c29dc7
Extract duplicated loops into a single class method reannounceToAllTr…
zhuangzi926 2a30ed6
Formalize setReannounceWhenAddressChanged method
zhuangzi926 1fafef5
Relocate *reannounce* methods in session.h and session.cpp
zhuangzi926 9601129
Relocate m_isReannounceWhenAddressChanged in session.h
zhuangzi926 7fe472d
Change m_lastExternalIP from QHostname to QString
zhuangzi926 1164b6b
Merge remote-tracking branch 'origin/pr-announce-to-all-trackers-if-p…
zhuangzi926 25779a3
Relocate reannounce-related statements
zhuangzi926 2deab39
Remove redundant codes, fix coding style and rename vars to is*Enable…
zhuangzi926 23b8e2f
Fix coding style
zhuangzi926 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rewrite it as the following :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed