Skip to content
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

Update list of peer ids and user agents. #131

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

antonsoroko
Copy link

it was quite hard to get accurate info. info used:

general
https://www.bittorrent.org/beps/bep_0020.html
https://github.com/webtorrent/bittorrent-peerid/blob/f00abec7bf8ef77b523a0fd1762ab89072b62274/index.js#L250

deluge
https://git.deluge-torrent.org/deluge/tree/deluge/core/core.py?h=deluge-1.3.6#n90
https://git.deluge-torrent.org/deluge/tree/deluge/core/core.py?h=deluge-1.3.6#n97
https://git.deluge-torrent.org/deluge/tree/deluge/core/core.py?h=deluge-2.1.1#n249
https://git.deluge-torrent.org/deluge/tree/deluge/core/core.py?h=deluge-2.1.1#n115

vuze
https://svn.vuze.com/public/client/tags/RELEASE_5730/azureus2/src/org/gudy/azureus2/core3/util/Constants.java

transmission
https://github.com/transmission/transmission/blob/6c1cee5f79d8bbdc78f96640b52e49441d70247c/update-version-h.sh#L54
https://github.com/transmission/transmission/blob/main/docs/Peer-ID-and-User-Agent.md

qBittorrent
https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#What_is_qBittorrent_Peer_ID
https://github.com/qbittorrent/qBittorrent/blob/4d8713ce110d80f995212fb7a779fe16504fb91d/src/base/bittorrent/sessionimpl.cpp#L119

libtorrent
https://www.libtorrent.org/reference-Settings.html
https://github.com/arvidn/libtorrent/blob/2921caf95e851a7918026dc159b1717ef5045f30/src/settings_pack.cpp#L130
https://github.com/arvidn/libtorrent/blob/2921caf95e851a7918026dc159b1717ef5045f30/include/libtorrent/version.hpp#L46

misc
https://www.downloadprivacy.com/wp-content/uploads/2020/04/vuze-peers-ip-address.png
https://www.downloadprivacy.com/wp-content/uploads/2020/07/torrent-peers-ip-addresses.png

fixes elgatito/plugin.video.elementum#1040

@@ -47,7 +47,7 @@ func DefaultUserAgent() string {

// DefaultPeerID return default PeerID
func DefaultPeerID() string {
return "-GT0001-"
return "-LT1100-"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was Peer ID of anacrolix/torrent but we use libtorrent now so i changed it accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update list of bittorrent user agents
2 participants