node: parse ipv6 addresses in square brackets correctly
modified crates/radicle/src/node.rs
@@ -19,6 +19,7 @@ pub mod timestamp;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -30,7 +31,7 @@ use std::os::unix::net::UnixStream;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -422,7 +423,7 @@ impl TryFrom<&sqlite::Value> for Alias {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -490,6 +491,28 @@ impl Address {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|