Franz Heinzmann

Results 98 issues of Franz Heinzmann

## Description We used to store the console files (history and current author) in a subdirectory `console` under the iroh data dir. This got lost in some refacorings, and the...

## Description Changes gossip usage in `iroh::docs_engine` to not use `Gossip::subscribe_all` but subscribe to individual topics instead. ## Breaking Changes ## Notes & open questions ## Change checklist - [x]...

## Description This adds the notion of a node-wide default author for documents. The default author can be retrieved via `iroh.authors.default()`. On persistent nodes, on first start a new author...

## Description Adapts iroh for n0-computer/quic-rpc#76 Based on #2263 Wit this change, a quic client is `pub type QuicIroh = Iroh` instead of `pub type QuicIroh = Iroh` ## Breaking...

## Description Work in progress! Implementation of https://willowprotocol.org/ for iroh *Protocol* The `protocol` module contains the data structures and basic interactions as defined by the Willow specs. It is IO-less...

## Description allow to manually accept connections and use custom protocols together with iroh core see the included example which uses both a custom protocol and core iroh protocols. ##...

This is the iroh-bytes part of the INFO level logs for `iroh blob get` for a collection with 2 blobs: ``` 2024-04-15T23:10:37.426476Z INFO iroh_bytes::get::db: don't have collection - doing full...

...so that a node can accept any number of connections, and will pipe STDIN live to all incoming connections. Maybe this mode would not support receiving data on the node...

`test_download_via_relay_with_discovery` failed with `Error: Failed to complete download` https://github.com/n0-computer/iroh/actions/runs/9774608684/job/26983236863#step:10:1485 Marked as flaky in #2450

flaky-test

## Description * Introduce a `ConnManager` in iroh_net. Quoting the docs: > A connection manager that ensures that only a single connection between two peers prevails. > You can start...