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_name implementation. It seems to be almost a drop-in replacement. I return Strings instead of 'static &str, but it should't be a problem as the only call site turns that &str into a String immediately anyway.
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.