Re: [tor-bugs] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-11 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:  wontfix
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by teor):

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


--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-11 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_information
 Priority:  Medium   |  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by teor):

 Replying to [comment:23 dgoulet]:
 > Replying to [comment:21 teor]:
 > > Do you mean the ContactInfo?
 >
 > Yes I think I've mistaken the previous comment using "username". Rather
 `ContactInfo` and I'm guessing paths would need to be UTF-8?

 At the moment, Windows paths need to be encoded in the default codepage,
 because we don't use UTF-8 file APIs on Windows.

 macOS HFS+ and later support UTC-8, I have no idea about Linux or BSD.

 > If we only err for that, we don't need this branch/ticket imo.

 We might eventually want this ticket for Rust parsing torrc. But we'll
 have to implement a workaround for non-UTF-8 torrcs in Rust anyway. So I
 don't think this ticket is needed at the moment.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-09 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_information
 Priority:  Medium   |  Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by dgoulet):

 * status:  needs_review => needs_information


Comment:

 Replying to [comment:21 teor]:
 > Do you mean the ContactInfo?

 Yes I think I've mistaken the previous comment using "username". Rather
 `ContactInfo` and I'm guessing paths would need to be UTF-8?

 If we only err for that, we don't need this branch/ticket imo.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-07 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by teor):

 Replying to [comment:20 dgoulet]:
 > Replying to [comment:19 teor]:
 > > When a non-ASCII username appears in a path on Windows, then the torrc
 won't be UTF-8.
 > > So I think there will only be one warning.
 >
 > Hmmm... From the branch I proposed above, tor would check the torrc for
 UTF-8 _before_ the Username is even looked at thus this will lead to a
 double warning?

 I can't find any code that checks if the Username is UTF-8. I don't think
 we need a username check for UTF-8.

 Do you mean the ContactInfo?

 Because I am talking about path to the Tor Browser directory, which can
 contain the username on Windows.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-06 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by dgoulet):

 Replying to [comment:19 teor]:
 > When a non-ASCII username appears in a path on Windows, then the torrc
 won't be UTF-8.
 > So I think there will only be one warning.

 Hmmm... From the branch I proposed above, tor would check the torrc for
 UTF-8 _before_ the Username is even looked at thus this will lead to a
 double warning?

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-05 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by teor):

 When a non-ASCII username appears in a path on Windows, then the torrc
 won't be UTF-8.
 So I think there will only be one warning.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-05 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by dgoulet):

 Replying to [comment:17 teor]:
 > > But we also need to fix Windows to use UTF-8 encoded paths before we
 make this change (see #25729). Otherwise, Windows users with non-ASCII
 usernames won't be able to use Tor.
 >
 > Now Windows users with non-ASCII usernames will get warnings.
 >
 > Do you think we should do the Windows fix before merging this fix?

 Yes most likely. Worst case, we are talking about two warnings about torrc
 not being UTF-8 and then a second one specific to the Username.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-02 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by teor):

 > But we also need to fix Windows to use UTF-8 encoded paths before we
 make this change (see #25729). Otherwise, Windows users with non-ASCII
 usernames won't be able to use Tor.

 Now Windows users with non-ASCII usernames will get warnings.

 Do you think we should do the Windows fix before merging this fix?

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-11-01 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by dgoulet):

 * status:  needs_information => needs_review


Comment:

 Replying to [comment:15 teor]:
 > Do you want to downgrade this error to a warning that the torrc may not
 work with future tor versions?

 This is a good idea. We can notify the user and tell them that UTF-8 is
 desirable and will get quite important in future versions.

 I pushed a fixup commit in `ticket27380_036_01`.
 See the PR: ​https://github.com/torproject/tor/pull/459

 Simply warning with a longer message and then continuing.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-10-31 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_information
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by teor):

 Replying to [comment:14 dgoulet]:
 > Replying to [comment:13 teor]:
 > > Replying to [comment:12 dgoulet]:
 > > > Created a PR based on 036 branch:
 https://github.com/torproject/tor/pull/459
 > > >
 > > > Waiting for CI to pass... The code lgtm;
 > > >
 > > > However, how many tor will we break with this? In other words, if
 bunch of relays update to 036 stable and then tor doesn't start because
 torrc not in UTF-8... bad?
 > >
 > > We found one relay that has a ContactInfo that's not UTF-8.
 >
 > Well that is fixed and merged with #27428
 >
 > >
 > > But we also need to fix Windows to use UTF-8 encoded paths before we
 make this change (see #25729). Otherwise, Windows users with non-ASCII
 usernames won't be able to use Tor.
 >
 > That sounds fine.
 >
 > But `ContactInfo` and `Nickname` are unfortunately optional so if they
 do not appear, I do not see a reason why we have to enforce UTF-8 on the
 entire torrc...?

 Nickname is required to be ASCII:
 https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt#n1271

 ContactInfo and Platform can be non-ASCII, but platform is set by code,
 not the torrc.

 > If someone then *adds* `ContactInfo` then we'll be enforcing UTF-8 which
 is good but before the operator does that, what is the rationale?

 You're right - there isn't a good reason to make the whole torrc UTF-8.
 Directory documents should be UTF-8 for consistency.
 But we shouldn't break someone's tor just because their comments are in a
 legacy encoding.

 That said, we will eventually want to do torrc processing with Rust, and
 Rust's strings are UTF-8. (There are ways around that, but they will make
 our code more complicated.)

 Do you want to downgrade this error to a warning that the torrc may not
 work with future tor versions?
 Or should we defer this task until a later release, and decide then?

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-10-31 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_information
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by dgoulet):

 Replying to [comment:13 teor]:
 > Replying to [comment:12 dgoulet]:
 > > Created a PR based on 036 branch:
 https://github.com/torproject/tor/pull/459
 > >
 > > Waiting for CI to pass... The code lgtm;
 > >
 > > However, how many tor will we break with this? In other words, if
 bunch of relays update to 036 stable and then tor doesn't start because
 torrc not in UTF-8... bad?
 >
 > We found one relay that has a ContactInfo that's not UTF-8.

 Well that is fixed and merged with #27428

 >
 > But we also need to fix Windows to use UTF-8 encoded paths before we
 make this change (see #25729). Otherwise, Windows users with non-ASCII
 usernames won't be able to use Tor.

 That sounds fine.

 But `ContactInfo` and `Nickname` are unfortunately optional so if they do
 not appear, I do not see a reason why we have to enforce UTF-8 on the
 entire torrc...?

 If someone then *adds* `ContactInfo` then we'll be enforcing UTF-8 which
 is good but before the operator does that, what is the rationale?

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-10-30 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_information
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+

Comment (by teor):

 Replying to [comment:12 dgoulet]:
 > Created a PR based on 036 branch:
 https://github.com/torproject/tor/pull/459
 >
 > Waiting for CI to pass... The code lgtm;
 >
 > However, how many tor will we break with this? In other words, if bunch
 of relays update to 036 stable and then tor doesn't start because torrc
 not in UTF-8... bad?

 We found one relay that has a ContactInfo that's not UTF-8.

 But we also need to fix Windows to use UTF-8 encoded paths before we make
 this change (see #25729). Otherwise, Windows users with non-ASCII
 usernames won't be able to use Tor.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-10-30 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_information
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:  dgoulet  |Sponsor:
-+
Changes (by dgoulet):

 * status:  needs_review => needs_information


Comment:

 Created a PR based on 036 branch:
 https://github.com/torproject/tor/pull/459

 Waiting for CI to pass... The code lgtm;

 However, how many tor will we break with this? In other words, if bunch of
 relays update to 036 stable and then tor doesn't start because torrc not
 in UTF-8... bad?

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-10-23 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by nickm):

 * status:  needs_revision => needs_review


--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-10-22 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_revision
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+

Comment (by cyberpunks):

 This branch already made the requested revision on September 4th.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-09-04 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_revision
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by teor):

 * milestone:  Tor: 0.3.5.x-final => Tor: 0.3.6.x-final


Comment:

 Replying to [comment:7 cyberpunks]:
 > Replying to [comment:4 teor]:
 > > In 0.3.5:
 > > * relays check that the ContactInfo line is UTF-8
 >
 > See #27428 for this. Please review.

 Thanks!

 I'm busy fixing bugs in 0.3.4 right now.
 I'll try to review these tickets before the 0.3.5 deadline, otherwise they
 will go in 0.3.6.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-09-04 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_revision
 Priority:  Medium   |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+

Comment (by cyberpunks):

 Replying to [comment:4 teor]:
 > In 0.3.5:
 > * relays check that the ContactInfo line is UTF-8

 See #27428 for this. Please review.

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-09-02 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+

Comment (by teor):

 I'd like to do a limited version of this check in 0.3.5, then do the full
 check in 0.3.6.

 In 0.3.5:
 * relays check that the ContactInfo line is UTF-8

 In 0.3.6:
 * the whole torrc must be UTF-8 for every tor instance

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-09-02 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_revision
 Priority:  Medium   |  Milestone:  Tor: 0.3.5.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by teor):

 * milestone:  Tor: 0.3.6.x-final => Tor: 0.3.5.x-final


--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-09-02 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_revision
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by teor):

 * status:  needs_review => needs_revision


--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-08-29 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.3.6.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by teor):

 * milestone:  Tor: unspecified => Tor: 0.3.6.x-final


--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-08-29 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+--
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by teor):

 * status:  new => needs_review


Comment:

 I pushed your branch to https://github.com/teor2345/tor/branches to get
 CI.

 Here's the corresponding proposal text:
 https://gitweb.torproject.org/torspec.git/tree/proposals/285-utf-8.txt#n29

--
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] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-08-29 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
-+--
 Reporter:  cyberpunks   |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor: unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  rust-wants, prop285  |  Actual Points:
Parent ID:  #24033   | Points:
 Reviewer:   |Sponsor:
-+--

Comment (by cyberpunks):

 branch unicode-torrc1 at https://gitgud.io/onionk/tor.git

--
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

[tor-bugs] #27380 [Core Tor/Tor]: require torrc to be UTF-8

2018-08-29 Thread Tor Bug Tracker & Wiki
#27380: require torrc to be UTF-8
--+-
 Reporter:  cyberpunks|  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:  rust-wants, prop285
Actual Points:|  Parent ID:  #24033
   Points:|   Reviewer:
  Sponsor:|
--+-


--
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