| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | relay: Pass advertised addresses to the channel handler | David Goulet | 2026-01-22 | 1 | -2/+0 |
| | | | | | | | | | | | | We need the advertised addresses for the NETINFO cell when opening a relay channel. Keep them in the TorRelay object so we can pass them to the ChanMgr channel handler. This will also help with config reload where only the local values in TorRelay will need to be updated. Signed-off-by: David Goulet <[email protected]> | ||||
| * | arti-relay: advertise config fields are now lists | Steven Engler | 2025-12-09 | 1 | -0/+60 |
| | | | | | | | | | | | | | | | | | Example: ```toml [relay.advertise] ipv4 = [] ipv6 = ["[10::]:10"] ``` ```text Error: Failed to resolve configuration [...] The list is empty for key "default.relay.advertise.ipv4" in [...] ``` | ||||
| * | arti-relay: move `iter_join` to a new `util` module | Steven Engler | 2025-11-12 | 1 | -0/+32 |
