radicle-heartwood-lfs/crates/radicle
Adrian Duke 94e0a5128d node: Add block command to control socket
Introduces the ability to explicitly block a peer via the node control
socket. Previously, the node only exposed follow and unfollow commands.
While the underlying policy database schema supported a Block variant,
there was no mechanism to trigger this state via the client handle.

The new block command:

 1. Updates the node's follow policy to Block.
 2. Immediately disconnects the peer if a session is active.
2026-02-17 16:12:04 +01:00
..
src node: Add block command to control socket 2026-02-17 16:12:04 +01:00
CHANGELOG.md node: Add block command to control socket 2026-02-17 16:12:04 +01:00
Cargo.toml radicle: Introduce `radicle::node::config::Scope` 2026-02-16 21:39:11 +01:00