Update list of peer ids and user agents. #131
Merged
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.
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