-
Either write an UDS transport from scratch, or figure out how to use quinn via an unix domain socket.
This is useful because an unix domain socket is easier to secure than a localhost network socke…
-
There are only 3 nominals in lexnorm-all2 that end with one of the vowels 'F','x','X' (ṝ, ḷ, ḹ );
and they are the 'words' F,x,X !
Kale does not mention ḹ, and MW says "entirely artificial and on…
-
Configuration: running `iroh-one` on 2 machines on the same local network, with no p2p bootstrap peers. Discovery happens just fine over mDNS.
Use the branch at https://github.com/capyloon/iroh/com…
-
Encountered this in the derper, but it is a commonly needed feature. You got an incoming connection, and you want to figure out some info about it. At the very least the peer id, but also the addr fro…
-
Like recent projects, keep a number of recent nodeids and ip addresses that we connected to, so facilitate re-connecting to.
It might need adding a human friendly name to the node when we connect to …
-
The sync algorithm currently reads large parts of the store in to memory. E.g.
```rust
// TODO: This is hugely inefficient and needs to be optimized
// For an identity range that includes everyth…
-
## Background
Many ongoing projects explore how to use IPFS in resource-constrained environments such as mobile devices, web browsers, and IoT devices.
Examples include [Aggregore](https://agre…
-
### Check for other issues
- [X] I've checked for other issues, and none exist.
### Issue description
When I run spacedrive using pnpm tauri dev or through sandboxed flatpak, spacedrop fails to run…
-
From @fabricedesre:
> There are quite a few crates that are compiled with several versions (3 versions of prost!) and reducing that is a way to reduce binary size (that also improves compile times). …
-
Hi there, this project looks amazing! I've been looking for a rust IPFS implementation for a while, and was getting worried that `rust-ifps` was becoming stale. Since two weeks ago, it is [officially …