Re: [tor-bugs] #25277 [Core Tor/Tor]: Summarise the format of v3 hidden service addresses in the Tor man page

2018-10-03 Thread Tor Bug Tracker & Wiki
#25277: Summarise the format of v3 hidden service addresses in the Tor man page
-+-
 Reporter:  ageisp0lis   |  Owner:
 |  traumschule
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:  wontfix
 Keywords:  prop224, tor-hs, tor-doc,|  Actual Points:
  034-triage-20180328, 034-removed-20180328  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by traumschule):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 wild guess

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25277 [Core Tor/Tor]: Summarise the format of v3 hidden service addresses in the Tor man page

2018-09-15 Thread Tor Bug Tracker & Wiki
#25277: Summarise the format of v3 hidden service addresses in the Tor man page
-+-
 Reporter:  ageisp0lis   |  Owner:
 |  traumschule
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  prop224, tor-hs, tor-doc,|  Actual Points:
  034-triage-20180328, 034-removed-20180328  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by traumschule):

 * status:  assigned => new


Comment:

 Will not work on it, there already is [[doc/HiddenServiceNames]].

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25277 [Core Tor/Tor]: Summarise the format of v3 hidden service addresses in the Tor man page

2018-09-12 Thread Tor Bug Tracker & Wiki
#25277: Summarise the format of v3 hidden service addresses in the Tor man page
-+-
 Reporter:  ageisp0lis   |  Owner:
 |  traumschule
 Type:  defect   | Status:
 |  assigned
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  prop224, tor-hs, tor-doc,|  Actual Points:
  034-triage-20180328, 034-removed-20180328  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by traumschule):

 * owner:  (none) => traumschule
 * status:  new => assigned


Comment:

 Created #27680 for the website part. Can give both a try, feel free to
 jump in.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25277 [Core Tor/Tor]: Summarise the format of v3 hidden service addresses in the Tor man page

2018-05-21 Thread Tor Bug Tracker & Wiki
#25277: Summarise the format of v3 hidden service addresses in the Tor man page
-+-
 Reporter:  ageisp0lis   |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  prop224, tor-hs, tor-doc,|  Actual Points:
  034-triage-20180328, 034-removed-20180328  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-

Comment (by cypherpunks):

 regex for v3 {{{^[a-z2-7]{55}d\.onion$}}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25277 [Core Tor/Tor]: Summarise the format of v3 hidden service addresses in the Tor man page (was: Publish regex for v3 hidden services)

2018-02-23 Thread Tor Bug Tracker & Wiki
#25277: Summarise the format of v3 hidden service addresses in the Tor man page
--+
 Reporter:  ageisp0lis|  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.3.4.x-final
Component:  Core Tor/Tor  |Version:  Tor: 0.3.2.1-alpha
 Severity:  Normal| Resolution:
 Keywords:  prop224, tor-hs, tor-doc  |  Actual Points:
Parent ID:| Points:  0.1
 Reviewer:|Sponsor:
--+
Changes (by teor):

 * component:  Webpages => Core Tor/Tor
 * version:  Tor: unspecified => Tor: 0.3.2.1-alpha
 * milestone:   => Tor: 0.3.4.x-final
 * keywords:  hidden services, v3, next-generation, regex => prop224, tor-
 hs, tor-doc
 * type:  enhancement => defect
 * points:   => 0.1


Old description:

> We have regexes for v1:
> {{{
> ^[a-z2-7]{40}\.onion$
> }}}
>
> and v2:
> {{{
> ^[a-z2-7]{16}\.onion$
> }}}
>
> What do the new addresses look like, do they have the same characters and
> just 56 of them? This should be in the manual.

New description:

 We have regexes for ~~v1~~ v3:
 {{{
 ^[a-z2-7]{56}\.onion$
 }}}
 where the last digit is always "d".

 and v2:
 {{{
 ^[a-z2-7]{16}\.onion$
 }}}

 What do the new addresses look like, do they have the same characters and
 just 56 of them? This should be in the manual, which says:
 {{{
 Valid onion addresses contain 16 characters in a-z2-7 plus ".onion", and
 valid auth cookies contain 22 characters in A-Za-z0-9+/.
 }}}

--

Comment:

 The manual is generated from the tor source repository at
 tor/doc/tor.1.txt.
 Then it's placed on the website.

 Would you like to create a patch?
 Otherwise, someone else will get to it eventually.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs