-
Notifications
You must be signed in to change notification settings - Fork 53
Better peer ID recognition #475
Copy link
Copy link
Closed
Labels
- User -Enjoyable to Use our SoftwareEnjoyable to Use our SoftwareDependenciesRelated to DependenciesRelated to DependenciesNeeds FeedbackWhat dose the Community Think?What dose the Community Think?Question / DiscussionCommunity FeedbackCommunity Feedback
Metadata
Metadata
Assignees
Labels
- User -Enjoyable to Use our SoftwareEnjoyable to Use our SoftwareDependenciesRelated to DependenciesRelated to DependenciesNeeds FeedbackWhat dose the Community Think?What dose the Community Think?Question / DiscussionCommunity FeedbackCommunity Feedback
Type
Projects
Status
No status
Hey folks!
I just released a peer ID registry/parser I was working on for my own BitTorrent related project. I think it can help Torrust to recognise more clients and also get their versions for free. Plus it'd be great to join our efforts on that kind of boring but foundational building blocks.
Let me know what you think, if you like the idea I'm happy to submit a PR changing the
get_client_nameimplementation. It seems to be almost a drop-in replacement. I returnStrings instead of'static &str, but it should't be a problem as the only call site turns that&strinto aStringimmediately anyway.