radicle-heartwood-lfs/radicle-node/src
Alexis Sellier 0f3212a1b2
cli: `rad self` improvements
* Add `--home` flag
* Organize the information better

Now looks like this:

    DID             did🔑z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
    └╴Node ID (NID) z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
    SSH             running (823)
    ├╴Key (hash)    SHA256:UIedaL6Cxm6OUErh9GQUzzglSk7VpQlVTI1TAFB/HWA
    └╴Key (full)    ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHahWSBEpuT1ESZbynOmBNkLBSnR32Ar4woZqSV2YNH1
    Home            [..]
    ├╴Storage       [..]/storage
    ├╴Keys          [..]/keys
    └╴Node          [..]/node
2023-06-30 14:41:00 +02:00
..
runtime node: Give useful thread names 2023-06-20 11:18:14 +02:00
service Fixes and improvements to alias handling 2023-06-13 11:09:42 +02:00
test cli: `rad self` improvements 2023-06-30 14:41:00 +02:00
tests node: Get the failing fetch tests passing 2023-05-03 16:16:34 +02:00
wire radicle: Make addresses.db accessible from profile 2023-06-02 14:49:20 +02:00
worker node: Give useful thread names 2023-06-20 11:18:14 +02:00
bounded.rs node: Complete the "relay" seed test 2023-02-14 20:31:40 +01:00
control.rs cli: Implement `rad node stop` 2023-06-29 17:58:07 +02:00
deserializer.rs node: Implement protocol multiplexing 2023-04-10 14:41:55 +02:00
lib.rs radicle: Make addresses.db accessible from profile 2023-06-02 14:49:20 +02:00
logger.rs cli: Implement `rad node start` with support for deamonizing 2023-04-28 14:19:20 +02:00
main.rs node: Add `--alias` option to node 2023-05-10 17:03:42 +02:00
runtime.rs node: Give useful thread names 2023-06-20 11:18:14 +02:00
service.rs node: Always send node announcement on handshake 2023-06-07 11:39:23 +02:00
signals.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
test.rs node: Create shared test environment 2023-02-07 10:46:12 +01:00
tests.rs Update `io-reactor` and related dependencies 2023-05-27 20:43:56 +02:00
wire.rs radicle: Fix unverified `Remote::new` constructor 2023-04-26 10:57:26 +02:00
worker.rs node: Give useful thread names 2023-06-20 11:18:14 +02:00