stem icon indicating copy to clipboard operation
stem copied to clipboard

Implement proposal 328, relay overload in extrainfo descriptors

Open juga0 opened this issue 3 years ago • 4 comments

tor is currently implementing the proposal and sbws would need to use that information (issue).

Would be possible that stem implements this?. Thanks!

juga0 avatar Mar 12 '21 07:03 juga0

FWIW, I expect that the formats may change over the coming year, so it might be best to expose them for now as a (version, string) tuple rather than parsing them too deeply. Up to you though.

nmathewson avatar Mar 12 '21 12:03 nmathewson

Hi Juga. Stem only integrates changes like this when the proposal has been implemented and moved to the spec. That said, if you'd care to provide a patch I'd be happy to review it.

atagar avatar Mar 12 '21 21:03 atagar

This is now merged in Tor 0.4.6.1-alpha.

nmathewson avatar Mar 19 '21 16:03 nmathewson

a maybe slightly misleading version got merged into the dir-spec.txt https://gitlab.torproject.org/tpo/core/torspec/-/commit/2b0093c2c972853e5c2c6bc9e41dc83a4a2e7793 https://lists.torproject.org/pipermail/tor-dev/2021-November/014667.html

note the spec says

[Introduced in version 0.4.6.1-alpha]

for overload-general but for the server descriptor it is actually 0.4.6.2-alpha (in 0.4.6.1-alpha it was the extra-info)

https://gitlab.torproject.org/tpo/core/tor/-/issues/40364

nusenu avatar Nov 01 '21 19:11 nusenu