tor-commits
Threads by month
- ----- 2025 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
February 2014
- 23 participants
- 1530 discussions
[tor/master] fold in the changes files to the new 0.2.5.2-alpha changelog
by arma@torproject.org 13 Feb '14
by arma@torproject.org 13 Feb '14
13 Feb '14
commit 8028d8fded9c9fede1e39b169dd06272ceca024b
Author: Roger Dingledine <arma(a)torproject.org>
Date: Thu Feb 13 02:46:26 2014 -0500
fold in the changes files to the new 0.2.5.2-alpha changelog
---
ChangeLog | 263 ++++++++++++++++++++++++++++++++++++++---
changes/10582_tproxy | 6 -
changes/10777_netunreach | 6 -
changes/bug10046 | 4 -
changes/bug10297 | 5 -
changes/bug10313 | 6 -
changes/bug10324 | 4 -
changes/bug10365 | 7 --
changes/bug10470 | 4 -
changes/bug10485 | 4 -
changes/bug10536 | 5 -
changes/bug10543 | 6 -
changes/bug10565 | 3 -
changes/bug10722 | 8 --
changes/bug10758 | 4 -
changes/bug10777_internal_024 | 5 -
changes/bug10793 | 4 -
changes/bug10835 | 4 -
changes/bug10842 | 5 -
changes/bug10870 | 6 -
changes/bug10881 | 7 --
changes/bug1376 | 3 -
changes/bug4677 | 4 -
changes/bug5018 | 5 -
changes/bug5605 | 7 --
changes/bug7359 | 9 --
changes/bug9162 | 8 --
changes/bug9206 | 6 -
changes/bug9578 | 7 --
changes/bug9602 | 4 -
changes/bug9651 | 5 -
changes/bug9698 | 3 -
changes/bug9859 | 10 --
changes/bug9869 | 5 -
changes/bug9922 | 5 -
changes/bug9926 | 6 -
changes/bug9934 | 5 -
changes/bug9948 | 4 -
changes/bug9958 | 8 --
changes/feature9777 | 7 --
changes/prop157-require | 5 -
changes/prop221 | 7 --
changes/python-tests | 4 -
changes/seccomp2-fixes | 4 -
changes/stack_trace | 8 --
changes/ticket10043 | 4 -
changes/ticket10060 | 5 -
changes/ticket8510 | 3 -
changes/ticket9839 | 3 -
49 files changed, 247 insertions(+), 273 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 457ba11..2e99ca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,52 @@
-Changes in version 0.2.5.2 - 2013-01-??
+Changes in version 0.2.5.2 - 2013-02-13
+
+ o Major features (client security):
+ - When we choose a path for a 3-hop circuit, make sure it contains
+ at least one relay that supports the NTor circuit extension
+ handshake. Otherwise, there is a chance that we're building
+ a circuit that's worth attacking by an adversary who finds
+ breaking 1024-bit crypto doable, and that chance changes the game
+ theory. Implements ticket 9777.
+ - Clients now look at the "usecreatefast" consensus parameter to
+ decide whether to use CREATE_FAST or CREATE cells for the first hop
+ of their circuit. This approach can improve security on connections
+ where Tor's circuit handshake is stronger than the available TLS
+ connection security levels, but the tradeoff is more computational
+ load on guard relays. Implements proposal 221. Resolves ticket 9386.
+
+ o Major features (bridges):
+ - Don't launch pluggable transport proxies if we don't have any
+ bridges configured that would use them. Now we can list many
+ pluggable transports, and Tor will dynamically start one when it
+ hears a bridge address that needs it. Resolves ticket 5018.
+ - The bridge directory authority now assigns status flags (Stable,
+ Guard, etc) to bridges based on thresholds calculated over all
+ Running bridges. Now bridgedb can finally make use of its features
+ to e.g. include at least one Stable bridge in its answers. Fixes
+ bug 9859.
+
+ o Major features (other):
+ - Extend ORCONN controller event to include an "ID" parameter,
+ and add four new controller event types CONN_BW, CIRC_BW,
+ CELL_STATS, and TB_EMPTY that show connection and circuit usage.
+ The new events are emitted in private Tor networks only, with the
+ goal of being able to better track performance and load during
+ full-network simulations. Implements proposal 218 and ticket 7359.
+ - On some platforms (currently: recent OSX versions, glibc-based
+ platforms that support the ELF format, and a few other
+ Unix-like operating systems), Tor can now dump stack traces
+ when a crash occurs or an assertion fails. By default, traces
+ are dumped to stderr (if possible) and to any logs that are
+ reporting errors. Implements ticket 9299.
+
+ o Major bugfixes:
+ - Avoid a segfault on SIGUSR1, where we had freed a connection but did
+ not entirely remove it from the connection lists. Fixes bug 9602;
+ bugfix on 0.2.4.4-alpha.
+ - Do not treat streams that fail with reason
+ END_STREAM_REASON_INTERNAL as indicating a definite circuit failure,
+ since it could also indicate an ENETUNREACH connection error. Fixes
+ part of bug 10777; bugfix on 0.2.4.8-alpha.
o Major bugfixes (new since 0.2.5.1-alpha, also in 0.2.4.20):
- Do not allow OpenSSL engines to replace the PRNG, even when
@@ -25,6 +73,167 @@ Changes in version 0.2.5.2 - 2013-01-??
only our first guard. Discovered while fixing bug 9946; bugfix
on 0.2.4.8-alpha.
+ o Minor features (bridges, pluggable transports):
+ - Add threshold cutoffs to the networkstatus document created by
+ the Bridge Authority. Fixes bug 1117.
+ - On Windows, spawn background processes using the CREATE_NO_WINDOW
+ flag. Now Tor Browser Bundle 3.5 with pluggable transports enabled
+ doesn't pop up a blank console window. (In Tor Browser Bundle 2.x,
+ Vidalia set this option for us.) Implements ticket 10297.
+
+ o Minor features (security):
+ - Always clear OpenSSL bignums before freeing them -- even bignums
+ that don't contain secrets. Resolves ticket 10793. Patch by
+ Florent Daigniere.
+
+ o Minor features (config options and command line):
+ - Add an --allow-missing-torrc commandline option that tells Tor to
+ run even if the configuration file specified by -f is not available.
+ Implements ticket 10060.
+ - Add support for the TPROXY transparent proxying facility on Linux.
+ See documentation for the new TransProxyType option for more
+ details. Implementation by "thomo". Closes ticket 10582.
+
+ o Minor features (controller):
+ - Add a new "HS_DESC" controller event that reports activities
+ related to hidden service descriptors. Resolves ticket 8510.
+ - New "DROPGUARDS" controller command to forget all current entry
+ guards. Not recommended for ordinary use, since replacing guards
+ too frequently makes several attacks easier. Resolves ticket 9934;
+ patch from "ra".
+
+ o Minor features (build):
+ - Assume that a user using ./configure --host wants to cross-compile,
+ and give an error if we cannot find a properly named
+ tool-chain. Add a --disable-tool-name-check option to proceed
+ nevertheless. Addresses ticket 9869. Patch by Benedikt Gollatz.
+ - If we run ./configure and the compiler recognizes -fstack-protector
+ but the linker rejects it, warn the user about a potentially missing
+ libssp package. Addresses ticket 9948. Patch from Benedikt Gollatz.
+
+ o Minor features (testing):
+ - If Python is installed, "make check" now runs extra tests beyond
+ the unit test scripts.
+ - When bootstrapping a test network, sometimes very few relays get
+ the Guard flag. Now a new option "TestingDirAuthVoteGuard" can
+ specify a set of relays which should be voted Guard regardless of
+ their uptime or bandwidth. Addresses ticket 9206.
+
+ o Minor features (log messages):
+ - When ServerTransportPlugin is set on a bridge, Tor can write more
+ useful statistics about bridge use in its extrainfo descriptors,
+ but only if the Extended ORPort ("ExtORPort") is set too. Add a
+ log message to inform the user in this case. Resolves ticket 9651.
+ - When receiving a new controller connection, log the origin address.
+ Resolves ticket 9698; patch from "sigpipe".
+ - When logging OpenSSL engine status at startup, log the status of
+ more engines. Fixes ticket 10043; patch from Joshua Datko.
+ - Turn "circuit handshake stats since last time" log messages into a
+ heartbeat message. Fixes bug 10485; bugfix on 0.2.4.17-rc.
+
+ o Minor features (new since 0.2.5.1-alpha, also in 0.2.4.18-rc):
+ - Improve the circuit queue out-of-memory handler. Previously, when
+ we ran low on memory, we'd close whichever circuits had the most
+ queued cells. Now, we close those that have the *oldest* queued
+ cells, on the theory that those are most responsible for us
+ running low on memory. Based on analysis from a forthcoming paper
+ by Jansen, Tschorsch, Johnson, and Scheuermann. Fixes bug 9093.
+ - Generate bootstrapping status update events correctly when fetching
+ microdescriptors. Fixes bug 9927.
+ - Update to the October 2 2013 Maxmind GeoLite Country database.
+
+ o Minor bugfixes (clients):
+ - When closing a channel that has already been open, do not close
+ pending circuits that were waiting to connect to the same relay.
+ Fixes bug 9880; bugfix on 0.2.5.1-alpha. Thanks to skruffy for
+ finding this bug.
+
+ o Minor bugfixes (relays):
+ - Treat ENETUNREACH, EACCES, and EPERM connection failures at an
+ exit node as a NOROUTE error, not an INTERNAL error, since they
+ can apparently happen when trying to connect to the wrong sort
+ of netblocks. Fixes part of bug 10777; bugfix on 0.1.0.1-rc.
+
+ o Minor bugfixes (bridges):
+ - Fix a bug where the first connection works to a bridge that uses a
+ pluggable transport with client-side parameters, but we don't send
+ the client-side parameters on subsequent connections. (We don't
+ use any pluggable transports with client-side parameters yet,
+ but ScrambleSuit will soon become the first one.) Fixes bug 9162;
+ bugfix on 0.2.0.3-alpha. Based on a patch from "rl1987".
+
+ o Minor bugfixes (node selection):
+ - If ExcludeNodes is set, consider non-excluded hidden service
+ directory servers before excluded ones. Do not consider excluded
+ hidden service directory servers at all if StrictNodes is
+ set. (Previously, we would sometimes decide to connect to those
+ servers, and then realize before we initiated a connection that
+ we had excluded them.) Fixes bug 10722; bugfix on 0.2.0.10-alpha.
+ Reported by "mr-4".
+ - If we set the ExitNodes option but it doesn't include any nodes
+ that have the Exit flag, we would choose not to bootstrap. Now we
+ bootstrap so long as ExitNodes includes nodes which can exit to
+ some port. Fixes bug 10543; bugfix on 0.2.4.10-alpha.
+
+ o Minor bugfixes (controller and command-line):
+ - If changing a config option via "setconf" fails in a recoverable
+ way, we used to nonetheless write our new control ports to the
+ file described by the "ControlPortWriteToFile" option. Now we only
+ write out that file if we successfully switch to the new config
+ option. Fixes bug 5605; bugfix on 0.2.2.26-beta. Patch from "Ryman".
+ - When a command-line option such as --version or --help that
+ ordinarily implies --hush appears on the command line along with
+ --quiet, then actually obey --quiet. Previously, we obeyed --quiet
+ only if it appeared later on the command line. Fixes bug 9578;
+ bugfix on 0.2.5.1-alpha.
+
+ o Minor bugfixes (code correctness):
+ - Previously we used two temporary files when writing descriptors to
+ disk; now we only use one. Fixes bug 1376.
+ - Remove an erroneous (but impossible and thus harmless) pointer
+ comparison that would have allowed compilers to skip a bounds
+ check in channeltls.c. Fixes bugs 10313 and 9980; bugfix on
+ 0.2.0.10-alpha. Noticed by Jared L Wong and David Fifield.
+ - Fix an always-true assertion in pluggable transports code so it
+ actually checks what it was trying to check. Fixes bug 10046;
+ bugfix on 0.2.3.9-alpha. Found by "dcb".
+
+ o Minor bugfixes (protocol correctness):
+ - When receiving a VERSIONS cell with an odd number of bytes, close
+ the connection immediately since the cell is malformed. Fixes bug
+ 10365; bugfix on 0.2.0.10-alpha. Spotted by "bobnomnom"; fix by
+ "rl1987".
+
+ o Minor bugfixes (build):
+ - Restore the ability to compile Tor with V2_HANDSHAKE_SERVER
+ turned off (that is, without support for v2 link handshakes). Fixes
+ bug 4677; bugfix on 0.2.3.2-alpha. Patch from "piet".
+ - Fix compilation warnings and startup issues when running with
+ "Sandbox 1" and libseccomp-2.1.0. Fixes bug 10563; bugfix on
+ 0.2.5.1-alpha.
+ - Fix compilation on Solaris 9, which didn't like us having an
+ identifier named "sun". Fixes bug 10565; bugfix in 0.2.5.1-alpha.
+
+ o Minor bugfixes (testing):
+ - Fix a segmentation fault in our benchmark code when running with
+ Fedora's OpenSSL package, or any other OpenSSL that provides
+ ECDH but not P224. Fixes bug 10835; bugfix on 0.2.4.8-alpha.
+
+ o Minor bugfixes (log messages):
+ - Fix a bug where clients using bridges would report themselves
+ as 50% bootstrapped even without a live consensus document.
+ Fixes bug 9922; bugfix on 0.2.1.1-alpha.
+ - Suppress a warning where, if there's only one directory authority
+ in the network, we would complain that votes and signatures cannot
+ be uploaded to other directory authorities. Fixes bug 10842;
+ bugfix on 0.2.2.26-beta.
+ - Report bootstrapping progress correctly when we're downloading
+ microdescriptors. We had updated our "do we have enough microdescs
+ to begin building circuits?" logic most recently in 0.2.4.10-alpha
+ (see bug 5956), but we left the bootstrap status event logic at
+ "how far through getting 1/4 of them are we?" Fixes bug 9958;
+ bugfix on 0.2.2.36, which is where they diverged (see bug 5343).
+
o Minor bugfixes (new since 0.2.5.1-alpha, also in 0.2.4.20):
- Avoid a crash bug when starting with a corrupted microdescriptor
cache file. Fixes bug 10406; bugfix on 0.2.2.6-alpha.
@@ -63,22 +272,39 @@ Changes in version 0.2.5.2 - 2013-01-??
sorry. Fixes bug 9928; bugfix on 0.2.3.18-rc. Bug found by
Pedro Ribeiro.
- o Minor bugfixes:
- - When closing a channel that has already been open, do not close
- pending circuits that were waiting to connect to the same relay.
- Fixes bug 9880; bugfix on 0.2.5.1-alpha. Thanks to skruffy for
- finding this bug.
+ o Removed code and features:
+ - Clients now reject any directory authority certificates lacking
+ a dir-key-crosscert element. These have been included since
+ 0.2.1.9-alpha, so there's no real reason for them to be optional
+ any longer. Completes proposal 157. Resolves ticket 10162.
+ - Remove all code that existed to support the v2 directory system,
+ since there are no longer any v2 directory authorities. Resolves
+ ticket 10758.
+ - Remove the HSAuthoritativeDir and AlternateHSAuthority torrc
+ options, which were used for designating authorities as "Hidden
+ service authorities". There has been no use of hidden service
+ authorities since 0.2.2.1-alpha, when we stopped uploading or
+ downloading v0 hidden service descriptors. Fixes bug 10881; also
+ part of a fix for bug 10841.
- o Minor features (new since 0.2.5.1-alpha, also in 0.2.4.18-rc):
- - Improve the circuit queue out-of-memory handler. Previously, when
- we ran low on memory, we'd close whichever circuits had the most
- queued cells. Now, we close those that have the *oldest* queued
- cells, on the theory that those are most responsible for us
- running low on memory. Based on analysis from a forthcoming paper
- by Jansen, Tschorsch, Johnson, and Scheuermann. Fixes bug 9093.
- - Generate bootstrapping status update events correctly when fetching
- microdescriptors. Fixes bug 9927.
- - Update to the October 2 2013 Maxmind GeoLite Country database.
+ o Code simplification and refactoring:
+ - Remove some old fallback code designed to keep Tor clients working
+ in a network with only two working relays. Elsewhere in the code we
+ have long since stopped supporting such networks, so there wasn't
+ much point in keeping it around. Addresses ticket 9926.
+ - Reject 0-length EXTEND2 cells more explicitly. Fixes bug 10536;
+ bugfix on 0.2.4.8-alpha. Reported by "cypherpunks".
+ - Remove data structures which were introduced to implement the
+ CellStatistics option: they are now redundant with the addition
+ of a timestamp to the regular packed_cell_t data structure, which
+ we did in 0.2.4.18-rc in order to resolve ticket 9093. Implements
+ ticket 10870.
+
+ o Documentation (man page) fixes:
+ - Update manpage to describe some of the files you can expect to
+ find in Tor's DataDirectory. Addresses ticket 9839.
+ - Document that all but one DirPort entry must have the NoAdvertise
+ flag set. Fixes bug 10470; bugfix on 0.2.3.3-alpha / 0.2.3.16-alpha.
o Documentation fixes (new since 0.2.5.1-alpha, also in 0.2.4.18-rc):
- Clarify the usage and risks of setting the ContactInfo torrc line
@@ -88,6 +314,11 @@ Changes in version 0.2.5.2 - 2013-01-??
- Replace remaining references to DirServer in man page and
log entries. Resolves ticket 10124.
+ o Tool changes:
+ - Make the "tor-gencert" tool used by directory authority operators
+ create 2048-bit signing keys by default (rather than 1024-bit, since
+ 1024-bit is uncomfortably small these days). Addresses ticket 10324.
+
Changes in version 0.2.4.20 - 2013-12-22
Tor 0.2.4.20 fixes potentially poor random number generation for users
diff --git a/changes/10582_tproxy b/changes/10582_tproxy
deleted file mode 100644
index 0a05152..0000000
--- a/changes/10582_tproxy
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features:
- - Add support for the TPROXY transparent proxying facility on Linux.
- See documentation for the new TransProxyType option for more
- details. Implementation by "thomo". Closes ticket 10582.
-
-
diff --git a/changes/10777_netunreach b/changes/10777_netunreach
deleted file mode 100644
index 1156bca..0000000
--- a/changes/10777_netunreach
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - Treat ENETUNREACH, EACCES, and EPERM connection failures at an
- exit node as a NOROUTE error, not an INTERNAL error, since they
- can apparently happen when trying to connect to the wrong sort
- of netblocks. Fixes part of bug 10777; bugfix on 0.1.0.1-rc.
-
diff --git a/changes/bug10046 b/changes/bug10046
deleted file mode 100644
index 3286c21..0000000
--- a/changes/bug10046
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Fix an always-true assertion in pluggable transports code so it
- actually checks what it was trying to check. Fixes bug 10046;
- bugfix on 0.2.3.9-alpha. Found by "dcb".
diff --git a/changes/bug10297 b/changes/bug10297
deleted file mode 100644
index 73c4cde..0000000
--- a/changes/bug10297
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - On Windows, spawn background processes using the CREATE_NO_WINDOW
- flag. Now Tor Browser Bundle 3.5 with pluggable transports enabled
- doesn't pop up a blank console window. (In Tor Browser Bundle 2.x,
- Vidalia set this option for us.) Implements ticket 10297.
diff --git a/changes/bug10313 b/changes/bug10313
deleted file mode 100644
index 36b3634..0000000
--- a/changes/bug10313
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - Remove an erroneous (but impossible and thus harmless) pointer
- comparison that would have allowed compilers to skip a bounds
- check in channeltls.c. Fixes bugs 10313 and 9980; bugfix on
- 0.2.0.10-alpha. Noticed by Jared L Wong and David Fifield.
-
diff --git a/changes/bug10324 b/changes/bug10324
deleted file mode 100644
index 786a4c1..0000000
--- a/changes/bug10324
+++ /dev/null
@@ -1,4 +0,0 @@
- o Tool changes:
- - Make the "tor-gencert" tool used by directory authority operators
- create 2048-bit signing keys by default (rather than 1024-bit, since
- 1024-bit is uncomfortably small these days). Addresses ticket 10324.
diff --git a/changes/bug10365 b/changes/bug10365
deleted file mode 100644
index f916537..0000000
--- a/changes/bug10365
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes:
- - When receiving a VERSIONS cell with an odd number of bytes, close
- the connection immediately since the cell is malformed. Fixes bug
- 10365; bugfix on 0.2.0.10-alpha. Spotted by "bobnomnom"; fix by
- "rl1987".
-
-
diff --git a/changes/bug10470 b/changes/bug10470
deleted file mode 100644
index 274abc9..0000000
--- a/changes/bug10470
+++ /dev/null
@@ -1,4 +0,0 @@
- o Documentation fixes:
- - Document that all but one DirPort entry must have the NoAdvertise
- flag set. Fixes bug 10470; bugfix on 0.2.3.3-alpha / 0.2.3.16-alpha.
-
diff --git a/changes/bug10485 b/changes/bug10485
deleted file mode 100644
index aa599fb..0000000
--- a/changes/bug10485
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Turn "circuit handshake stats since last time" log messages into a
- heartbeat message. Fixes bug 10485; bugfix on 0.2.4.17-rc.
-
diff --git a/changes/bug10536 b/changes/bug10536
deleted file mode 100644
index be95eaf..0000000
--- a/changes/bug10536
+++ /dev/null
@@ -1,5 +0,0 @@
-
- o Code simplification and refactoring:
- - Reject 0-length EXTEND2 cells more explicitly. Fixes bug 10536;
- bugfix on 0.2.4.8-alpha. Reported by "cypherpunks".
-
diff --git a/changes/bug10543 b/changes/bug10543
deleted file mode 100644
index ebc97b0..0000000
--- a/changes/bug10543
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes:
- - If we set the ExitNodes option but it doesn't include any nodes
- that have the Exit flag, we would choose not to bootstrap. Now we
- bootstrap so long as ExitNodes includes nodes which can exit to
- some port. Fixes bug 10543; bugfix on 0.2.4.10-alpha.
-
diff --git a/changes/bug10565 b/changes/bug10565
deleted file mode 100644
index 92902e7..0000000
--- a/changes/bug10565
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Fix compilation on Solaris 9, which didn't like us having an
- identifier named "sun". Fixes bug 10565; bugfix in 0.2.5.1-alpha.
diff --git a/changes/bug10722 b/changes/bug10722
deleted file mode 100644
index 0a62e44..0000000
--- a/changes/bug10722
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes:
- - If ExcludeNodes is set, consider non-excluded hidden service
- directory servers before excluded ones. Do not consider excluded
- hidden service directory servers at all if StrictNodes is
- set. (Previously, we would sometimes decide to connect to those
- servers, and then realize before we initiated a connection that
- we had excluded them.) Fixes bug 10722; bugfix on 0.2.0.10-alpha.
- Reported by "mr-4".
diff --git a/changes/bug10758 b/changes/bug10758
deleted file mode 100644
index ab4075d..0000000
--- a/changes/bug10758
+++ /dev/null
@@ -1,4 +0,0 @@
- o Removed code and features:
- - Remove all code that existed to support the v2 directory system,
- since there are no longer any v2 directory authorities. Resolves
- ticket 10758.
diff --git a/changes/bug10777_internal_024 b/changes/bug10777_internal_024
deleted file mode 100644
index c0bd9bf..0000000
--- a/changes/bug10777_internal_024
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major bugfixes:
- - Do not treat streams that fail with reason
- END_STREAM_REASON_INTERNAL as indicating a definite circuit failure,
- since it could also indicate an ENETUNREACH connection error. Fixes
- part of bug 10777; bugfix on 0.2.4.8-alpha.
diff --git a/changes/bug10793 b/changes/bug10793
deleted file mode 100644
index ea15cc3..0000000
--- a/changes/bug10793
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (security):
- - Always clear OpenSSL bignums before freeing them -- even bignums
- that don't contain secrets. Resolves ticket 10793. Patch by
- Florent Daigniere.
diff --git a/changes/bug10835 b/changes/bug10835
deleted file mode 100644
index 9df7bdd..0000000
--- a/changes/bug10835
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (testing):
- - Fix a segmentation fault in our benchmark code when running with
- Fedora's OpenSSL package, or any other OpenSSL that provides
- ECDH but not P224. Fixes bug 10835; bugfix on 0.2.4.8-alpha.
diff --git a/changes/bug10842 b/changes/bug10842
deleted file mode 100644
index 9c757e2..0000000
--- a/changes/bug10842
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (log messages):
- - Suppress a warning where, if there's only one directory authority
- in the network, we would complain that votes and signatures cannot
- be uploaded to other directory authorities. Fixes bug 10842;
- bugfix on 0.2.2.26-beta.
diff --git a/changes/bug10870 b/changes/bug10870
deleted file mode 100644
index 4c8d043e..0000000
--- a/changes/bug10870
+++ /dev/null
@@ -1,6 +0,0 @@
- o Code simplification and refactoring:
- - Remove data structures which were introduced to implement the
- CellStatistics option: they are now redundant with the addition
- of a timestamp to the regular packed_cell_t data structure, which
- we did in 0.2.4.18-rc in order to resolve ticket 9093. Implements
- ticket 10870.
diff --git a/changes/bug10881 b/changes/bug10881
deleted file mode 100644
index 62da79e..0000000
--- a/changes/bug10881
+++ /dev/null
@@ -1,7 +0,0 @@
- o Removed config options:
- - Remove the HSAuthoritativeDir and AlternateHSAuthority torrc
- options, which were used for designating authorities as "Hidden
- service authorities". There has been no use of hidden service
- authorities since 0.2.2.1-alpha, when we stopped uploading or
- downloading v0 hidden service descriptors. Fixes bug 10881; also
- part of a fix for bug 10841.
diff --git a/changes/bug1376 b/changes/bug1376
deleted file mode 100644
index e685a55..0000000
--- a/changes/bug1376
+++ /dev/null
@@ -1,3 +0,0 @@
- o Code simplification and refactoring:
- - Previously we used two temporary files when writing descriptors to
- disk; now we only use one. Implements ticket 1376.
diff --git a/changes/bug4677 b/changes/bug4677
deleted file mode 100644
index e043308..0000000
--- a/changes/bug4677
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (build):
- - Restore the ability to compile Tor with V2_HANDSHAKE_SERVER
- turned off (that is, without support for v2 link handshakes). Fixes
- bug 4677; bugfix on 0.2.3.2-alpha. Patch from "piet".
diff --git a/changes/bug5018 b/changes/bug5018
deleted file mode 100644
index 5c3a440..0000000
--- a/changes/bug5018
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major features:
- - Don't launch pluggable transport proxies if we don't have any
- bridges configured that would use them. Now we can list many
- pluggable transports, and Tor will dynamically start one when it
- hears a bridge address that needs it. Resolves ticket 5018.
diff --git a/changes/bug5605 b/changes/bug5605
deleted file mode 100644
index 0bee820..0000000
--- a/changes/bug5605
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes:
- - If changing a config option via "setconf" fails in a recoverable
- way, we used to nonetheless write our new control ports to the
- file described by the "ControlPortWriteToFile" option. Now we only
- write out that file if we successfully switch to the new config
- option. Fixes bug 5605; bugfix on 0.2.2.26-beta. Patch from "Ryman".
-
diff --git a/changes/bug7359 b/changes/bug7359
deleted file mode 100644
index a91b730..0000000
--- a/changes/bug7359
+++ /dev/null
@@ -1,9 +0,0 @@
- o Major features (controller):
- - Extend ORCONN controller event to include an "ID" parameter,
- and add four new controller event types CONN_BW, CIRC_BW,
- CELL_STATS, and TB_EMPTY that show connection and circuit usage.
- The new events are emitted in private Tor networks only, with the
- goal of being able to better track performance and load during
- full-network simulations. Implements proposal 218. Resolves
- ticket 7359.
-
diff --git a/changes/bug9162 b/changes/bug9162
deleted file mode 100644
index b5ac27f..0000000
--- a/changes/bug9162
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes:
- - Fix a bug where the first connection works to a bridge that uses a
- pluggable transport with client-side parameters, but we don't send
- the client-side parameters on subsequent connections. (We don't
- use any pluggable transports with client-side parameters yet,
- but ScrambleSuit will soon become the first one.) Fixes bug 9162;
- bugfix on 0.2.0.3-alpha. Based on a patch from "rl1987".
-
diff --git a/changes/bug9206 b/changes/bug9206
deleted file mode 100644
index 36167ff..0000000
--- a/changes/bug9206
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features (testing):
- - When bootstrapping a test network, sometimes very few relays get
- the Guard flag. Now a new option "TestingDirAuthVoteGuard" can
- specify a set of relays which should be voted Guard regardless of
- their uptime or bandwidth. Addresses ticket 9206.
-
diff --git a/changes/bug9578 b/changes/bug9578
deleted file mode 100644
index 5b50200..0000000
--- a/changes/bug9578
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes:
- - When a command-line option such as --version or --help that
- ordinarily implies --hush appears on the command line along with
- --quiet, then actually obey --quiet. Previously, we obeyed --quiet
- only if it appeared later on the command line. Fixes bug 9578;
- bugfix on 0.2.5.1-alpha.
-
diff --git a/changes/bug9602 b/changes/bug9602
deleted file mode 100644
index 86248ab..0000000
--- a/changes/bug9602
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Avoid a segfault on SIGUSR1, where we had freed a connection but did
- not entirely remove it from the connection lists. Fixes bug 9602;
- bugfix on 0.2.4.4-alpha.
diff --git a/changes/bug9651 b/changes/bug9651
deleted file mode 100644
index 8933c20..0000000
--- a/changes/bug9651
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - When ServerTransportPlugin is set on a bridge, Tor can write more
- useful statistics about bridge use in its extrainfo descriptors,
- but only if the Extended ORPort ("ExtORPort") is set too. Add a
- log message to inform the user in this case. Resolves ticket 9651.
diff --git a/changes/bug9698 b/changes/bug9698
deleted file mode 100644
index ee5c4f6..0000000
--- a/changes/bug9698
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - When receiving a new controller connection, log the origin address.
- Resolves ticket 9698; patch from "sigpipe".
diff --git a/changes/bug9859 b/changes/bug9859
deleted file mode 100644
index 38a7ace..0000000
--- a/changes/bug9859
+++ /dev/null
@@ -1,10 +0,0 @@
- o Major features:
- - The bridge directory authority now assigns status flags (Stable,
- Guard, etc) to bridges based on thresholds calculated over all
- Running bridges. Now bridgedb can finally make use of its features
- to e.g. include at least one Stable bridge in its answers. Fixes
- bug 9859.
- o Minor features:
- - Add threshold cutoffs to the networkstatus document created by
- the Bridge Authority. Fixes bug 1117.
-
diff --git a/changes/bug9869 b/changes/bug9869
deleted file mode 100644
index 42f8928..0000000
--- a/changes/bug9869
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features (build):
- - Assume that a user using ./configure --host wants to cross-compile,
- and give an error if we cannot find a properly named
- tool-chain. Add a --disable-tool-name-check option to proceed
- nevertheless. Addresses ticket 9869. Patch by Benedikt Gollatz.
diff --git a/changes/bug9922 b/changes/bug9922
deleted file mode 100644
index 9ac2111..0000000
--- a/changes/bug9922
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
- - Fix a bug where clients using bridges would report themselves
- as 50% bootstrapped even without a live consensus document.
- Fixes bug 9922; bugfix on 0.2.1.1-alpha.
-
diff --git a/changes/bug9926 b/changes/bug9926
deleted file mode 100644
index 6d33ecb..0000000
--- a/changes/bug9926
+++ /dev/null
@@ -1,6 +0,0 @@
- o Code simplification and refactoring:
- - Remove some old fallback code designed to keep Tor clients working
- in a network with only two working relays. Elsewhere in the code we
- have long since stopped supporting such networks, so there wasn't
- much point in keeping it around. Addresses ticket 9926.
-
diff --git a/changes/bug9934 b/changes/bug9934
deleted file mode 100644
index 31e6613..0000000
--- a/changes/bug9934
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features (controller):
- - New "DROPGUARDS" controller command to forget all current entry
- guards. Not recommended for ordinary use, since replacing guards
- too frequently makes several attacks easier. Resolves ticket 9934;
- patch from "ra".
diff --git a/changes/bug9948 b/changes/bug9948
deleted file mode 100644
index 492744b..0000000
--- a/changes/bug9948
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (build):
- - If we run ./configure and the compiler recognizes -fstack-protector
- but the linker rejects it, warn the user about a potentially missing
- libssp package. Addresses ticket 9948. Patch from Benedikt Gollatz.
diff --git a/changes/bug9958 b/changes/bug9958
deleted file mode 100644
index b801dcf..0000000
--- a/changes/bug9958
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes:
- - Report bootstrapping progress correctly when we're downloading
- microdescriptors. We had updated our "do we have enough microdescs
- to begin building circuits?" logic most recently in 0.2.4.10-alpha
- (see bug 5956), but we left the bootstrap status event logic at
- "how far through getting 1/4 of them are we?" Fixes bug 9958;
- bugfix on 0.2.2.36, which is where they diverged (see bug 5343).
-
diff --git a/changes/feature9777 b/changes/feature9777
deleted file mode 100644
index b9f111c..0000000
--- a/changes/feature9777
+++ /dev/null
@@ -1,7 +0,0 @@
- o Major features:
- - When we choose a path for a 3-hop circuit, make sure it contains
- at least one relay that supports the NTor circuit extension
- handshake. Otherwise, there is a chance that we're building
- a circuit that's worth attacking by an adversary who finds
- breaking 1024-bit crypto doable, and that chance changes the game
- theory. Implements ticket 9777.
diff --git a/changes/prop157-require b/changes/prop157-require
deleted file mode 100644
index 309d7f8..0000000
--- a/changes/prop157-require
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Clients now reject any directory authority certificates lacking
- a dir-key-crosscert element. These have been included since
- 0.2.1.9-alpha, so there's no real reason for them to be optional
- any longer. Completes proposal 157. Resolves ticket 10162.
diff --git a/changes/prop221 b/changes/prop221
deleted file mode 100644
index 63ef763..0000000
--- a/changes/prop221
+++ /dev/null
@@ -1,7 +0,0 @@
- o Major features:
- - Clients now look at the "usecreatefast" consensus parameter to
- decide whether to use CREATE_FAST or CREATE cells for the first hop
- of their circuit. This approach can improve security on connections
- where Tor's circuit handshake is stronger than the available TLS
- connection security levels, but the tradeoff is more computational
- load on guard relays. Implements proposal 221. Resolves ticket 9386.
diff --git a/changes/python-tests b/changes/python-tests
deleted file mode 100644
index 8a5fcf5..0000000
--- a/changes/python-tests
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features:
- - If Python is installed, "make check" now runs extra tests beyond
- the unit test scripts.
-
diff --git a/changes/seccomp2-fixes b/changes/seccomp2-fixes
deleted file mode 100644
index e050565..0000000
--- a/changes/seccomp2-fixes
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Fix compilation warnings and startup issues when running with
- "Sandbox 1" and libseccomp-2.1.0. Fixes bug 10563; bugfix on
- 0.2.5.1-alpha.
diff --git a/changes/stack_trace b/changes/stack_trace
deleted file mode 100644
index 33dfcd3..0000000
--- a/changes/stack_trace
+++ /dev/null
@@ -1,8 +0,0 @@
- o Major features:
- - On some platforms (currently: recent OSX versions, glibc-based
- platforms that support the ELF format, and a few other
- Unix-like operating systems), Tor can now dump stack traces
- when a crash occurs or an assertion fails. By default, traces
- are dumped to stderr (if possible) and to any logs that are
- reporting errors. Implements ticket 9299.
-
diff --git a/changes/ticket10043 b/changes/ticket10043
deleted file mode 100644
index 21541be..0000000
--- a/changes/ticket10043
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features:
- - When logging OpenSSL engine status at startup, log the status of
- more engines. Fixes ticket 10043; patch from Joshua Datko.
-
diff --git a/changes/ticket10060 b/changes/ticket10060
deleted file mode 100644
index ff61c29..0000000
--- a/changes/ticket10060
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Add an --allow-missing-torrc commandline option that tells Tor to
- run even if the configuration file specified by -f is not available.
- Implements ticket 10060.
-
diff --git a/changes/ticket8510 b/changes/ticket8510
deleted file mode 100644
index 0cd7a8c..0000000
--- a/changes/ticket8510
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Add a new "HS_DESC" controller event that reports activities
- related to hidden service descriptors. Resolves ticket 8510.
diff --git a/changes/ticket9839 b/changes/ticket9839
deleted file mode 100644
index e85c280..0000000
--- a/changes/ticket9839
+++ /dev/null
@@ -1,3 +0,0 @@
- o Documentation:
- - Update manpage to describe some of the files you can expect to
- find in Tor's DataDirectory. Addresses ticket 9839.
1
0
13 Feb '14
commit fbba905eac8ebe42e53246e47ec85c75c701fb9e
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu Feb 13 07:45:09 2014 +0000
Update translations for torcheck
---
ko/torcheck.po | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/ko/torcheck.po b/ko/torcheck.po
index 952a2f9..b398138 100644
--- a/ko/torcheck.po
+++ b/ko/torcheck.po
@@ -4,12 +4,13 @@
# Translators:
# cwt967 <cwt967(a)gmail.com>, 2012
# cwt96 <cwt967(a)naver.com>, 2012
+# Dr.what <javrick6(a)naver.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2014-01-02 08:22+0000\n"
-"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
+"PO-Revision-Date: 2014-02-13 07:43+0000\n"
+"Last-Translator: Dr.what <javrick6(a)naver.com>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/torproject/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
msgid "Congratulations. This browser is configured to use Tor."
-msgstr ""
+msgstr "축하합니다. 귀하의 브라우저는 Tor를 사용하도록 설정되었습니다."
msgid ""
"Please refer to the <a href=\"https://www.torproject.org/\">Tor website</a> "
@@ -60,7 +61,7 @@ msgid "Are you using Tor?"
msgstr ""
msgid "This page is also available in the following languages:"
-msgstr ""
+msgstr "이 페이지는 다른 언어로도 만나보실 수 있습니다."
msgid "For more information about this exit relay, see:"
msgstr ""
@@ -89,7 +90,7 @@ msgid "Volunteer"
msgstr ""
msgid "JavaScript is enabled."
-msgstr ""
+msgstr "자바 스크립트 사용 가능"
msgid "JavaScript is disabled."
-msgstr ""
+msgstr "자바 스크립트 사용 불가능"
1
0
r26611: {website} Spruced up the relay documentation per #10891 (website/trunk/docs/en)
by Matt Pagan 13 Feb '14
by Matt Pagan 13 Feb '14
13 Feb '14
Author: mttp
Date: 2014-02-13 05:57:47 +0000 (Thu, 13 Feb 2014)
New Revision: 26611
Modified:
website/trunk/docs/en/faq.wml
website/trunk/docs/en/tor-doc-relay.wml
Log:
Spruced up the relay documentation per #10891
Modified: website/trunk/docs/en/faq.wml
===================================================================
--- website/trunk/docs/en/faq.wml 2014-02-12 02:31:01 UTC (rev 26610)
+++ website/trunk/docs/en/faq.wml 2014-02-13 05:57:47 UTC (rev 26611)
@@ -1880,7 +1880,7 @@
<code>Data/Tor/torrc</code> inside your Tor Browser Bundle directory.
</p>
<p>
-Core tor puts the torrc file in <code>/usr/local/etc/tor/torrc</code> if you compiled tor from source, and <code>/etc/tor/torrc</code> or <code>/etc/torrc</code> if you installed a pre-built package.</p>
+Tor puts the torrc file in <code>/usr/local/etc/tor/torrc</code> if you compiled tor from source, and <code>/etc/tor/torrc</code> or <code>/etc/torrc</code> if you installed a pre-built package.</p>
<p>
Once you've changed your torrc, you will need to restart tor for the
@@ -2940,44 +2940,6 @@
<hr>
- <a id="JoinTheNetwork"></a>
- <h3><a class="anchor" href="#JoinTheNetwork">So I can just configure a
- nickname and ORPort and join the network?</a></h3>
-
- <p>
- Yes. You can join the network and be a useful relay just by configuring
- your Tor to be a relay and making sure it's reachable from the outside.
- </p>
- <p>
-30 Seconds to a Tor Relay:
- </p>
- <ul><li>
- Configure a Nickname:
- </li></ul>
- <pre>
-Nickname ididnteditheconfig
- </pre>
- <ul><li>
- Configure ORPort:
- </li></ul>
- <pre>
-ORPort 9001
- </pre>
- <ul><li>
- Configure Contact Info:
- </li></ul>
-
- <pre>
-ContactInfo human@…
- </pre>
- <ul><li>
- Start Tor. Watch the log file for a log entry that states: "Self-testing
- indicates your ORPort is reachable from the outside. Excellent. Publishing
- server descriptor."
- </li></ul>
-
- <hr />
-
<a id="RelayOrBridge"></a>
<h3><a class="anchor" href="#RelayOrBridge">Should I be a normal
relay or bridge relay?</a></h3>
Modified: website/trunk/docs/en/tor-doc-relay.wml
===================================================================
--- website/trunk/docs/en/tor-doc-relay.wml 2014-02-12 02:31:01 UTC (rev 26610)
+++ website/trunk/docs/en/tor-doc-relay.wml 2014-02-13 05:57:47 UTC (rev 26611)
@@ -27,11 +27,57 @@
Windows Server 2003 or later.
</p>
+ <p>
+ An easy way to get started is with Vidalia, a graphical interface for
+ Tor. Vidalia is not included in the standard Tor Browser Bundle, although it
+ <a href="https://www.torproject.org/docs/faq.html.en#WhereDidVidaliaGo">once
+ was</a>. You can use Vidalia as part of the preconfigured bundles, or as a
+ seperate program.
+ <p>
+
+ <p>The Vidalia Bridge Bundle, the Vidalia Relay Bundle
+ and the Vidalia Exit Bundle can be found on the
+ <a href="https://www.torproject.org/download/download.html.en">download
+ page</a>. These packages are already configured to run Tor as a bridge, a
+ non-exit relay, or an exit relay. These bundles are only available for
+ Windows.
+ </p>
+
+ <p>
+ If you are not the using the Bridge Bundle, Relay Bundle or Exit Bundle,
+ you will need to .
+ </p>
+
+ <p>
+ Vidalia is also available as a standalone package from <a
+ href="https://people.torproject.org/~erinn/vidalia-standalone-bundles/">this
+ directory</a>. To use the Vidalia standalone, you will first need to <a
+ href="https://torproject.org/projects/torbrowser.html.en">download
+ the Tor Browser Bundle</a> or the <a href="https://www.torproject.org/download/download.html.en">Tor Expert Bundle</a>.
+ Unpack the Vidalia package into your Tor Browser folder. This will allow
+ Vidalia to control and configure the Tor Browser Bundle's Tor client.
+ </p>
+
+ <p>
+ If you use the Expert Bundle, which contains Tor only and no browser,
+ you'll need to inform Vidalia of your Tor's location. You can not run
+ Vidalia unless Tor is running.
+ </p>
+
+ <p>
+ Make sure your Tor works by using Tor as a client (surf with the Tor
+ Browser, for example). Verify that your clock and timezone are set
+ correctly. If possible, synchronize your clock with public <a
+ href="http://en.wikipedia.org/wiki/Network_Time_Protocol">time
+ servers</a>.</p>
+
+<!--
<p>If you're comfortable editing text files, skip this page and
go to our dedicated <a href="<page docs/tor-relay-debian>">Relay
Configuration Instructions on Debian/Ubuntu</a> page. That page is
the best one for relay operators on BSD, Unix, etc as well.</p>
+
<hr>
<a id="zero"></a>
<a id="install"></a>
@@ -47,66 +93,56 @@
<p>If it's convenient, you might also want to use it as a client for a
while to make sure it's actually working.</p>
+-->
<hr>
<a id="setup"></a>
- <h2><a class="anchor" href="#setup">Step Two: Set it up as a relay</a></h2>
+ <h2><a class="anchor" href="#setup">Configure Tor with the Vidalia Graphical Interface</a></h2>
<br>
- <ol>
+ <ol type=1>
- <li>Verify that your clock and timezone are set
- correctly. If possible, synchronize your clock with public <a
- href="http://en.wikipedia.org/wiki/Network_Time_Protocol">time
- servers</a>.
- </li>
- <li><strong>Configuring Tor with the Vidalia Graphical Interface</strong>:
- <ol>
-
<li>
- <dt>Right click on the Vidalia icon in your task bar. Choose <tt>Control Panel</tt>.</dt>
- <dd><img alt="vidalia right click menu" src="$(IMGROOT)/screenshot-win32-vidalia.png" /></dd>
+ Right click on the Vidalia icon in your task bar. Choose Control Panel.
+ <img alt="vidalia right click menu" src="$(IMGROOT)/screenshot-win32-vidalia.png" />
</li>
- <li>Click <tt>Setup Relaying</tt>.</li>
+ <li>Click "Setup Relaying".</li>
<li>
- <dt>Choose <tt>Relay Traffic for the Tor network</tt> if you
-want to be a public relay (recommended), or choose <tt>Help
-censored users reach the Tor network</tt> if you want to be a <a
-href="<page docs/faq>#RelayOrBridge">bridge</a> for users in countries
-that censor their Internet.</dt>
- <dd><img alt="vidalia basic settings" src="$(IMGROOT)/screenshot-win32-configure-relay-1.png" /></dd>
+ Choose "Relay Traffic for the Tor network" if you
+want to be a public relay (recommended), or choose "Help
+censored users reach the Tor network" if you want to be a <a
+href="<page docs/faq>#RelayOrBridge">non-public bridge</a>.
+ <img alt="vidalia basic settings" src="$(IMGROOT)/screenshot-win32-configure-relay-1.png" />
</li>
<li>Enter a nickname for your relay, and enter contact information in
case we need to contact you about problems.</li>
- <li>Leave <tt>Attempt to automatically configure port forwarding</tt> clicked.
- Push the <tt>Test</tt> button to see if it works. If it does work, great.
+ <li>Leave "Attempt to automatically configure port forwarding" clicked.
+ Push the "Test" button to see if it works. If it does work, great.
If not, see number 3 below.</li>
- <li><dt>Choose the <tt>Bandwidth Limits</tt> tab. Select how much bandwidth you want to provide for Tor users like yourself.</dt>
- <dd><img alt="vidalia bandwidth limits" src="$(IMGROOT)/screenshot-win32-configure-relay-2.png" /></dd>
+ <li>Choose the "Bandwidth Limits" tab. Select how much bandwidth you want to provide for Tor users like yourself.
+ <img alt="vidalia bandwidth limits" src="$(IMGROOT)/screenshot-win32-configure-relay-2.png" />
</li>
- <li><dt>Choose the <tt>Exit Policies</tt> tab. If you want to allow others
+ <li>Select the "Exit Policies" tab. If you want to allow others
to use your relay for these services, don't change anything. Un-check
the services you don't want to allow people to <a href="<page
docs/faq>#ExitPolicies">reach from your relay</a>. If you want to
- be a non-exit relay, un-check all services.</dt>
- <dd><img alt="vidalia exit policies" src="$(IMGROOT)/screenshot-win32-configure-relay-3.png" /></dd>
+ be a non-exit relay, un-check all services.
+ <img alt="vidalia exit policies" src="$(IMGROOT)/screenshot-win32-configure-relay-3.png" />
</li>
- <li>Click the <tt>Ok</tt> button. See Step Three below for confirmation
- that the relay is working correctly.</li>
- </ol>
+ <li>Click "Ok".</li>
<li>If you are using a firewall, open a hole in your firewall
so incoming connections can reach the ports you configured
(ORPort, plus DirPort if you enabled it). If you have a
- hardware firewall (Linksys box, cablemodem, etc) you might like <a
- href="http://portforward.com/">portforward.com</a>. Also, make sure you
+ hardware firewall (Linksys box, cable modem, etc) you might find <a
+ href="http://portforward.com/">portforward.com</a> useful. Also, make sure you
allow all <em>outgoing</em> connections too, so your relay can reach the
other Tor relays.
</li>
@@ -116,51 +152,87 @@
any warnings</a>, address them.
</li>
- <li>Subscribe to the <a
- href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce</a>
- mailing list. It is very low volume, and it will keep you informed
- of new stable releases. You might also consider subscribing to <a
- href="<page docs/documentation>#MailingLists">the higher-volume Tor lists</a>
- too.</li>
- <li><a href="https://weather.torproject.org/">Tor Weather</a> provides
- an email notification service to any users who want to monitor the
- status of a Tor node. Upon subscribing, you can specify what types of
- alerts you would like to receive. The main purpose of Tor Weather is
- to notify node operators via email if their node is down for longer
- than a specified period, but other notification types are available.
- </li>
+ </ol>
- </li></ol>
+ <hr>
+ <a id="torrc"></a>
+ <h2><a class="anchor" href="#torrc">Configuring Tor by editing the torrc file</a></h2>
+ <p>
+ You can also set up a relay without Vidalia. Tor's configuration file is named 'torrc'.
+ In the Tor Browser folder, it's located at <pre>Data\Tor\torrc<pre>.
+ Open the file with a text editor and add the following lines:
+ </p>
+
+ <pre>
+ ORPort 443
+ Exitpolicy reject *:*
+ Nickname mycleverrelayname
+ ContactInfo human@...
+ </pre>
+
+ <p>If you want to be a bridge, you can read how to set the BridgeRelay
+ and ServerTransportPlugin values <a
+ href="https://www.torproject.org/projects/obfsproxy-instructions.html.en#instruct…">on
+ this page</a>.</p>
+
+ <p>Tor will use all your bandwidth if you don't set limits for it. Some
+ options are described in <a href="<page docs/faq>#LimitTotalBandwidth">these</a>
+ <a href="<page docs/faq>#BandwidthShaping">FAQ entries</a>.</p>
+
+ <p>See the <a href="https://gitweb.torproject.org/tor.git/blob/HEAD:/src/config/torrc.sample.in">sample
+ torrc file</a> and the <a
+ href="https://www.torproject.org/docs/tor-manual.html.en">man
+ page</a> for other available Tor options.</p>
+
<hr>
<a id="check"></a>
- <h2><a class="anchor" href="#check">Step Three: Make sure it is working</a></h2>
+ <h2><a class="anchor" href="#check">Make sure your relay is working</a></h2>
<br>
<p>As soon as your relay manages to connect to the network, it will
try to determine whether the ports you configured are reachable from
the outside. This step is usually fast, but may take up to 20
minutes. Look for a <a href="<page docs/faq>#Logs">log entry</a> like
- <tt>Self-testing indicates your ORPort is reachable from the outside. Excellent.</tt>
+ <pre>Self-testing indicates your ORPort is reachable from the outside. Excellent.</pre>
If you don't see this message, it means that your relay is not reachable
from the outside — you should re-check your firewalls, check that it's
testing the IP and port you think it should be testing, etc.
</p>
- <p>When it decides that it's reachable, it will upload a "server
+ <p>When your relay has decided that it's reachable, it will upload a "server
descriptor" to the directories, to let clients know
- what address, ports, keys, etc your relay is using. You can <a
- href="http://194.109.206.212/tor/status-vote/current/consensus">load one of
- the network statuses manually</a> and
- look through it to find the nickname you configured, to make sure it's
- there. You may need to wait up to one hour to give enough time for it to
- make a fresh directory.</p>
+ what address, ports, keys, etc your relay is using. You can search <a
+ href="https://atlas.torproject.org/">Atlas</a> or <a
+ href="https://globe.torproject.org/">Globe</a> for
+ the nickname you configured, to make sure it's there. You may need to wait
+ up to one hour for the directories to publish the new server information.</p>
<hr>
<a id="after"></a>
- <h2><a class="anchor" href="#after">Step Four: Once it is working</a></h2>
+ <h2><a class="anchor" href="#after">Once your relay is working</a></h2>
<br>
+ <p>Subscribe to the <a
+ href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce</a>
+ mailing list. It is very low volume, and it will keep you informed
+ of new stable releases.</p>
+
+ <p>As a relay operator, you should consider subscribing to the
+ <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays">
+ tor-relays mailing list</a>. You might find <a
+ href="../docs/documentation.html.en#MailingLists">other higher-volume
+ Tor lists</a> of interest as well.
+ </p>
+
+ <p><a href="https://weather.torproject.org/">Tor Weather</a> provides
+ an email notification service to any users who want to monitor the
+ status of a Tor node. Upon subscribing, you can specify what types of
+ alerts you would like to receive. The main purpose of Tor Weather is
+ to notify node operators via email if their node is down for longer
+ than a specified period, but other notification types are available.
+ </p>
+
<p>Read
<a href="<wiki>doc/OperationalSecurity">about operational security</a>
to get ideas how you can increase the security of your relay.
@@ -185,11 +257,6 @@
for helping to make the Tor network grow!
</p>
- <p>
- As a relay operator, you should subscribe to the
- <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays">
- tor-relays mailing list</a>.
- </p>
<hr>
1
0
[tor-launcher/master] Bug #10604: Tor status & error messages not translated.
by brade@torproject.org 12 Feb '14
by brade@torproject.org 12 Feb '14
12 Feb '14
commit 988a3ae20d00e930d161ed926b05d7c56d5b7e51
Author: Kathy Brade <brade(a)pearlcrescent.com>
Date: Wed Feb 12 14:28:13 2014 -0500
Bug #10604: Tor status & error messages not translated.
Include summary information in bootstrap failure alerts. Translation of
the word "failed" was pulled in from Vidalia.
---
src/chrome/locale/ar/torlauncher.properties | 3 ++-
src/chrome/locale/bg/torlauncher.properties | 2 ++
src/chrome/locale/ca/torlauncher.properties | 2 ++
src/chrome/locale/cs/torlauncher.properties | 2 ++
src/chrome/locale/da/torlauncher.properties | 2 ++
src/chrome/locale/de/torlauncher.properties | 3 ++-
src/chrome/locale/el/torlauncher.properties | 2 ++
src/chrome/locale/en/torlauncher.properties | 3 ++-
src/chrome/locale/eo/torlauncher.properties | 2 ++
src/chrome/locale/es/torlauncher.properties | 3 ++-
src/chrome/locale/eu/torlauncher.properties | 2 ++
src/chrome/locale/fa/torlauncher.properties | 3 ++-
src/chrome/locale/fi/torlauncher.properties | 2 ++
src/chrome/locale/fr/torlauncher.properties | 3 ++-
src/chrome/locale/he/torlauncher.properties | 2 ++
src/chrome/locale/hr-HR/torlauncher.properties | 2 ++
src/chrome/locale/hu/torlauncher.properties | 2 ++
src/chrome/locale/id/torlauncher.properties | 2 ++
src/chrome/locale/it/torlauncher.properties | 3 ++-
src/chrome/locale/ja/torlauncher.properties | 3 ++-
src/chrome/locale/ko/torlauncher.properties | 3 ++-
src/chrome/locale/lt/torlauncher.properties | 2 ++
src/chrome/locale/lv/torlauncher.properties | 2 ++
src/chrome/locale/my/torlauncher.properties | 2 ++
src/chrome/locale/nb/torlauncher.properties | 2 ++
src/chrome/locale/nl/torlauncher.properties | 3 ++-
src/chrome/locale/pl/torlauncher.properties | 3 ++-
src/chrome/locale/pt-BR/torlauncher.properties | 2 ++
src/chrome/locale/pt/torlauncher.properties | 3 ++-
src/chrome/locale/ro/torlauncher.properties | 2 ++
src/chrome/locale/ru/torlauncher.properties | 3 ++-
src/chrome/locale/sk/torlauncher.properties | 2 ++
src/chrome/locale/sr/torlauncher.properties | 2 ++
src/chrome/locale/sv/torlauncher.properties | 2 ++
src/chrome/locale/th/torlauncher.properties | 2 ++
src/chrome/locale/tr/torlauncher.properties | 2 ++
src/chrome/locale/vi/torlauncher.properties | 3 ++-
src/chrome/locale/zh-CN/torlauncher.properties | 3 ++-
src/chrome/locale/zh-TW/torlauncher.properties | 2 ++
src/components/tl-process.js | 13 ++++++++-----
40 files changed, 86 insertions(+), 20 deletions(-)
diff --git a/src/chrome/locale/ar/torlauncher.properties b/src/chrome/locale/ar/torlauncher.properties
index 19d407c..5a94b58 100644
--- a/src/chrome/locale/ar/torlauncher.properties
+++ b/src/chrome/locale/ar/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=توقف تور عن العمل بشكل غير متوق
torlauncher.please_restart_app=يرجي إعادة تشغيل هذا البرنامج.
torlauncher.tor_controlconn_failed=تعذر الاتصال بمنفذ التحكم الخاص بتور.
torlauncher.tor_failed_to_start=تور فشل في بدء التشغيل.
-torlauncher.tor_bootstrap_failed=فشل تور في إنشاء اتصال بشبكة تور (%S).
+torlauncher.tor_bootstrap_failed=فشل تور في إنشاء اتصال بشبكة تور.
+torlauncher.tor_bootstrap_failed_details=%1$S فشل (%2$S).
torlauncher.unable_to_start_tor=غير قادر علي بدء تشغيل تور.\n\n%S
torlauncher.tor_missing=الملف التنفيذي لتور مفقود.
diff --git a/src/chrome/locale/bg/torlauncher.properties b/src/chrome/locale/bg/torlauncher.properties
index dc317fd..6cdeb42 100644
--- a/src/chrome/locale/bg/torlauncher.properties
+++ b/src/chrome/locale/bg/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S пропаднал (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Свързване с препредаващата директория
torlauncher.bootstrapStatus.handshake_dir=Осъществяване на връзка с криптираната директория
torlauncher.bootstrapStatus.requesting_status=Получаване на информация за статуса на мрежата
diff --git a/src/chrome/locale/ca/torlauncher.properties b/src/chrome/locale/ca/torlauncher.properties
index b7e19f8..dffad95 100644
--- a/src/chrome/locale/ca/torlauncher.properties
+++ b/src/chrome/locale/ca/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S fallit (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Connecting to a relay directory
torlauncher.bootstrapStatus.handshake_dir=S'està establint una connexió a un directori xifrat
torlauncher.bootstrapStatus.requesting_status=S'està rebent l'estat de la xarxa
diff --git a/src/chrome/locale/cs/torlauncher.properties b/src/chrome/locale/cs/torlauncher.properties
index 211e7f1..f944dd2 100644
--- a/src/chrome/locale/cs/torlauncher.properties
+++ b/src/chrome/locale/cs/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S Selhání (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Připojování do adresáře uzlu
torlauncher.bootstrapStatus.handshake_dir=Navazuji spojení s šifrovaným adresářem
torlauncher.bootstrapStatus.requesting_status=Zjišťuji stav sítě
diff --git a/src/chrome/locale/da/torlauncher.properties b/src/chrome/locale/da/torlauncher.properties
index 89b0222..b796d0c 100644
--- a/src/chrome/locale/da/torlauncher.properties
+++ b/src/chrome/locale/da/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S mislykkedes (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Tilslutter til relæ mappe
torlauncher.bootstrapStatus.handshake_dir=Opretter en krypteret mappe forbindelse
torlauncher.bootstrapStatus.requesting_status=Henter netværk status
diff --git a/src/chrome/locale/de/torlauncher.properties b/src/chrome/locale/de/torlauncher.properties
index f8f7a64..e976c8e 100644
--- a/src/chrome/locale/de/torlauncher.properties
+++ b/src/chrome/locale/de/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Tor wurde unerwartet geschlossen.
torlauncher.please_restart_app=Bitte starten Sie die Anwendung neu.
torlauncher.tor_controlconn_failed=Zum Tor-Kontrollanschluss konnte keine Verbindung hergestellt werden.
torlauncher.tor_failed_to_start=Der Start von Tor ist fehlgeschlagen.
-torlauncher.tor_bootstrap_failed=Tor konnte keine Verbindung zum Tor-Netzwerk herstellen (%S).
+torlauncher.tor_bootstrap_failed=Tor konnte keine Verbindung zum Tor-Netzwerk herstellen.
+torlauncher.tor_bootstrap_failed_details=%1$S fehlgeschlagen (%2$S).
torlauncher.unable_to_start_tor=Tor kann nicht gestartet werden.\n\n%S
torlauncher.tor_missing=Die Tor-Programmdatei ist nicht vorhanden.
diff --git a/src/chrome/locale/el/torlauncher.properties b/src/chrome/locale/el/torlauncher.properties
index f89acfe..0175011 100644
--- a/src/chrome/locale/el/torlauncher.properties
+++ b/src/chrome/locale/el/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S απέτυχε (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Σύνδεση σε ενδιάμεσο (relay) κατάλογο
torlauncher.bootstrapStatus.handshake_dir=Πραγματοποιήθηκε σύνδεση σε κρυπτογραφημένο κατάλογο
torlauncher.bootstrapStatus.requesting_status=Ανάκτηση της κατάστασης του δικτύου
diff --git a/src/chrome/locale/en/torlauncher.properties b/src/chrome/locale/en/torlauncher.properties
index f167375..bd8646e 100644
--- a/src/chrome/locale/en/torlauncher.properties
+++ b/src/chrome/locale/en/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Tor unexpectedly exited.
torlauncher.please_restart_app=Please restart this application.
torlauncher.tor_controlconn_failed=Could not connect to Tor control port.
torlauncher.tor_failed_to_start=Tor failed to start.
-torlauncher.tor_bootstrap_failed=Tor failed to establish a Tor network connection (%S).
+torlauncher.tor_bootstrap_failed=Tor failed to establish a Tor network connection.
+torlauncher.tor_bootstrap_failed_details=%1$S failed (%2$S).
torlauncher.unable_to_start_tor=Unable to start Tor.\n\n%S
torlauncher.tor_missing=The Tor executable is missing.
diff --git a/src/chrome/locale/eo/torlauncher.properties b/src/chrome/locale/eo/torlauncher.properties
index d76cef7..9b07625 100644
--- a/src/chrome/locale/eo/torlauncher.properties
+++ b/src/chrome/locale/eo/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S fiaskis (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Konektante al relajsa dosierujo
torlauncher.bootstrapStatus.handshake_dir=Starigante ĉifritan dosierujan konekton
torlauncher.bootstrapStatus.requesting_status=Ricevante retan staton
diff --git a/src/chrome/locale/es/torlauncher.properties b/src/chrome/locale/es/torlauncher.properties
index e9d8049..c58c94f 100644
--- a/src/chrome/locale/es/torlauncher.properties
+++ b/src/chrome/locale/es/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Tor se cerró inesperadamente.
torlauncher.please_restart_app=Por favor reinicie esta aplicación.
torlauncher.tor_controlconn_failed=No se pudo conectar al puerto de control de Tor
torlauncher.tor_failed_to_start=Tor no pudo iniciarse.
-torlauncher.tor_bootstrap_failed=Tor no pudo establecer una conexión de red Tor (%S).
+torlauncher.tor_bootstrap_failed=Tor no pudo establecer una conexión de red Tor.
+torlauncher.tor_bootstrap_failed_details=%1$S falló (%2$S).
torlauncher.unable_to_start_tor=No fue posible iniciar Tor.\n\n%S
torlauncher.tor_missing=No se encuentra el fichero ejecutable de Tor.
diff --git a/src/chrome/locale/eu/torlauncher.properties b/src/chrome/locale/eu/torlauncher.properties
index b9abc63..0f9d081 100644
--- a/src/chrome/locale/eu/torlauncher.properties
+++ b/src/chrome/locale/eu/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S huts egin du (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Errele direktorio batera konektatzen
torlauncher.bootstrapStatus.handshake_dir=Enkriptatutako direktorio batera konexioa ezartzen
torlauncher.bootstrapStatus.requesting_status=Sarearen egoera eskuratzen
diff --git a/src/chrome/locale/fa/torlauncher.properties b/src/chrome/locale/fa/torlauncher.properties
index de3669f..ebee697 100644
--- a/src/chrome/locale/fa/torlauncher.properties
+++ b/src/chrome/locale/fa/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=تور بدلیلی نامشخص خارج شد.
torlauncher.please_restart_app=لطفا نرم افزار را مجددا راه اندازی نمایید.
torlauncher.tor_controlconn_failed=اتصال به پورت کنترل تور امکان پذیر نمی باشد.
torlauncher.tor_failed_to_start=خطا در راه اندازی.
-torlauncher.tor_bootstrap_failed=تور برای اتصال به شبکه تور ناموفق می باشد (%S).
+torlauncher.tor_bootstrap_failed=تور برای اتصال به شبکه تور ناموفق می باشد.
+torlauncher.tor_bootstrap_failed_details=%1$S ناموفق (%2$S).
torlauncher.unable_to_start_tor=راه اندازی تور امکان پذیر نمی باشد.\n\n%S
torlauncher.tor_missing=تور اجرا شونده یافت نشد.
diff --git a/src/chrome/locale/fi/torlauncher.properties b/src/chrome/locale/fi/torlauncher.properties
index 3f35f69..ffc6a21 100644
--- a/src/chrome/locale/fi/torlauncher.properties
+++ b/src/chrome/locale/fi/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S epäonnistui (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Yhdistetään reititinlistaan
torlauncher.bootstrapStatus.handshake_dir=Muodostetaan suojattu hakemistoyhteys
torlauncher.bootstrapStatus.requesting_status=Selvitetään verkon tilaa
diff --git a/src/chrome/locale/fr/torlauncher.properties b/src/chrome/locale/fr/torlauncher.properties
index be36d43..86ba52e 100644
--- a/src/chrome/locale/fr/torlauncher.properties
+++ b/src/chrome/locale/fr/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Le programme Tor s'est terminé de manière inatendue.
torlauncher.please_restart_app=Veuillez redémarrer l'application.
torlauncher.tor_controlconn_failed=Impossible de se connecter au port de contrôle de Tor.
torlauncher.tor_failed_to_start=Tor n'a pas pu démarrer.
-torlauncher.tor_bootstrap_failed=Tor n'a pas réussi à établir une connexion au réseau Tor (%S).
+torlauncher.tor_bootstrap_failed=Tor n'a pas réussi à établir une connexion au réseau Tor.
+torlauncher.tor_bootstrap_failed_details=%1$S échec (%2$S).
torlauncher.unable_to_start_tor=Impossible de démarrer Tor.\n\n%S
torlauncher.tor_missing=L'exécutable Tor est introuvable.
diff --git a/src/chrome/locale/he/torlauncher.properties b/src/chrome/locale/he/torlauncher.properties
index c1e2c80..525bd3c 100644
--- a/src/chrome/locale/he/torlauncher.properties
+++ b/src/chrome/locale/he/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S כשל (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=מתחבר כעת אל מדור ממסר
torlauncher.bootstrapStatus.handshake_dir=מקים כעת חיבור ספריות מוצפן
torlauncher.bootstrapStatus.requesting_status=מאתר כעת את מצב הרשת
diff --git a/src/chrome/locale/hr-HR/torlauncher.properties b/src/chrome/locale/hr-HR/torlauncher.properties
index 80d540c..835f796 100644
--- a/src/chrome/locale/hr-HR/torlauncher.properties
+++ b/src/chrome/locale/hr-HR/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S neuspjelo (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Spajanje na mapu releja
torlauncher.bootstrapStatus.handshake_dir=Uspostavljanje šifrirane veze prema mapi
torlauncher.bootstrapStatus.requesting_status=Dohvaćanje statusa mreže
diff --git a/src/chrome/locale/hu/torlauncher.properties b/src/chrome/locale/hu/torlauncher.properties
index 6f39d92..f388fad 100644
--- a/src/chrome/locale/hu/torlauncher.properties
+++ b/src/chrome/locale/hu/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S sikertelen (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Csatlakozás egy Elosztó címtárhoz
torlauncher.bootstrapStatus.handshake_dir=Titkosított címtárkapcsolat létrehozása
torlauncher.bootstrapStatus.requesting_status=Hálózat státuszának lekérdezése
diff --git a/src/chrome/locale/id/torlauncher.properties b/src/chrome/locale/id/torlauncher.properties
index 0b5f80d..1ea0dbb 100644
--- a/src/chrome/locale/id/torlauncher.properties
+++ b/src/chrome/locale/id/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S gagal (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Menghubungkan diri ke direktori relay
torlauncher.bootstrapStatus.handshake_dir=Membuat koneksi direktori terenkripsi
torlauncher.bootstrapStatus.requesting_status=Mengambil status jaringan
diff --git a/src/chrome/locale/it/torlauncher.properties b/src/chrome/locale/it/torlauncher.properties
index 9566559..8f20ef3 100644
--- a/src/chrome/locale/it/torlauncher.properties
+++ b/src/chrome/locale/it/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Tor si è arrestato inaspettatamente.
torlauncher.please_restart_app=Per favore riavvia questa applicazione.
torlauncher.tor_controlconn_failed=Impossibile connettersi alla porta di controllo di Tor.
torlauncher.tor_failed_to_start=Si è verificato un errore nell'avvio di Tor.
-torlauncher.tor_bootstrap_failed=Si è verificato un errore nello stabilire una connessione alla rete Tor (%S).
+torlauncher.tor_bootstrap_failed=Si è verificato un errore nello stabilire una connessione alla rete Tor.
+torlauncher.tor_bootstrap_failed_details=%1$S fallito (%2$S).
torlauncher.unable_to_start_tor=Impossibile avviare Tor.⏎\n⏎\n%S
torlauncher.tor_missing=Il file eseguibile di Tor è mancante.
diff --git a/src/chrome/locale/ja/torlauncher.properties b/src/chrome/locale/ja/torlauncher.properties
index b9a2cd7..80769e1 100644
--- a/src/chrome/locale/ja/torlauncher.properties
+++ b/src/chrome/locale/ja/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Torは予期せず終了しました。
torlauncher.please_restart_app=このアプリケーションを再起動してください。
torlauncher.tor_controlconn_failed=Torのコントロールポートに接続出来ませんでした。
torlauncher.tor_failed_to_start=Torは開始出来ませんでした。
-torlauncher.tor_bootstrap_failed=TorはTorネットワーク接続の確立に失敗しました (%S)。
+torlauncher.tor_bootstrap_failed=TorはTorネットワーク接続の確立に失敗しました。
+torlauncher.tor_bootstrap_failed_details=%1$S 失敗 (%2$S).
torlauncher.unable_to_start_tor=Torを開始出来ません。\n\n%S
torlauncher.tor_missing=Torの実行可能ファイルが見つかりません。
diff --git a/src/chrome/locale/ko/torlauncher.properties b/src/chrome/locale/ko/torlauncher.properties
index 3bc1ee9..74aff03 100644
--- a/src/chrome/locale/ko/torlauncher.properties
+++ b/src/chrome/locale/ko/torlauncher.properties
@@ -7,7 +7,8 @@
# torlauncher.please_restart_app=Please restart this application.
# torlauncher.tor_controlconn_failed=Could not connect to Tor control port.
# torlauncher.tor_failed_to_start=Tor failed to start.
-# torlauncher.tor_bootstrap_failed=Tor failed to establish a Tor network connection (%S).
+# torlauncher.tor_bootstrap_failed=Tor failed to establish a Tor network connection.
+torlauncher.tor_bootstrap_failed_details=%1$S 실패 (%2$S).
# torlauncher.unable_to_start_tor=Unable to start Tor.\n\n%S
# torlauncher.tor_missing=The Tor executable is missing.
diff --git a/src/chrome/locale/lt/torlauncher.properties b/src/chrome/locale/lt/torlauncher.properties
index 0387fba..e2924cf 100644
--- a/src/chrome/locale/lt/torlauncher.properties
+++ b/src/chrome/locale/lt/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S nepavyko (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Jungiamasi prie retransliavimo taškų
torlauncher.bootstrapStatus.handshake_dir=Užmezgiamas ryšys
torlauncher.bootstrapStatus.requesting_status=Nuskaitoma tinklo būklė
diff --git a/src/chrome/locale/lv/torlauncher.properties b/src/chrome/locale/lv/torlauncher.properties
index a92044f..cef7593 100644
--- a/src/chrome/locale/lv/torlauncher.properties
+++ b/src/chrome/locale/lv/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S neizdevās (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Veido savienojumu ar retranslatoru direktoriju
torlauncher.bootstrapStatus.handshake_dir=Izveido šifrētu savienojumu ar direktoriju
torlauncher.bootstrapStatus.requesting_status=Izgūst tīkla statusu
diff --git a/src/chrome/locale/my/torlauncher.properties b/src/chrome/locale/my/torlauncher.properties
index abfd502..6bbb1d7 100644
--- a/src/chrome/locale/my/torlauncher.properties
+++ b/src/chrome/locale/my/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S မအောင်မြင်ပါ (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Relay ဖိုင်လမ်းကြောင်း တစ်ခုကို ဆက်သွယ်နေသည်
torlauncher.bootstrapStatus.handshake_dir=စာဝှက်ထားသည့် ဖိုင်လမ်းကြောင်း ချိတ်ဆက်မှု တစ်ခု တည်ဆောက်နေသည်
torlauncher.bootstrapStatus.requesting_status=ကွန်ရက် အနေအထားကို ပြန်ရယူနေသည်
diff --git a/src/chrome/locale/nb/torlauncher.properties b/src/chrome/locale/nb/torlauncher.properties
index c706902..6043de3 100644
--- a/src/chrome/locale/nb/torlauncher.properties
+++ b/src/chrome/locale/nb/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S feilet (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Kobler til en relékatalog
torlauncher.bootstrapStatus.handshake_dir=Etablerer en kryptert katalogforbindelse
torlauncher.bootstrapStatus.requesting_status=Mottar nettverkstatus
diff --git a/src/chrome/locale/nl/torlauncher.properties b/src/chrome/locale/nl/torlauncher.properties
index 780f40b..c436126 100644
--- a/src/chrome/locale/nl/torlauncher.properties
+++ b/src/chrome/locale/nl/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Tor is onverwacht afgesloten.
torlauncher.please_restart_app=Herstart deze applicatie alstublieft.
torlauncher.tor_controlconn_failed=Kon niet verbinden met een Tor controlepoort.
torlauncher.tor_failed_to_start=Tor kon niet starten.
-torlauncher.tor_bootstrap_failed=Tor slaagde er niet in een verbinding met het Tor netwerk te maken (%S).
+torlauncher.tor_bootstrap_failed=Tor slaagde er niet in een verbinding met het Tor netwerk te maken.
+torlauncher.tor_bootstrap_failed_details=%1$S mislukt (%2$S).
torlauncher.unable_to_start_tor=Kon Tor niet starten.\n\n%S
torlauncher.tor_missing=Het Tor uitvoerbare bestand ontbreekt.
diff --git a/src/chrome/locale/pl/torlauncher.properties b/src/chrome/locale/pl/torlauncher.properties
index 537a7c0..8a9482b 100644
--- a/src/chrome/locale/pl/torlauncher.properties
+++ b/src/chrome/locale/pl/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Tor wyłączył się niespodziewanie.
torlauncher.please_restart_app=Proszę zrestartuj tą aplikację.
torlauncher.tor_controlconn_failed=Nie można połączyć się z portem kontrolnym Tora.
torlauncher.tor_failed_to_start=Nie powiodło się włączenie Tora.
-torlauncher.tor_bootstrap_failed=Błąd w ustanowieniu połączenia przez Tora (%S).
+torlauncher.tor_bootstrap_failed=Błąd w ustanowieniu połączenia przez Tora.
+torlauncher.tor_bootstrap_failed_details=%1$S nie powiodło się (%2$S).
torlauncher.unable_to_start_tor=Nie można wystartować aplikacji Tor.\n\n%S
torlauncher.tor_missing=Brakuje pliku wykonywalnego Tora.
diff --git a/src/chrome/locale/pt-BR/torlauncher.properties b/src/chrome/locale/pt-BR/torlauncher.properties
index 83f9f9c..d64e32b 100644
--- a/src/chrome/locale/pt-BR/torlauncher.properties
+++ b/src/chrome/locale/pt-BR/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S falha (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Conectando a um diretório de servidores
torlauncher.bootstrapStatus.handshake_dir=Estabelecendo conexão de diretório criptografado
torlauncher.bootstrapStatus.requesting_status=Recebendo estado da rede
diff --git a/src/chrome/locale/pt/torlauncher.properties b/src/chrome/locale/pt/torlauncher.properties
index 0caeb1f..13008d4 100644
--- a/src/chrome/locale/pt/torlauncher.properties
+++ b/src/chrome/locale/pt/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=O Tor fechou-se insperadamente.
torlauncher.please_restart_app=Por favor reinicie a aplicação.
torlauncher.tor_controlconn_failed=Não foi possível ligar à porta de controlo do Tor.
torlauncher.tor_failed_to_start=O Tor falhou a inicialização.
-torlauncher.tor_bootstrap_failed=o Tor não conseguiu ligar-se à rede Tor (%S).
+torlauncher.tor_bootstrap_failed=o Tor não conseguiu ligar-se à rede Tor.
+torlauncher.tor_bootstrap_failed_details=%1$S Falhou (%2$S).
torlauncher.unable_to_start_tor=Impossível inicializar o Tor.\n\n %S
torlauncher.tor_missing=O executável do Tor está em falta.
diff --git a/src/chrome/locale/ro/torlauncher.properties b/src/chrome/locale/ro/torlauncher.properties
index 79fff0e..5418881 100644
--- a/src/chrome/locale/ro/torlauncher.properties
+++ b/src/chrome/locale/ro/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S Nu a reuşit (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Conectare la un director relay
torlauncher.bootstrapStatus.handshake_dir=Se stabileşte o conexiune criptată la director
torlauncher.bootstrapStatus.requesting_status=Se obţin informaţii despre starea reţelei
diff --git a/src/chrome/locale/ru/torlauncher.properties b/src/chrome/locale/ru/torlauncher.properties
index 141c2c1..20b9155 100644
--- a/src/chrome/locale/ru/torlauncher.properties
+++ b/src/chrome/locale/ru/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Tor неожиданно завершился.
torlauncher.please_restart_app=Пожалуйста, перезапустите приложение
torlauncher.tor_controlconn_failed=Невозможно соединиться с портом управления Tor.
torlauncher.tor_failed_to_start=Невозможно запустить Tor.
-torlauncher.tor_bootstrap_failed=Tor не сумел установить сетевое соединение (%S).
+torlauncher.tor_bootstrap_failed=Tor не сумел установить сетевое соединение.
+torlauncher.tor_bootstrap_failed_details=%1$S не удалось (%2$S).
torlauncher.unable_to_start_tor=Невозможно запустить Tor.\n\n%S
torlauncher.tor_missing=Исполняемый файл Tor отсутствует.
diff --git a/src/chrome/locale/sk/torlauncher.properties b/src/chrome/locale/sk/torlauncher.properties
index f4b446f..1abb28d 100644
--- a/src/chrome/locale/sk/torlauncher.properties
+++ b/src/chrome/locale/sk/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S zlyhalo (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Connecting to a relay directory
torlauncher.bootstrapStatus.handshake_dir=Establishing an encrypted directory connection
torlauncher.bootstrapStatus.requesting_status=Retrieving network status
diff --git a/src/chrome/locale/sr/torlauncher.properties b/src/chrome/locale/sr/torlauncher.properties
index bb9b993..4a8dbb2 100644
--- a/src/chrome/locale/sr/torlauncher.properties
+++ b/src/chrome/locale/sr/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S неуспело (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Повезивање са релеј директоријумом
torlauncher.bootstrapStatus.handshake_dir=Успостављање шифроване везе директоријума
torlauncher.bootstrapStatus.requesting_status=Преузимање мрежног статуса
diff --git a/src/chrome/locale/sv/torlauncher.properties b/src/chrome/locale/sv/torlauncher.properties
index 647ee4f..0a93939 100644
--- a/src/chrome/locale/sv/torlauncher.properties
+++ b/src/chrome/locale/sv/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S misslyckade (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Ansluter till en nodkatalog
torlauncher.bootstrapStatus.handshake_dir=Skapar en krypterad kataloganslutning
torlauncher.bootstrapStatus.requesting_status=Hämtar nätverksstatusen
diff --git a/src/chrome/locale/th/torlauncher.properties b/src/chrome/locale/th/torlauncher.properties
index 1c0a755..fc9e1ca 100644
--- a/src/chrome/locale/th/torlauncher.properties
+++ b/src/chrome/locale/th/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S ล้มเหลว (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=กำลังเชื่อมต่อกับ คลังเก็บรายชื่อ relay (relay directory)
torlauncher.bootstrapStatus.handshake_dir=กำลังสร้างการเชื่อมต่อแบบเข้ารหัสกับคลังเก็บรายชื่อ
torlauncher.bootstrapStatus.requesting_status=กำลังตรวจสถานะเครือข่าย
diff --git a/src/chrome/locale/tr/torlauncher.properties b/src/chrome/locale/tr/torlauncher.properties
index dff67aa..d175b3f 100644
--- a/src/chrome/locale/tr/torlauncher.properties
+++ b/src/chrome/locale/tr/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S hata (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=Aktarım klasörüne bağlanıyor
torlauncher.bootstrapStatus.handshake_dir=Şifrelenmiş dizin bağlantısı kuruluyor
torlauncher.bootstrapStatus.requesting_status=Ağ durumu güncelliyor
diff --git a/src/chrome/locale/vi/torlauncher.properties b/src/chrome/locale/vi/torlauncher.properties
index e731323..7162829 100644
--- a/src/chrome/locale/vi/torlauncher.properties
+++ b/src/chrome/locale/vi/torlauncher.properties
@@ -7,7 +7,8 @@
# torlauncher.please_restart_app=Please restart this application.
# torlauncher.tor_controlconn_failed=Could not connect to Tor control port.
torlauncher.tor_failed_to_start=Chạy Tor thất bại.
-torlauncher.tor_bootstrap_failed=Không thể thiết lập kết nối vào mạng Tor (%S).
+torlauncher.tor_bootstrap_failed=Không thể thiết lập kết nối vào mạng Tor.
+torlauncher.tor_bootstrap_failed_details=%1$S thất bại (%2$S).
# torlauncher.unable_to_start_tor=Unable to start Tor.\n\n%S
# torlauncher.tor_missing=The Tor executable is missing.
diff --git a/src/chrome/locale/zh-CN/torlauncher.properties b/src/chrome/locale/zh-CN/torlauncher.properties
index 2805383..6a98bfd 100644
--- a/src/chrome/locale/zh-CN/torlauncher.properties
+++ b/src/chrome/locale/zh-CN/torlauncher.properties
@@ -7,7 +7,8 @@ torlauncher.tor_exited=Tor 意外退出。
torlauncher.please_restart_app=请重启该应用程序。
torlauncher.tor_controlconn_failed=无法连接 Tor 控制端口。
torlauncher.tor_failed_to_start=Tor 无法启动。
-torlauncher.tor_bootstrap_failed=Tor 无法建立 Tor 网络连接 (%S)。
+torlauncher.tor_bootstrap_failed=Tor 无法建立 Tor 网络连接。
+torlauncher.tor_bootstrap_failed_details=%1$S 失败 (%2$S).
torlauncher.unable_to_start_tor=无法启动 Tor。\n\n%S
torlauncher.tor_missing=缺少 Tor 可执行文件。
diff --git a/src/chrome/locale/zh-TW/torlauncher.properties b/src/chrome/locale/zh-TW/torlauncher.properties
index 317fe9b..1be7091 100644
--- a/src/chrome/locale/zh-TW/torlauncher.properties
+++ b/src/chrome/locale/zh-TW/torlauncher.properties
@@ -1,6 +1,8 @@
### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
+torlauncher.tor_bootstrap_failed_details=%1$S 失敗 (%2$S).
+
torlauncher.bootstrapStatus.conn_dir=正在連線至中繼站目錄
torlauncher.bootstrapStatus.handshake_dir=正在建立加密的目錄連線
torlauncher.bootstrapStatus.requesting_descriptors=正在要求中繼站資訊
diff --git a/src/components/tl-process.js b/src/components/tl-process.js
index f9b863e..f97fa59 100644
--- a/src/components/tl-process.js
+++ b/src/components/tl-process.js
@@ -412,10 +412,14 @@ TorProcessService.prototype =
{
this.mBootstrapErrorOccurred = true;
TorLauncherUtil.setBoolPref(this.kPrefPromptAtStartup, true);
+ var phase = TorLauncherUtil.getLocalizedBootstrapStatus(aStatusObj,
+ "TAG");
var reason = TorLauncherUtil.getLocalizedBootstrapStatus(aStatusObj,
"REASON");
- TorLauncherLogger.log(5, "Tor bootstrap error: " + aStatusObj.REASON +
- " (" + reason + ")");
+ var details = TorLauncherUtil.getFormattedLocalizedString(
+ "tor_bootstrap_failed_details", [phase, reason], 2);
+ TorLauncherLogger.log(5, "Tor bootstrap error: [" + aStatusObj.TAG +
+ "/" + aStatusObj.REASON + "] " + details);
if ((aStatusObj.TAG != this.mLastTorWarningPhase) ||
(aStatusObj.REASON != this.mLastTorWarningReason))
@@ -423,9 +427,8 @@ TorProcessService.prototype =
this.mLastTorWarningPhase = aStatusObj.TAG;
this.mLastTorWarningReason = aStatusObj.REASON;
- var s = TorLauncherUtil.getFormattedLocalizedString(
- "tor_bootstrap_failed", [reason], 1);
- TorLauncherUtil.showAlert(null, s);
+ var msg = TorLauncherUtil.getLocalizedString("tor_bootstrap_failed");
+ TorLauncherUtil.showAlert(null, msg + "\n\n" + details);
this.mObsSvc.notifyObservers(null, "TorBootstrapError", reason);
}
1
0
[translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed
by translation@torproject.org 12 Feb '14
by translation@torproject.org 12 Feb '14
12 Feb '14
commit 7d82ae4060b9e16bdb8a99d13bb7727e4b261a95
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Feb 12 17:45:32 2014 +0000
Update translations for tor-launcher-properties_completed
---
fr_CA/torlauncher.properties | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/fr_CA/torlauncher.properties b/fr_CA/torlauncher.properties
index d160bd0..e652180 100644
--- a/fr_CA/torlauncher.properties
+++ b/fr_CA/torlauncher.properties
@@ -1,4 +1,4 @@
-### Copyright (c) 2013, The Tor Project, Inc.
+### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
torlauncher.error_title=Lanceur Tor
@@ -7,7 +7,7 @@ torlauncher.tor_exited=Tor a quitté de manière imprévue.
torlauncher.please_restart_app=Veuillez redémarrer cette application.
torlauncher.tor_controlconn_failed=Impossible de se connecter au port de contrôle de Tor.
torlauncher.tor_failed_to_start=Tor n'a pas pu démarrer.
-torlauncher.tor_bootstrap_failed=Tor n'a pas réussi à établir une connexion au réseau Tor.\n\n%S
+torlauncher.tor_bootstrap_failed=Échec lors de la connexion de Tor au réseau Tor (%S).
torlauncher.unable_to_start_tor=Impossible de démarrer Tor.\n\n%S
torlauncher.tor_missing=L'exécutable Tor est manquant.
@@ -29,3 +29,23 @@ torlauncher.quit_win=Sortir
torlauncher.done=Fait
torlauncher.forAssistance=Pour l'assistance, contacter %S
+
+torlauncher.bootstrapStatus.conn_dir=Connexion à un annuaire de relais
+torlauncher.bootstrapStatus.handshake_dir=Mise en place d'une connexion chiffrée à l'annuaire
+torlauncher.bootstrapStatus.requesting_status=Récupération de l'état du réseau
+torlauncher.bootstrapStatus.loading_status=Chargement de l'état du réseau
+torlauncher.bootstrapStatus.loading_keys=Chargement des certificats d'autorité
+torlauncher.bootstrapStatus.requesting_descriptors=Demande des informations de relais
+torlauncher.bootstrapStatus.loading_descriptors=Chargement des informations de relais
+torlauncher.bootstrapStatus.conn_or=Connexion au réseau Tor
+torlauncher.bootstrapStatus.handshake_or=Mise en place d'un circuit Tor
+torlauncher.bootstrapStatus.done=Connecté au réseau Tor!
+
+torlauncher.bootstrapWarning.done=effectué
+torlauncher.bootstrapWarning.connectrefused=connexion refusée
+torlauncher.bootstrapWarning.misc=divers
+torlauncher.bootstrapWarning.resourcelimit=ressources insuffisantes
+torlauncher.bootstrapWarning.identity=mauvaise concordance de l'identité
+torlauncher.bootstrapWarning.timeout=expiration du temps de connexion
+torlauncher.bootstrapWarning.noroute=pas de route vers l'hôte
+torlauncher.bootstrapWarning.ioerror=erreur de lecture/écriture
1
0
[translation/tor-launcher-properties] Update translations for tor-launcher-properties
by translation@torproject.org 12 Feb '14
by translation@torproject.org 12 Feb '14
12 Feb '14
commit 8522b0db59ec225faeaa1d070b815ff9c578928c
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Feb 12 17:45:29 2014 +0000
Update translations for tor-launcher-properties
---
fr_CA/torlauncher.properties | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/fr_CA/torlauncher.properties b/fr_CA/torlauncher.properties
index 4ec17c1..e652180 100644
--- a/fr_CA/torlauncher.properties
+++ b/fr_CA/torlauncher.properties
@@ -35,17 +35,17 @@ torlauncher.bootstrapStatus.handshake_dir=Mise en place d'une connexion chiffré
torlauncher.bootstrapStatus.requesting_status=Récupération de l'état du réseau
torlauncher.bootstrapStatus.loading_status=Chargement de l'état du réseau
torlauncher.bootstrapStatus.loading_keys=Chargement des certificats d'autorité
-# torlauncher.bootstrapStatus.requesting_descriptors=Requesting relay information
-# torlauncher.bootstrapStatus.loading_descriptors=Loading relay information
+torlauncher.bootstrapStatus.requesting_descriptors=Demande des informations de relais
+torlauncher.bootstrapStatus.loading_descriptors=Chargement des informations de relais
torlauncher.bootstrapStatus.conn_or=Connexion au réseau Tor
-# torlauncher.bootstrapStatus.handshake_or=Establishing a Tor circuit
-# torlauncher.bootstrapStatus.done=Connected to the Tor network!
-
-# torlauncher.bootstrapWarning.done=done
-# torlauncher.bootstrapWarning.connectrefused=connection refused
-# torlauncher.bootstrapWarning.misc=miscellaneous
-# torlauncher.bootstrapWarning.resourcelimit=insufficient resources
-# torlauncher.bootstrapWarning.identity=identity mismatch
-# torlauncher.bootstrapWarning.timeout=connection timeout
-# torlauncher.bootstrapWarning.noroute=no route to host
-# torlauncher.bootstrapWarning.ioerror=read/write error
+torlauncher.bootstrapStatus.handshake_or=Mise en place d'un circuit Tor
+torlauncher.bootstrapStatus.done=Connecté au réseau Tor!
+
+torlauncher.bootstrapWarning.done=effectué
+torlauncher.bootstrapWarning.connectrefused=connexion refusée
+torlauncher.bootstrapWarning.misc=divers
+torlauncher.bootstrapWarning.resourcelimit=ressources insuffisantes
+torlauncher.bootstrapWarning.identity=mauvaise concordance de l'identité
+torlauncher.bootstrapWarning.timeout=expiration du temps de connexion
+torlauncher.bootstrapWarning.noroute=pas de route vers l'hôte
+torlauncher.bootstrapWarning.ioerror=erreur de lecture/écriture
1
0
[translation/tor-launcher-properties] Update translations for tor-launcher-properties
by translation@torproject.org 12 Feb '14
by translation@torproject.org 12 Feb '14
12 Feb '14
commit f36a2c152f8676d142d99ed7890f33de7fb67a08
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Feb 12 17:15:30 2014 +0000
Update translations for tor-launcher-properties
---
fr_CA/torlauncher.properties | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/fr_CA/torlauncher.properties b/fr_CA/torlauncher.properties
index 470bea9..4ec17c1 100644
--- a/fr_CA/torlauncher.properties
+++ b/fr_CA/torlauncher.properties
@@ -7,7 +7,7 @@ torlauncher.tor_exited=Tor a quitté de manière imprévue.
torlauncher.please_restart_app=Veuillez redémarrer cette application.
torlauncher.tor_controlconn_failed=Impossible de se connecter au port de contrôle de Tor.
torlauncher.tor_failed_to_start=Tor n'a pas pu démarrer.
-# torlauncher.tor_bootstrap_failed=Tor failed to establish a Tor network connection (%S).
+torlauncher.tor_bootstrap_failed=Échec lors de la connexion de Tor au réseau Tor (%S).
torlauncher.unable_to_start_tor=Impossible de démarrer Tor.\n\n%S
torlauncher.tor_missing=L'exécutable Tor est manquant.
@@ -30,11 +30,11 @@ torlauncher.done=Fait
torlauncher.forAssistance=Pour l'assistance, contacter %S
-# torlauncher.bootstrapStatus.conn_dir=Connecting to a relay directory
-# torlauncher.bootstrapStatus.handshake_dir=Establishing an encrypted directory connection
-# torlauncher.bootstrapStatus.requesting_status=Retrieving network status
-# torlauncher.bootstrapStatus.loading_status=Loading network status
-# torlauncher.bootstrapStatus.loading_keys=Loading authority certificates
+torlauncher.bootstrapStatus.conn_dir=Connexion à un annuaire de relais
+torlauncher.bootstrapStatus.handshake_dir=Mise en place d'une connexion chiffrée à l'annuaire
+torlauncher.bootstrapStatus.requesting_status=Récupération de l'état du réseau
+torlauncher.bootstrapStatus.loading_status=Chargement de l'état du réseau
+torlauncher.bootstrapStatus.loading_keys=Chargement des certificats d'autorité
# torlauncher.bootstrapStatus.requesting_descriptors=Requesting relay information
# torlauncher.bootstrapStatus.loading_descriptors=Loading relay information
torlauncher.bootstrapStatus.conn_or=Connexion au réseau Tor
1
0
[translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed
by translation@torproject.org 12 Feb '14
by translation@torproject.org 12 Feb '14
12 Feb '14
commit 164be3d7f2d572accbccfefcd2d1e9509c3e3505
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Feb 12 15:45:33 2014 +0000
Update translations for tor-launcher-properties_completed
---
pl/torlauncher.properties | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/pl/torlauncher.properties b/pl/torlauncher.properties
index 301974e..c6cea0b 100644
--- a/pl/torlauncher.properties
+++ b/pl/torlauncher.properties
@@ -1,4 +1,4 @@
-### Copyright (c) 2013, The Tor Project, Inc.
+### Copyright (c) 2014, The Tor Project, Inc.
### See LICENSE for licensing information.
torlauncher.error_title=Tor Launcher
@@ -7,7 +7,7 @@ torlauncher.tor_exited=Tor wyłączył się niespodziewanie.
torlauncher.please_restart_app=Proszę zrestartuj tą aplikację.
torlauncher.tor_controlconn_failed=Nie można połączyć się z portem kontrolnym Tora.
torlauncher.tor_failed_to_start=Nie powiodło się włączenie Tora.
-torlauncher.tor_bootstrap_failed=Błąd w ustanowieniu połączenia przez Tora.\n\n%S
+torlauncher.tor_bootstrap_failed=Błąd Tor, nie udało się nawiązać połączenia z siecią Tor (%S).
torlauncher.unable_to_start_tor=Nie można wystartować aplikacji Tor.\n\n%S
torlauncher.tor_missing=Brakuje pliku wykonywalnego Tora.
@@ -29,3 +29,23 @@ torlauncher.quit_win=Wyjście
torlauncher.done=Gotowe
torlauncher.forAssistance=By uzyskać pomoc, skontaktuj się
+
+torlauncher.bootstrapStatus.conn_dir=Podłączanie do katalogu węzłów
+torlauncher.bootstrapStatus.handshake_dir=Ustanawianie szyfrowanego połączenia z katalogiem
+torlauncher.bootstrapStatus.requesting_status=Odczytywanie stanu sieci
+torlauncher.bootstrapStatus.loading_status=Wczytywanie stanu sieci
+torlauncher.bootstrapStatus.loading_keys=Wczytywanie certyfikatów
+torlauncher.bootstrapStatus.requesting_descriptors=Żądanie informacji o węźle
+torlauncher.bootstrapStatus.loading_descriptors=Wczytywanie informacji o węźle
+torlauncher.bootstrapStatus.conn_or=Łączenie z siecią Tor
+torlauncher.bootstrapStatus.handshake_or=Ustanawianie ścieżki Tora
+torlauncher.bootstrapStatus.done=Połączony z siecią Tor!
+
+torlauncher.bootstrapWarning.done=zrobione
+torlauncher.bootstrapWarning.connectrefused=połączenie odrzucone
+torlauncher.bootstrapWarning.misc=różne
+torlauncher.bootstrapWarning.resourcelimit=niewystarczające zasoby
+torlauncher.bootstrapWarning.identity=niezgodność tożsamości
+torlauncher.bootstrapWarning.timeout=upłynął czas połączenia
+torlauncher.bootstrapWarning.noroute=brak trasy do hosta
+torlauncher.bootstrapWarning.ioerror=błąd zapisu/odczytu
1
0
[translation/tor-launcher-properties] Update translations for tor-launcher-properties
by translation@torproject.org 12 Feb '14
by translation@torproject.org 12 Feb '14
12 Feb '14
commit a0f821563367fb1b99da876e0b39b7d41ef885d3
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Feb 12 15:45:30 2014 +0000
Update translations for tor-launcher-properties
---
pl/torlauncher.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pl/torlauncher.properties b/pl/torlauncher.properties
index 6d65cc9..c6cea0b 100644
--- a/pl/torlauncher.properties
+++ b/pl/torlauncher.properties
@@ -7,7 +7,7 @@ torlauncher.tor_exited=Tor wyłączył się niespodziewanie.
torlauncher.please_restart_app=Proszę zrestartuj tą aplikację.
torlauncher.tor_controlconn_failed=Nie można połączyć się z portem kontrolnym Tora.
torlauncher.tor_failed_to_start=Nie powiodło się włączenie Tora.
-# torlauncher.tor_bootstrap_failed=Tor failed to establish a Tor network connection (%S).
+torlauncher.tor_bootstrap_failed=Błąd Tor, nie udało się nawiązać połączenia z siecią Tor (%S).
torlauncher.unable_to_start_tor=Nie można wystartować aplikacji Tor.\n\n%S
torlauncher.tor_missing=Brakuje pliku wykonywalnego Tora.
1
0
12 Feb '14
commit 2c0088b8aa360c8dfa4c38c45d50542fa9aae8fb
Merge: 1ccc282 d6e6eab
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Feb 12 09:17:11 2014 -0500
Merge remote-tracking branch 'origin/maint-0.2.4'
src/or/reasons.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
1
0