node: Parse IPv6 addresses in square brackets
modified CHANGELOG.md
@@ -36,6 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node.rs
@@ -19,6 +19,8 @@ pub mod timestamp;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -30,7 +32,7 @@ use std::os::unix::net::UnixStream;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -422,7 +424,7 @@ impl TryFrom<&sqlite::Value> for Alias {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -490,6 +492,31 @@ impl Address {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1449,6 +1476,22 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|