| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
