radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb 22b2871f64 radicle: Add Version to User Agent
The main motivation behind this change is to get just a little
telemetry information from nodes on the network, namely the version
of Radicle they are running.

This is achieved by rewriting `impl Default for UserAgent` which now
uses the version information provided by the build script also used
in other crates.

Also, a new configuration option `node.userAgent` is added, which
allows users to override the user agent if they so please, or set
the value `null`, which will in turn send the user agent
`/radicle/`, which is not really helpful, and the default prior to
this commit.

Creations of `UserAgent` in the whole workspace is cleaned up. In
order to do that `UserAgent::test` is introduced.
2026-04-02 16:26:46 +01:00
..
src radicle: Add Version to User Agent 2026-04-02 16:26:46 +01:00
CHANGELOG.md radicle: Update to 0.23.0 2026-03-26 15:25:11 +00:00
Cargo.toml crypto: Use `ssh-agent-lib` for SSH Agent 2026-04-02 16:03:23 +01:00
build.rs radicle: Add Version to User Agent 2026-04-02 16:26:46 +01:00