grarpamp writes:
> ONION_CLIENT_AUTH_ADD
> ONION_CLIENT_ADD_AUTH
+1
> "We can't change"
Yeah, this is a tough one in some ways. Incremental change is best, but
in some ways a wholesale re-thinking could be good as well. I am just
one "control library author", but many of txtorcon's APIs seek t
Hi!
Here are my notes on the latest prop295 that I came up with while
doing a reference implementation in Python. If you're curious, you
can see the candidate reference implementation at
https://github.com/nmathewson/prop295ref . I'd love to know whether or
not the implementation matches the inte
On namespaces...
Like MIBs, APIs, file systems, most anything, it's usually...
least specific left to most specific right
... DNS also maintains hier but in reverse direction.
add_foo_thing1
add_thing1
add_thing2
see_bar_thing1
string_assorted_junk_this
...
gives you hierarchies of *add* filled
Mark Smith writes:
> 2. For VIEW_ONION_CLIENT_AUTH it would be nice if the HSAddress
> parameter was optional. We may want to build an interface that allows
> users to see all of their keys and choose which ones to remove, etc.
A few random points:
I like dgoulet's naming, with "ONION_CLIENT"
Mark Smith writes:
> On 5/6/19 11:19 AM, George Kadianakis wrote:
>> Hello list,
>>
>> here is a control spec patch for adding v3 client auth commands to
>> add/remove/view clients from the client-side (so Tor Browser -> Tor):
>>
>> https://github.com/torproject/torspec/pull/81/
On 5/6/19 11:19 AM, George Kadianakis wrote:
> Hello list,
>
> here is a control spec patch for adding v3 client auth commands to
> add/remove/view clients from the client-side (so Tor Browser -> Tor):
>
> https://github.com/torproject/torspec/pull/81/commits/3a26880e80617210b4729
On 06 May (18:19:58), George Kadianakis wrote:
> Hello list,
>
> here is a control spec patch for adding v3 client auth commands to
> add/remove/view clients from the client-side (so Tor Browser -> Tor):
>
> https://github.com/torproject/torspec/pull/81/commits/3a26880e80617210b47
Hello list,
here is a control spec patch for adding v3 client auth commands to
add/remove/view clients from the client-side (so Tor Browser -> Tor):
https://github.com/torproject/torspec/pull/81/commits/3a26880e80617210b4729f96664ef9f0345b0b7c
I'm currently unhappy with the namin