node: only consider onion addresses if onion is configured
2 pending
(2 total)
View logs
modified crates/radicle-node/src/runtime.rs
@@ -190,11 +190,18 @@ impl Runtime {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/service.rs
@@ -2490,6 +2490,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2606,6 +2607,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle/src/node.rs
@@ -484,6 +484,14 @@ impl Address {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|