This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository torspec.
from 5e86477 rend-spec-v3: Clarify how the time period offset is computed. new 83fd14c dir-spec: Make Object multiplicity "?", not "*". new 0da1241 Merge branch 'tor-gitlab/mr/104'
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: dir-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 83fd14cbae822271b05806174f929c8836110f92 Author: Nick Mathewson nickm@torproject.org AuthorDate: Tue Jan 17 08:17:29 2023 -0500
dir-spec: Make Object multiplicity "?", not "*".
We have never actually generated an Item with multiple Objects. What's more, neither the C tor implementation nor Arti actually supports parsing such and item. --- dir-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dir-spec.txt b/dir-spec.txt index db64b5d..9bc1942 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -279,7 +279,7 @@ Table of Contents
NL = The ascii LF character (hex value 0x0a). Document ::= (Item | NL)+ - Item ::= KeywordLine Object* + Item ::= KeywordLine Object? KeywordLine ::= Keyword NL | Keyword WS ArgumentChar+ NL Keyword = KeywordStart KeywordChar* KeywordStart ::= 'A' ... 'Z' | 'a' ... 'z' | '0' ... '9'
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 0da1241f98566ff0e6eb9e839ac34ffc7967c552 Merge: 5e86477 83fd14c Author: David Goulet dgoulet@torproject.org AuthorDate: Thu Jan 26 10:11:26 2023 -0500
Merge branch 'tor-gitlab/mr/104'
dir-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --cc dir-spec.txt index 0ab0c98,9bc1942..b6a7c8e --- a/dir-spec.txt +++ b/dir-spec.txt @@@ -279,8 -279,8 +279,8 @@@ Table of Content
NL = The ascii LF character (hex value 0x0a). Document ::= (Item | NL)+ - Item ::= KeywordLine Object* + Item ::= KeywordLine Object? - KeywordLine ::= Keyword NL | Keyword WS ArgumentChar+ NL + KeywordLine ::= Keyword (WS Argument)* NL Keyword = KeywordStart KeywordChar* KeywordStart ::= 'A' ... 'Z' | 'a' ... 'z' | '0' ... '9' KeywordChar ::= KeywordStart | '-'
tor-commits@lists.torproject.org