[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 7a0f8cf4ecd543a1bec168242929797100e5dba2 Author: Translation commit bot Date: Fri Jan 24 07:53:28 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 47 +++ 1 file changed, 47 insertions(

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 8344a7b045d48187a0265ca31220b2cf1115a43b Author: Translation commit bot Date: Fri Jan 24 07:23:18 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 62 -- 1 file changed, 60

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 4d876d9bbcd6c54f3de3587e4f0ae9788f0d5f6c Author: Translation commit bot Date: Fri Jan 24 06:53:07 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) di

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-01-23 Thread translation
commit 36494574ecb13477b17841f474f338a6d2f2eeeb Author: Translation commit bot Date: Fri Jan 24 05:48:35 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- ja.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ja.po b/ja.po in

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-01-23 Thread translation
commit e902c5d28ff5233b14acaaa51fd0b87795ea6a35 Author: Translation commit bot Date: Fri Jan 24 05:47:18 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- ja.po | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ja.po b/ja.po index 42

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-01-23 Thread translation
commit 9f7160d35df5088b040bf732f21de67c1dd02b4f Author: Translation commit bot Date: Fri Jan 24 05:45:36 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/ja/LC_MESSAGES/messages.po | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-

[tor-commits] [chutney/master] TorNet: Fix format() usage in launch error message

2020-01-23 Thread teor
commit d66c7540b4245f6de0b5b93229c4dd2a8b56d919 Author: teor Date: Fri Jan 24 11:39:51 2020 +1000 TorNet: Fix format() usage in launch error message Fix on 33041. --- lib/chutney/TorNet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chutney/TorNet.p

[tor-commits] [chutney/master] TorNet: Include test-network.sh usage in the tor* launch error message

2020-01-23 Thread teor
commit 403574b6405d045860c8eb359dd8532caab7b8b3 Author: teor Date: Fri Jan 24 11:36:40 2020 +1000 TorNet: Include test-network.sh usage in the tor* launch error message Fix on 33041. --- lib/chutney/TorNet.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/l

[tor-commits] [chutney/master] TorNet: Raise a ValueError when an unknown tor_name is used

2020-01-23 Thread teor
commit 126e8ec9faddd6f6e969a387138c5472c5b0ea72 Author: teor Date: Fri Jan 24 11:02:32 2020 +1000 TorNet: Raise a ValueError when an unknown tor_name is used Follow-up for 33041. --- lib/chutney/TorNet.py | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff

[tor-commits] [chutney/master] TorNet: Fix a dict key typo for 'tor-gencert'

2020-01-23 Thread teor
commit c49affde435cd95eb078e1fe504678fd4a810a50 Author: teor Date: Fri Jan 24 11:33:52 2020 +1000 TorNet: Fix a dict key typo for 'tor-gencert' --- lib/chutney/TorNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index

[tor-commits] [chutney/master] TorNet: CHUTNEY_TOR and CHUTNEY_TOR_GENCERT are binary paths

2020-01-23 Thread teor
commit ab43124c15b38d874d959c918b1403430d071297 Author: teor Date: Fri Jan 24 10:59:35 2020 +1000 TorNet: CHUTNEY_TOR and CHUTNEY_TOR_GENCERT are binary paths (Not directory paths.) Fixes 33041. --- lib/chutney/TorNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[tor-commits] [chutney/master] TorNet: Improve the function docs of process launch functions

2020-01-23 Thread teor
commit da1dd8546ba2a8cb37446c23849b0f93aa8a225f Author: teor Date: Fri Jan 24 11:01:52 2020 +1000 TorNet: Improve the function docs of process launch functions Follow up for 33041. --- lib/chutney/TorNet.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

[tor-commits] [chutney/master] Updated usage comments in 'bootstrap-network.sh'

2020-01-23 Thread teor
commit 633f3740d3ea256ff4b562876b55a0cac799520d Author: Steven Engler Date: Tue Jan 21 23:29:22 2020 -0500 Updated usage comments in 'bootstrap-network.sh' The usage comment now correctly describes the default network flavour started by the script. --- tools/bootstrap-network.

[tor-commits] [chutney/master] Error message for missing tor uses correct env var names

2020-01-23 Thread teor
commit 6244c2e12184793244e32abd4e494fd76773b548 Author: Steven Engler Date: Thu Jan 23 14:26:38 2020 -0500 Error message for missing tor uses correct env var names --- lib/chutney/TorNet.py | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/chutney/TorNet.

[tor-commits] [chutney/master] TorNet: Add function comments to the path functions

2020-01-23 Thread teor
commit d5956193b096aec35520cb99602fb91fde078f14 Author: teor Date: Fri Jan 24 10:46:26 2020 +1000 TorNet: Add function comments to the path functions Documentation for 32969. --- lib/chutney/TorNet.py | 46 +++--- 1 file changed, 43 insertio

[tor-commits] [chutney/master] Merge remote-tracking branch 'tor-github/pr/49'

2020-01-23 Thread teor
commit c642a9580d2474550403dd3e3823def74a6ae480 Merge: d595619 6244c2e Author: teor Date: Fri Jan 24 10:47:32 2020 +1000 Merge remote-tracking branch 'tor-github/pr/49' lib/chutney/TorNet.py | 12 1 file changed, 8 insertions(+), 4 deletions(-) ___

[tor-commits] [chutney/master] Remove temporary files created in 'show_warnings()'

2020-01-23 Thread teor
commit 2cd77aab3bc7f3479a64ad3291478fb3a938d7ee Author: Steven Engler Date: Tue Jan 21 23:26:12 2020 -0500 Remove temporary files created in 'show_warnings()' --- tools/warnings.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/warnings.sh b/tools/warnings.sh index b8c263d..e9

[tor-commits] [chutney/master] Support non-existing absolute paths for the data directory

2020-01-23 Thread teor
commit 09dc71a8aae5245757a5988c97b8c4824bebbc3b Author: Steven Engler Date: Wed Jan 22 00:50:10 2020 -0500 Support non-existing absolute paths for the data directory If the user provides an absolute path for the data directory with 'CHUTNEY_DATA_DIR' or '--net-dir', it should n

[tor-commits] [chutney/master] Merge remote-tracking branch 'tor-github/pr/48'

2020-01-23 Thread teor
commit 733c44581faa3356740f75f78dfdefc3015d0d8d Merge: 3ad3b90 09dc71a Author: teor Date: Fri Jan 24 10:26:11 2020 +1000 Merge remote-tracking branch 'tor-github/pr/48' lib/chutney/TorNet.py | 6 +- tools/bootstrap-network.sh | 25 + tools/hsaddress.sh

[tor-commits] [chutney/master] Merge remote-tracking branch 'tor-github/pr/47'

2020-01-23 Thread teor
commit 3ad3b906c1ec798ddac58ba9ffa3737fad595209 Merge: 2cd77aa 633f374 Author: teor Date: Fri Jan 24 10:25:54 2020 +1000 Merge remote-tracking branch 'tor-github/pr/47' tools/bootstrap-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot

2020-01-23 Thread translation
commit cd7b230edf6a7e9081cc44dcf0ce720c9893fab2 Author: Translation commit bot Date: Fri Jan 24 00:50:00 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot --- contents+ja.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/co

[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot

2020-01-23 Thread translation
commit 943f75cb8e44b7350a6ece6051854e483d44d457 Author: Translation commit bot Date: Fri Jan 24 00:45:26 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+ja.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff -

[tor-commits] [stem/master] Simplify exit status checks

2020-01-23 Thread atagar
commit 2ed4040afc1ef2a64713a2f9e0290c6a821d0bd3 Author: Damian Johnson Date: Thu Jan 23 15:21:25 2020 -0800 Simplify exit status checks Nothing important. In python checking for None with 'is' is slightly preferred, and I'm unsure why we had separate conditionals for positive

[tor-commits] [stem/master] test/integ/process.py: Detect Tor exiting with nonzero exitcode

2020-01-23 Thread atagar
commit 4afc6de5ce6098fad1ee95a5af16136d23423203 Author: Nick Mathewson Date: Thu Jan 23 13:28:23 2020 -0500 test/integ/process.py: Detect Tor exiting with nonzero exitcode The take_ownership_via_{pid,controller} tests previously used "tor_process_poll() == 0" to see whether Tor

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 86ad2cac5c973d8f01bf32c0f53444de2f51bf2e Author: Translation commit bot Date: Thu Jan 23 22:23:23 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+ja.po | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contents+ja.

[tor-commits] [translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot

2020-01-23 Thread translation
commit cae413e55104f42bee6e511648fc5c8201140cc0 Author: Translation commit bot Date: Thu Jan 23 22:20:00 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot --- contents+ja.po | 148 + 1 file change

[tor-commits] [gettor/master] Change es string test to match json file

2020-01-23 Thread cohosh
commit 9bbda2ab504f7ffe9c4a31c17c741379d190ddb8 Author: Cecylia Bocovich Date: Mon Jan 20 20:00:03 2020 -0500 Change es string test to match json file We haven't translated any es or pt strings, so use the English translation for now until we update those files. --- tests/test

[tor-commits] [gettor/master] Update tests to load a test config

2020-01-23 Thread cohosh
commit 2ef6773bec29b9e671d698ec671201fbb6eb3493 Author: Cecylia Bocovich Date: Mon Jan 20 17:50:03 2020 -0500 Update tests to load a test config --- tests/test.conf.json| 20 tests/test_email_service.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-)

[tor-commits] [gettor/master] Fix edge case where config file never declared

2020-01-23 Thread cohosh
commit 34e912bbb3b9815469f1d2afe30c34bb6d588a4b Author: Cecylia Bocovich Date: Mon Jan 20 17:27:03 2020 -0500 Fix edge case where config file never declared This commit fixes an edge case in which the config filename is never declared if the config is set but the file does not

[tor-commits] [gettor/master] Slight changes to README for tests

2020-01-23 Thread cohosh
commit 4005315b36180649d3d083bc419b2846c33d Author: Cecylia Bocovich Date: Mon Jan 20 20:02:53 2020 -0500 Slight changes to README for tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3df81b..f31d113 100644 --- a/READM

[tor-commits] [gettor/master] Create a test database with gettor links

2020-01-23 Thread cohosh
commit c1672a3f8d07e105793bd0f0eb247e9474622f5f Author: Cecylia Bocovich Date: Mon Jan 20 17:51:27 2020 -0500 Create a test database with gettor links --- tests/__init__.py | 4 1 file changed, 4 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index e69de29..f323d24

[tor-commits] [gettor/master] Remove twitter test that requires auth

2020-01-23 Thread cohosh
commit 3517e54ca7d79a4e2253a73d7296767e124d2474 Author: Cecylia Bocovich Date: Mon Jan 20 19:55:15 2020 -0500 Remove twitter test that requires auth Removes tests that require access to secrets. --- tests/test_twitter.py | 6 -- 1 file changed, 6 deletions(-) diff --git a/tes

[tor-commits] [snowflake/master] Formatting improvements.

2020-01-23 Thread dcf
commit d6467ff5854627dcaefbef89bdd348bfe461da12 Author: David Fifield Date: Tue Dec 24 18:01:17 2019 -0700 Formatting improvements. --- client/lib/interfaces.go | 1 - client/lib/peers.go | 9 - client/lib/rendezvous.go | 8 +++- client/snowflake.go | 22 ++

[tor-commits] [snowflake/master] Update a comment: we no longer keep track of handlers.

2020-01-23 Thread dcf
commit e27709080ab423163c46e4ebf685a0b37e60862e Author: David Fifield Date: Tue Dec 24 19:16:10 2019 -0700 Update a comment: we no longer keep track of handlers. --- client/snowflake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/snowflake.go b/client/snowfla

[tor-commits] [snowflake/master] Remove erroneous logging around pt.*Error calls.

2020-01-23 Thread dcf
commit 5ff75e1034c8d4ae4ba64f92d9aef364d09c27ac Author: David Fifield Date: Mon Jan 20 23:57:31 2020 -0700 Remove erroneous logging around pt.*Error calls. These functions are called for their side effect of sending a PT error message on stdout; they also return a representatio

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit fc69fc9292c4d8625645fe321462a09575f26d08 Author: Translation commit bot Date: Thu Jan 23 16:53:36 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contents+fa.po b/contents+fa.p

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-01-23 Thread translation
commit 01a32b6c354a1a7544af69485d0b405c8b6fd216 Author: Translation commit bot Date: Thu Jan 23 16:48:32 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- fr.po | 100 +- 1 file changed,

[tor-commits] [translation/tails-misc_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed

2020-01-23 Thread translation
commit c35a189afd2074885437636b3e435c358f13304a Author: Translation commit bot Date: Thu Jan 23 16:47:21 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed --- fr.po | 1371 + 1 file change

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-01-23 Thread translation
commit 7d5322d234dbd4d32128257f053119c851419faa Author: Translation commit bot Date: Thu Jan 23 16:47:14 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- fr.po | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fr.po b/fr

[tor-commits] [community/develop] Adding missing link

2020-01-23 Thread hiro
commit ef7406711e5cac796fbfef193d79b012da15ea2b Author: Enjeck Cleopatra <32180937+protecht...@users.noreply.github.com> Date: Thu Dec 12 15:00:03 2019 +0100 Adding missing link --- content/onion-services/setup/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[tor-commits] [community/develop] Update contents.lr

2020-01-23 Thread hiro
commit 83f54c919485f170f6b11c892d2e544982d4 Author: Enjeck Cleopatra <32180937+protecht...@users.noreply.github.com> Date: Thu Dec 12 15:03:03 2019 +0100 Update contents.lr --- content/onion-services/setup/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c

[tor-commits] [community/develop] edited one sentence for clarity

2020-01-23 Thread hiro
commit 51c49f96aa618fef49f688953ea6297d57d4d9b5 Author: stephw Date: Fri Jan 10 18:24:37 2020 + edited one sentence for clarity --- content/localization/becoming-tor-translator/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/localization/becoming

[tor-commits] [community/develop] Merge branch 'master' into PROTechThor-log-faq-link

2020-01-23 Thread hiro
commit ef20e52d1f3600e6ab76681ef3fc21965333ea45 Merge: ef74067 3b7add0 Author: Enjeck Cleopatra <32180937+protecht...@users.noreply.github.com> Date: Thu Dec 12 15:02:27 2019 +0100 Merge branch 'master' into PROTechThor-log-faq-link assets/static/images/home/png/block-trackers.png | Bin

[tor-commits] [community/develop] improve translators onboarding order, added irc channel

2020-01-23 Thread hiro
commit 1f10b6914a9dfd50d511bf905e0c41850cef3d1c Author: emma peel Date: Fri Jan 10 13:00:44 2020 +0100 improve translators onboarding order, added irc channel --- .../becoming-tor-translator/contents.lr | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-

[tor-commits] [community/develop] Fix gosc template and contents files

2020-01-23 Thread hiro
commit e97a3f2207b92097045ac4e61274ae681121eb8b Author: hiro Date: Thu Jan 23 17:41:07 2020 +0100 Fix gosc template and contents files --- .../gsoc/cloudflare-captcha-monitoring/contents.lr | 10 ++-- content/gsoc/contents.lr | 6 +- content/gsoc/onion-toolbox/co

[tor-commits] [community/develop] more updates for l10n section.

2020-01-23 Thread hiro
commit e7672f4557448337624e6de90f36f3e3869b4972 Author: emma peel Date: Wed Jan 15 19:13:01 2020 +0100 more updates for l10n section. closes: https://dip.torproject.org/torproject/web/community/merge_requests/27 --- content/localization/pick-a-project/contents.lr | 9 + 1 file

[tor-commits] [community/develop] Update link for Tor FAQ

2020-01-23 Thread hiro
commit 3c3fe0a005c434d9032efcad1dbb5d11b73d96e2 Merge: d77912b 55e30a6 Author: emma peel Date: Thu Dec 19 16:46:52 2019 +0100 Update link for Tor FAQ content/relay-operations/community-resources/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) _

[tor-commits] [community/develop] Merge remote-tracking branch 'PROTechThor/PROTechThor-log-faq-link'

2020-01-23 Thread hiro
commit 09a81245f9e9cb1cc122d64efef9c755aa445253 Merge: 649f995 6fd7a72 Author: emma peel Date: Wed Jan 15 10:44:02 2020 +0100 Merge remote-tracking branch 'PROTechThor/PROTechThor-log-faq-link' content/onion-services/setup/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [community/develop] Adding http://

2020-01-23 Thread hiro
commit 6fd7a7224bd944c2f8e27afddab1b0c073aaae05 Author: Enjeck Cleopatra <32180937+protecht...@users.noreply.github.com> Date: Sun Dec 29 14:43:20 2019 +0100 Adding http:// --- content/onion-services/setup/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conte

[tor-commits] [community/develop] Add Project Ideas for GSoC to Community Portal

2020-01-23 Thread hiro
commit 4de1020c71e1af0a53c2469ad7e45c26a54aafd2 Author: Pili Guerra Date: Wed Jan 22 13:04:16 2020 +0100 Add Project Ideas for GSoC to Community Portal --- .../gsoc/cloudflare-captcha-monitoring/contents.lr | 47 +++ content/gsoc/contents.lr | 17 con

[tor-commits] [community/develop] Change contents files for a few projects

2020-01-23 Thread hiro
commit 3084f4c3384dc7d96ffd8f086f19d56b6cd6ff8e Author: hiro Date: Thu Jan 23 17:42:16 2020 +0100 Change contents files for a few projects --- content/gsoc/onion-toolbox/contents.lr| 2 +- content/gsoc/privacy-friendly-web/contents.lr | 2 +- 2 files changed, 2 insertions(+), 2 del

[tor-commits] [community/develop] Make color header consistent

2020-01-23 Thread hiro
commit 276e27d951de5175315a62aa863a1f992dfbcc02 Author: Antonela Date: Thu Dec 5 08:54:43 2019 -0300 Make color header consistent Fix https://dip.torproject.org/torproject/web/community/issues/108 --- .../community-resources/bad-relays/contents.lr | 26 --

[tor-commits] [community/develop] Update broken links

2020-01-23 Thread hiro
commit 649f9953d10a8236467765aa842985e62ed82fb4 Author: Gustavo Gus Date: Mon Jan 13 17:08:03 2020 + Update broken links --- .../community-resources/tor-exit-guidelines/contents.lr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/relay-oper

[tor-commits] [community/develop] Refactor docker installation instructions.

2020-01-23 Thread hiro
commit d654c53eca0e179ef145c25a36f4917e62c154e7 Author: Philipp Winter Date: Tue Nov 26 15:45:42 2019 -0800 Refactor docker installation instructions. --- .../technical-setup/bridge/docker/contents.lr | 50 +- 1 file changed, 39 insertions(+), 11 deletions(-) diff

[tor-commits] [community/develop] add redirects for languages still not published.

2020-01-23 Thread hiro
commit f1d585122351616a09acddc86d37d6a35d3328d0 Author: emma peel Date: Mon Dec 16 11:22:31 2019 +0100 add redirects for languages still not published. will-fix: https://trac.torproject.org/projects/tor/ticket/32760 --- .htaccess | 18 ++ 1 file changed, 18 insertions(

[tor-commits] [community/develop] Fix merge conflict for gsoc branch

2020-01-23 Thread hiro
commit 4d0b5c4d3c2e42af215d4782f781a534d5bc420d Merge: 80468d0 3084f4c Author: hiro Date: Thu Jan 23 17:44:19 2020 +0100 Fix merge conflict for gsoc branch .htaccess | 18 + .../gsoc/cloudflare-captcha-monitoring/contents.lr | 49

[tor-commits] [community/develop] one sentence per line, needed for localization

2020-01-23 Thread hiro
commit 07fae35ad17d630b3e0e035fbc2aeacac9e00c0e Author: emma peel Date: Wed Dec 11 10:52:54 2019 +0100 one sentence per line, needed for localization --- .../eff-tor-legal-faq/contents.lr | 62 -- .../relays-requirements/contents.lr| 2

[tor-commits] [community/develop] Update h6 header to include portal and section

2020-01-23 Thread hiro
commit 3b7add0533da45fd2e2bd1ac3c1068b5b2274daa Author: Antonela Date: Thu Dec 5 09:15:00 2019 -0300 Update h6 header to include portal and section Fix https://dip.torproject.org/torproject/web/community/issues/38 --- templates/hero.html | 2 +- 1 file changed, 1 insertion(+), 1 d

[tor-commits] [community/develop] Merge remote-tracking branch 'clash/patch-1'

2020-01-23 Thread hiro
commit d77912bb545ea7217794795b7cefda40da1221a3 Merge: f1d5851 2b71d91 Author: emma peel Date: Thu Dec 19 16:35:03 2019 +0100 Merge remote-tracking branch 'clash/patch-1' content/relay-operations/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [community/develop] Update lego

2020-01-23 Thread hiro
commit c3ea4bb0980d1c30d7674359771ecab54b9c1a7d Author: hiro Date: Mon Nov 25 18:32:48 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 7f196bc..3409e3e 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 7f196bc3

[tor-commits] [community/develop] one sentence per line, needed for localization

2020-01-23 Thread hiro
commit 4ef2beae3f6cb2c48f7026082f770b5a016224ef Author: emma peel Date: Mon Dec 2 19:14:10 2019 +0100 one sentence per line, needed for localization --- .../bridge/debian-ubuntu/contents.lr | 13 +++ .../technical-setup/bridge/docker/contents.lr | 45

[tor-commits] [community/develop] Update lego

2020-01-23 Thread hiro
commit e06f1c271990c77a73b46392e1afe96e9a57ccfa Author: hiro Date: Wed Nov 27 16:11:42 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index c722b34..f0ea955 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit c722b346

[tor-commits] [community/develop] Update lego

2020-01-23 Thread hiro
commit 9335473b5e7acf44905653cd2d7dabc100a1b1c1 Author: hiro Date: Wed Nov 27 14:03:36 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 3409e3e..7c0e9ee 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 3409e3ee

[tor-commits] [community/develop] Update lego

2020-01-23 Thread hiro
commit 6e38bca0a62530ed137e8d93c2d54704103a852e Author: hiro Date: Wed Nov 27 14:32:44 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 7c0e9ee..d892ab1 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 7c0e9ee4

[tor-commits] [community/develop] Update contents.lr

2020-01-23 Thread hiro
commit 2b71d91ce4d7086d110d6e3353285e8e8154166c Author: Aadi Bajpai Date: Tue Nov 12 16:05:58 2019 +0530 Update contents.lr --- content/relay-operations/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/relay-operations/contents.lr b/content/relay-ope

[tor-commits] [community/develop] Update lego

2020-01-23 Thread hiro
commit 675ef6fb9e6b0db01f58879a04ec2e8c28a1e6c5 Author: hiro Date: Wed Nov 27 14:55:32 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index d892ab1..ab20d49 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit d892ab18

[tor-commits] [community/develop] Update link for Tor FAQ

2020-01-23 Thread hiro
commit 55e30a679931a6aabb294a1beb8e8101357d22d8 Author: IvetaHron <48660940+ivetah...@users.noreply.github.com> Date: Tue Oct 22 16:42:18 2019 +0100 Update link for Tor FAQ Update link for Tor FAQ to Support portal. --- content/relay-operations/community-resources/contents.lr | 2 +

[tor-commits] [community/develop] Add instructions on how to upgrade a container.

2020-01-23 Thread hiro
commit 17bb36d926b9ad67af4dc7a504c8c36367d4a608 Author: Philipp Winter Date: Tue Nov 26 09:25:21 2019 -0800 Add instructions on how to upgrade a container. --- .../technical-setup/bridge/docker/contents.lr | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) d

[tor-commits] [community/develop] Update instructions to match new docker workflow.

2020-01-23 Thread hiro
commit 5d8c76860a2aa2de29d054cfc29a520a73b7f9fc Author: Philipp Winter Date: Wed Nov 20 13:23:30 2019 -0800 Update instructions to match new docker workflow. --- .../technical-setup/bridge/docker/contents.lr | 47 -- 1 file changed, 26 insertions(+), 21 deletions(-

[tor-commits] [community/develop] Update lego

2020-01-23 Thread hiro
commit 3275b534bbe477311c74f7e2ddd58884e5d7c3d3 Author: hiro Date: Mon Nov 25 18:14:46 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index c77ce2b..7f196bc 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit c77ce2bf

[tor-commits] [community/develop] Distinguish between a docker image and container.

2020-01-23 Thread hiro
commit d32c17df40f1bc0a22d2a452b381c19d30fa2491 Author: Philipp Winter Date: Mon Nov 25 15:28:03 2019 -0800 Distinguish between a docker image and container. --- .../relay-operations/technical-setup/bridge/docker/contents.lr | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

[tor-commits] [community/develop] Explain how to run multiple containers.

2020-01-23 Thread hiro
commit a5aebc83ddcccf46e6478b73f9f819516e532780 Author: Philipp Winter Date: Mon Nov 25 15:28:32 2019 -0800 Explain how to run multiple containers. --- content/relay-operations/technical-setup/bridge/docker/contents.lr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c

[tor-commits] [community/develop] Rephrase Debian-specific note to general note.

2020-01-23 Thread hiro
commit 4b3df13c6d26ec9c4b928ce8dd7c7d66c2af75ae Author: Philipp Winter Date: Tue Nov 26 09:27:02 2019 -0800 Rephrase Debian-specific note to general note. It doesn't just apply to Debian. It applies to Ubuntu as well. Thanks to Micah for pointing this out! --- .../relay-oper

[tor-commits] [community/develop] Update lego

2020-01-23 Thread hiro
commit cfb123cf39a4712e7b6f9663abc3176a080c9a03 Author: hiro Date: Wed Nov 27 15:24:40 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index ab20d49..c722b34 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit ab20d498

[tor-commits] [community/develop] Update lego

2020-01-23 Thread hiro
commit 512dcdce9e586e9784bd7034d89b73a74f55adea Author: hiro Date: Wed Nov 20 18:41:10 2019 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index bbf8108..c77ce2b 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit bbf8108b

[tor-commits] [gettor/master] Make gitlab repositories public

2020-01-23 Thread cohosh
commit 4c8dd8568ac7ee9fd01a75d23b9fcfbf507be5c0 Author: Cecylia Bocovich Date: Thu Jan 23 09:26:50 2020 -0500 Make gitlab repositories public Created projects default to private, we need to set the visibility in the script to make them public. --- scripts/update_git | 9 ++

[tor-commits] [gettor/master] Ensure failure is declared before referenced

2020-01-23 Thread cohosh
commit 5404ef818317f0c0ceea6a6130f83ccc8d070fd7 Author: Cecylia Bocovich Date: Thu Jan 23 09:14:15 2020 -0500 Ensure failure is declared before referenced This fixes a bug where, if there were no errors in uploading binaries, failure is referenced before it was ever declared. -

[tor-commits] [gettor/master] Ensure base64 encoded binaries are in ascii

2020-01-23 Thread cohosh
commit 1631494e1c7d313e46d0e5ed00bc6f0b0e50c209 Author: Cecylia Bocovich Date: Thu Jan 23 09:05:55 2020 -0500 Ensure base64 encoded binaries are in ascii This fixes an issue that occurred while running the new gitlab script on the gettor machine. Newer library versions require

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit d92185896811a509bae85ed80defa44c1ba9b5d0 Author: Translation commit bot Date: Thu Jan 23 16:23:35 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-)

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-01-23 Thread translation
commit 7de356c46f200bc21cf71f79fdf9de060b599ff4 Author: Translation commit bot Date: Thu Jan 23 16:18:34 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- fr.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fr.po b/

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-01-23 Thread translation
commit 3ab5f7344bb65a22bafd505d5980b3e3657cad28 Author: Translation commit bot Date: Thu Jan 23 16:17:17 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- fr.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fr.po b/fr.po inde

[tor-commits] [translation/liveusb-creator_completed] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator_completed

2020-01-23 Thread translation
commit e72a1486c8ddee9e145e3947e8a53ec59a3c3b26 Author: Translation commit bot Date: Thu Jan 23 16:16:24 2020 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator_completed --- fr/fr.po | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff -

[tor-commits] [translation/liveusb-creator] https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator

2020-01-23 Thread translation
commit 2935e30987da737e959a6ac127db70c39a7c4b3e Author: Translation commit bot Date: Thu Jan 23 16:16:11 2020 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator --- fr/fr.po | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/fr/f

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 0be5913a39a97268dc207df18dd2eb2750e5e06d Author: Translation commit bot Date: Thu Jan 23 14:24:00 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 4 1 file changed, 4 insertions(+) diff --git a/contents+fa.po b/contents+fa

[tor-commits] [tor/master] update doc/HACKING/ReleasingTor.md

2020-01-23 Thread nickm
commit 7c76cedf0fea5117612018bf8b07e6fe91e967e7 Author: Nick Mathewson Date: Thu Jan 23 08:55:55 2020 -0500 update doc/HACKING/ReleasingTor.md --- doc/HACKING/ReleasingTor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/Relea

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 4bcb25cb1da983ee8fa47e974b72962d7f2439bc Author: Translation commit bot Date: Thu Jan 23 13:53:41 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 29 + 1 file changed, 29 insertions(+) diff --git a/c

[tor-commits] [tor-browser/tor-browser-68.4.1esr-9.5-1] Bug 461204 - Improve the random number generator for the boundaries in multipart/form-data r=smaug

2020-01-23 Thread boklm
commit 3b2165b8be4f7fd7889c17cbb39a4348f7666bc8 Author: Alex Catarineu Date: Mon Jan 13 20:41:14 2020 + Bug 461204 - Improve the random number generator for the boundaries in multipart/form-data r=smaug Using a weak RNG for the form boundary allows a website operator to perfor

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit f9b463bf07ee2b3c8b7f711059f2b3e17196f4ca Author: Translation commit bot Date: Thu Jan 23 12:53:41 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 43 --- 1 file changed, 40 insertions(+),

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit c851cc39bb86422f118ab8dd1dadc83af189965b Author: Translation commit bot Date: Thu Jan 23 12:23:33 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contents+f

[tor-commits] [community/staging] Add Project Ideas for GSoC to Community Portal

2020-01-23 Thread pili
commit 6df982765bb09b7c09a82c9afd0e1ecd309bb50e Author: Pili Guerra Date: Wed Jan 22 13:04:16 2020 +0100 Add Project Ideas for GSoC to Community Portal --- .../gsoc/cloudflare-captcha-monitoring/contents.lr | 47 +++ content/gsoc/contents.lr | 17 con

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 6bceba96680235fbc67eeb4522c721fd446437e5 Author: Translation commit bot Date: Thu Jan 23 10:53:41 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contents+fa

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 338a38a670f22cd46018a82edfe708f0713d99df Author: Translation commit bot Date: Thu Jan 23 10:24:01 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 9 + 1 file changed, 9 insertions(+) diff --git a/contents+fa.po b/conten

[tor-commits] [community/develop] Proposed layout

2020-01-23 Thread pili
commit 229a747f897f90469dd74169dd0445bf420348e9 Author: Pili Guerra Date: Wed Jan 22 16:31:54 2020 +0100 Proposed layout --- content/gsoc/privacy-friendly-web/contents.lr | 2 +- templates/project.html| 34 ++- 2 files changed, 34 insertions

[tor-commits] [community/develop] [WIP] Working on page layouts

2020-01-23 Thread pili
commit 184438ad54a77ef2c3b9fb26cbdc8c06f56146ad Author: Pili Guerra Date: Wed Jan 22 16:05:44 2020 +0100 [WIP] Working on page layouts --- content/gsoc/contents.lr | 4 +++- content/gsoc/privacy-friendly-web/contents.lr | 6 +- content/gsoc/tor-weather/contents.l

[tor-commits] [community/develop] Refining model

2020-01-23 Thread pili
commit f7e05b588a3c4675f93285236682588f08402391 Author: Pili Guerra Date: Wed Jan 22 17:29:04 2020 +0100 Refining model --- content/gsoc/privacy-friendly-web/contents.lr | 4 content/gsoc/tor-weather/contents.lr | 6 +- models/project.ini| 8

[tor-commits] [community/develop] Add starter project ideas

2020-01-23 Thread pili
commit b0158db91a3f99e7e664b9d1577f4374947546d7 Author: Pili Guerra Date: Wed Jan 22 17:59:56 2020 +0100 Add starter project ideas --- .../gsoc/cloudflare-captcha-monitoring/contents.lr | 47 content/gsoc/onion-toolbox/contents.lr | 58 con

[tor-commits] [community/develop] [WIP] Add Project Ideas for GSoC to Community Portal

2020-01-23 Thread pili
commit 1b523fe5c9b8f1565804fb9ceec473eb53f0eb22 Author: Pili Guerra Date: Wed Jan 22 13:04:16 2020 +0100 [WIP] Add Project Ideas for GSoC to Community Portal --- content/gsoc/contents.lr | 15 +++ content/gsoc/privacy-friendly-web/contents.lr | 36 +

[tor-commits] [community/develop] Add gso email address

2020-01-23 Thread pili
commit 9a0558bae6d0c8ad06618e05fa48bbf4da08a50a Author: Pili Guerra Date: Wed Jan 22 18:04:11 2020 +0100 Add gso email address --- templates/gsoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gsoc.html b/templates/gsoc.html index 2d66065..1c1add9 100644

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 6b86b9d85f53eb79c2d43801193d2b2c02c63a84 Author: Translation commit bot Date: Thu Jan 23 09:53:38 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents+fa.po b

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2020-01-23 Thread translation
commit 1c93a95f8c81797416c3093d72e80bcf4ec23a9b Author: Translation commit bot Date: Thu Jan 23 09:23:46 2020 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fa.po | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git

  1   2   >