[tor-commits] [community/master] sort layout items

2019-10-16 Thread antonela
commit 2f8c9270e48ea0dffa2ff7876c9b30bf1782e6e6 Author: Antonela Date: Wed Oct 16 11:49:39 2019 -0300 sort layout items --- content/localization/contents.lr | 4 ++-- content/onion-services/contents.lr | 2 +- content/relay-operations/contents.lr | 2 +-

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2019-10-16 Thread translation
commit 07b3b7b9e258b3551faabf1a784dd0ca136e7c7e Author: Translation commit bot Date: Wed Oct 16 14:52:39 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- ja/network-settings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [community/master] add item to nav

2019-10-16 Thread antonela
commit 025ee4439a7dfc6b9c39c0b136c91d870e9c0f08 Author: Antonela Date: Wed Oct 16 12:12:52 2019 -0300 add item to nav --- databags/pagenav+en.ini | 4 1 file changed, 4 insertions(+) diff --git a/databags/pagenav+en.ini b/databags/pagenav+en.ini index 7d03cec..57c87f6 100644 ---

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2019-10-16 Thread translation
commit ea6b8a23b5e288c6707d08120268d8524c099fd5 Author: Translation commit bot Date: Wed Oct 16 15:23:02 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- ja/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [community/master] add alpha testers survey link

2019-10-16 Thread antonela
commit 8e91b85c38934963b221c737f1c28b8fc5c8e0c4 Author: Antonela Date: Wed Oct 16 12:26:46 2019 -0300 add alpha testers survey link --- content/user-research/become-tester/contents.lr | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git

[tor-commits] [tor/master] address_set.c: doxygen comment repair.

2019-10-16 Thread nickm
commit ba44423cfc0ea41c039e52160f8002193dc80acf Author: Nick Mathewson Date: Wed Oct 16 11:15:25 2019 -0400 address_set.c: doxygen comment repair. --- src/core/or/address_set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/or/address_set.c

[tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed

2019-10-16 Thread translation
commit 31fb3cde0445494b32c7adbdc05e06c240119592 Author: Translation commit bot Date: Wed Oct 16 15:53:32 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- ja/network-settings.dtd | 21 + 1 file changed, 21

[tor-commits] [tor/master] or_options_st.h: repair some doxygen comments.

2019-10-16 Thread nickm
commit 6a2057a9f2deed5ce1a5a134566301d2e1ceb27b Author: Nick Mathewson Date: Wed Oct 16 12:05:17 2019 -0400 or_options_st.h: repair some doxygen comments. --- src/app/config/or_options_st.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] shared_random.[ch]: repair doxygen comments

2019-10-16 Thread nickm
commit 18ea8855f2c8246f76afa8cb6f30655d8872e338 Author: Nick Mathewson Date: Wed Oct 16 12:04:53 2019 -0400 shared_random.[ch]: repair doxygen comments --- src/feature/dirauth/shared_random.c | 77 +++-- src/feature/dirauth/shared_random.h | 59

[tor-commits] [community/master] fix title case

2019-10-16 Thread antonela
commit 0e1f7b8c4a985e1b68547b00ee1228193257313e Author: Antonela Date: Wed Oct 16 11:59:21 2019 -0300 fix title case --- content/user-research/become-tester/contents.lr | 2 +- content/user-research/open/contents.lr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [community/master] match layout with other sections

2019-10-16 Thread antonela
commit 24a118e67fa93d79c6eec22aaced4ac1bc60e0c7 Author: Antonela Date: Wed Oct 16 11:58:25 2019 -0300 match layout with other sections --- templates/user-research.html | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/templates/user-research.html

[tor-commits] [community/master] update user research content

2019-10-16 Thread antonela
commit ee883fbc4107546c3076c4409d65be2af9b36cff Author: Antonela Date: Wed Oct 16 12:02:59 2019 -0300 update user research content --- templates/user-research.html | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/templates/user-research.html

[tor-commits] [tor/master] channel.h: fix various doxygen warnings

2019-10-16 Thread nickm
commit a54c98007a3233fa1abd33e920e724fadb8d1aeb Author: Nick Mathewson Date: Wed Oct 16 11:11:43 2019 -0400 channel.h: fix various doxygen warnings There were a bunch of items where the doxygen comments were formatted incorrectly (with /* instead of /**) ---

[tor-commits] [tor/master] voting_schedule: fix doxygen comments to use /**

2019-10-16 Thread nickm
commit ce0739314bc581589df3e68d79755e8fbe3e5e6e Author: Nick Mathewson Date: Wed Oct 16 11:08:34 2019 -0400 voting_schedule: fix doxygen comments to use /** Previously some of the comments here used /*. --- src/feature/dircommon/voting_schedule.h | 11 +-- 1 file changed,

[tor-commits] [tor/master] hs_service.c: repair doxygen comments

2019-10-16 Thread nickm
commit ca26ea03fcd3fbe1c9d0f10b751bed4c3a98719d Author: Nick Mathewson Date: Wed Oct 16 11:26:20 2019 -0400 hs_service.c: repair doxygen comments --- src/feature/hs/hs_service.c | 231 ++-- 1 file changed, 116 insertions(+), 115 deletions(-) diff

[tor-commits] [tor/master] hs_descriptor.[ch]: repair doxygen comments.

2019-10-16 Thread nickm
commit 2127d797e9fe869be5a8966c5eabbb196a4698f0 Author: Nick Mathewson Date: Wed Oct 16 11:33:03 2019 -0400 hs_descriptor.[ch]: repair doxygen comments. These are yet more that were not made with "/**" --- src/feature/hs/hs_descriptor.c | 142

[tor-commits] [tor/master] hs_service.h: repair doxygen comments.

2019-10-16 Thread nickm
commit 0e9e5c37b7ee60d3e47e1c6586f1c6bc2215e506 Author: Nick Mathewson Date: Wed Oct 16 11:18:43 2019 -0400 hs_service.h: repair doxygen comments. --- src/feature/hs/hs_service.h | 136 ++-- 1 file changed, 69 insertions(+), 67 deletions(-) diff

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

2019-10-16 Thread translation
commit 2fc238e307d7e095ab2a9162e8df9cd2a040b0dc Author: Translation commit bot Date: Wed Oct 16 15:47:11 2019 + https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot --- code_of_conduct+fr.po | 12 ++-- 1 file changed, 6 insertions(+), 6

[tor-commits] [tor/master] hs_cell.[ch]: repair doxygen.

2019-10-16 Thread nickm
commit 3430b487d68a8af131e23fa417f7635e1cbaf3c8 Author: Nick Mathewson Date: Wed Oct 16 12:08:38 2019 -0400 hs_cell.[ch]: repair doxygen. --- src/feature/hs/hs_cell.c | 50 src/feature/hs/hs_cell.h | 45

[tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed

2019-10-16 Thread translation
commit c55091f1b4e1914c9d7acaca705f89779adf548f Author: Translation commit bot Date: Wed Oct 16 22:52:45 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- pt_BR/network-settings.dtd | 22 ++ 1 file changed,

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2019-10-16 Thread translation
commit ff80e192355195ecfb8f8a1c11ded99825abf147 Author: Translation commit bot Date: Wed Oct 16 22:52:39 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- pt_BR/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2019-10-16 Thread translation
commit f56aa9348acf24b89eb902b0056656de328a380e Author: Translation commit bot Date: Wed Oct 16 19:52:50 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web --- contents+nl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contents+nl.po

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

2019-10-16 Thread translation
commit 9ce76b512c5129ab6bc6ed87c62905b657d1a124 Author: Translation commit bot Date: Wed Oct 16 19:51:47 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties --- it/browserOnboarding.properties | 6 +++--- 1 file changed, 3

[tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json

2019-10-16 Thread translation
commit 3074b8b096f80392d625fa61cae3a904b9866567 Author: Translation commit bot Date: Wed Oct 16 20:17:13 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json --- it/messages.json | 14 +++--- 1 file changed, 7 insertions(+), 7

[tor-commits] [tor-launcher/master] Bug 32112: Fix bad & escaping in translations

2019-10-16 Thread gk
commit 53fd49865ef9794a319582ad7cd4b551d8e89051 Author: Georg Koppen Date: Wed Oct 16 20:25:21 2019 + Bug 32112: Fix bad & escaping in translations --- src/chrome/locale/en-US/network-settings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed

2019-10-16 Thread translation
commit c019601095e414b46ca2eb9c6be821c254851dd3 Author: Translation commit bot Date: Wed Oct 16 21:17:12 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed --- he/messages.json | 68

[tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json

2019-10-16 Thread translation
commit 7df8bb88c7e2ba5a64845de9317df23da5a96927 Author: Translation commit bot Date: Wed Oct 16 19:17:03 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json --- nl/messages.json | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-)

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2019-10-16 Thread translation
commit 58aa8a06004b22e5ef437cb7464c9c5dcb19f2f9 Author: Translation commit bot Date: Wed Oct 16 17:52:32 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- ja/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2019-10-16 Thread translation
commit 2fa02ea2532a3460111ca317373728e2087f5252 Author: Translation commit bot Date: Wed Oct 16 22:45:48 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties --- pt_BR/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-16 Thread translation
commit d606cf15090f0b0a6c18aadaccb30baa52cdf520 Author: Translation commit bot Date: Wed Oct 16 22:45:54 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed --- pt_BR/exonerator.properties | 41 + 1

[tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json

2019-10-16 Thread translation
commit d9be15cf130a6a6fbd4509043c8a055eac5a4be1 Author: Translation commit bot Date: Wed Oct 16 22:47:07 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json --- pt_BR/messages.json | 22 +++--- 1 file changed, 11 insertions(+),

[tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed

2019-10-16 Thread translation
commit 72aaa5c22fb1176207192a28476e797eafadfb2a Author: Translation commit bot Date: Wed Oct 16 18:17:44 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed --- messages.json | 48 1

[tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed

2019-10-16 Thread translation
commit bf560a1ae52ae748d32ef5d12835dd5f54b6b3ef Author: Translation commit bot Date: Wed Oct 16 18:52:45 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- es_AR/network-settings.dtd | 33 +++-- 1

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2019-10-16 Thread translation
commit 3fd6188896a6e8fd747bd3253324041b6901ba27 Author: Translation commit bot Date: Wed Oct 16 18:52:39 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- es_AR/network-settings.dtd | 34 +- 1 file

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

2019-10-16 Thread translation
commit 50307b66a7e5acf267b6267087b1cda2cfbe96fe Author: Translation commit bot Date: Wed Oct 16 21:46:53 2019 + https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot --- code_of_conduct+fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

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

2019-10-16 Thread translation
commit f47ec66ad16f6eec5a163c1ff4f7b5424d5a75de Author: Translation commit bot Date: Wed Oct 16 22:53:28 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+pt-BR.po | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git

[tor-commits] [bridgedb/develop] Merge branch 'release-0.9.0'

2019-10-16 Thread phw
commit 681963de8219777b035244df9b51b2c8ab549ee0 Merge: c91498a 330d21f Author: Philipp Winter Date: Wed Oct 16 10:04:09 2019 -0700 Merge branch 'release-0.9.0' AUTHORS| 3 +- CHANGELOG | 7 +++

[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-3] Bug 32092: Fix Tor Browser Support link in preferences

2019-10-16 Thread gk
commit fa8eb720629b18e1ca34cae0f50ab670c96b29ea Author: Alex Catarineu Date: Tue Oct 15 22:54:10 2019 +0200 Bug 32092: Fix Tor Browser Support link in preferences --- browser/components/preferences/in-content/preferences.js | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff

[tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed

2019-10-16 Thread translation
commit d38666be6a206b4324f901bb8142c99148a2ddee Author: Translation commit bot Date: Wed Oct 16 22:17:13 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed --- es/messages.json | 48 1

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

2019-10-16 Thread translation
commit 3affa9fff9349a08493254832cbc7d2fcdfba279 Author: Translation commit bot Date: Wed Oct 16 22:16:55 2019 + https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot --- code_of_conduct+fr.po | 13 ++--- 1 file changed, 6 insertions(+), 7

[tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json

2019-10-16 Thread translation
commit f9593887b8535b8a2e6cc92a10b4f51bed1ea28e Author: Translation commit bot Date: Wed Oct 16 22:17:08 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json --- es/messages.json | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

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

2019-10-16 Thread translation
commit e6f8ae50c86b557f8e40f6f61d980954a03657d8 Author: Translation commit bot Date: Wed Oct 16 17:46:52 2019 + https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot --- code_of_conduct+fr.po | 7 --- 1 file changed, 4 insertions(+), 3

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

2019-10-16 Thread translation
commit 88d51e2f64ea1c127449ad1c6a6657ced825ca6a Author: Translation commit bot Date: Wed Oct 16 18:45:24 2019 + https://gitweb.torproject.org/translation.git/commit/?h=bridgedb_completed --- es_AR/LC_MESSAGES/bridgedb.po | 142 ++ 1 file

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

2019-10-16 Thread translation
commit 80b911a9618b1634763912fac5d781bbbee91503 Author: Translation commit bot Date: Wed Oct 16 18:45:17 2019 + https://gitweb.torproject.org/translation.git/commit/?h=bridgedb --- es_AR/LC_MESSAGES/bridgedb.po | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

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

2019-10-16 Thread translation
commit 98fc415f06ba444c10c8ca38d9c66fb8feac20b3 Author: Translation commit bot Date: Wed Oct 16 20:22:25 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed --- it/browserOnboarding.properties | 23 --- 1

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

2019-10-16 Thread translation
commit a2d2309a60dc363bc76356099b10421240a064d1 Author: Translation commit bot Date: Wed Oct 16 20:22:18 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties --- it/browserOnboarding.properties | 6 +++--- 1 file changed, 3

[tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json

2019-10-16 Thread translation
commit 4b70afd64ec767c4f8ada9b4c422f5a45f8fb8a4 Author: Translation commit bot Date: Wed Oct 16 21:17:07 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json --- he/messages.json | 24 1 file changed, 12 insertions(+),

[tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed

2019-10-16 Thread translation
commit b32d2045e164e620ed54b3f9a71d86b7d10d32fc Author: Translation commit bot Date: Wed Oct 16 22:47:12 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed --- pt_BR/messages.json | 48

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

2019-10-16 Thread translation
commit 57d174a3aca774a46e7c794a3953de99152cb92e Author: Translation commit bot Date: Wed Oct 16 20:23:24 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web --- contents+nl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents+nl.po

[tor-commits] [tor-browser-build/master] Bug 32061: Bump snowflake version to b4f4b29a03

2019-10-16 Thread gk
commit 268f36f0db6d317b554928106ad07b51eeffd118 Author: Cecylia Bocovich Date: Mon Oct 14 18:37:45 2019 + Bug 32061: Bump snowflake version to b4f4b29a03 --- projects/snowflake/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/snowflake/config

[tor-commits] [tor-browser-build/master] Revert "Bug 32061: Bump snowflake version to b4f4b29a03"

2019-10-16 Thread gk
commit 15fcfa794b35134919d6687e4e5275fea83debba Author: Georg Koppen Date: Wed Oct 16 06:25:58 2019 + Revert "Bug 32061: Bump snowflake version to b4f4b29a03" This reverts commit 268f36f0db6d317b554928106ad07b51eeffd118. --- projects/snowflake/config | 2 +- 1 file changed, 1

[tor-commits] [tor-browser-build/master] Bug 32061: Bump snowflake version to b4f4b29a03

2019-10-16 Thread gk
commit 2b8726a176e3f01c44e714f4b56024a912fb6ab2 Author: Cecylia Bocovich Date: Mon Oct 14 18:37:45 2019 + Bug 32061: Bump snowflake version to b4f4b29a03 --- projects/snowflake/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/snowflake/config

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

2019-10-16 Thread translation
commit 26cdfc7eeebf125cf2033d44e76ad00cdddc4dcf Author: Translation commit bot Date: Wed Oct 16 09:18:44 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fr.po b/fr.po

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

2019-10-16 Thread translation
commit 2377ce2e570aca330272b6ae759a5ad62fbd3d02 Author: Translation commit bot Date: Wed Oct 16 08:50:48 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup_completed --- fr/fr.po | 356 +++

[tor-commits] [tor-android-service/master] Bug 32043: Add mavenLocal to repo list

2019-10-16 Thread gk
commit e9bbdc6fb25af47ccaf3bace0162125d94812072 Author: sisbell Date: Wed Jul 17 01:01:42 2019 -0700 Bug 32043: Add mavenLocal to repo list --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 671edab..001bdb1 100644 --- a/build.gradle

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

2019-10-16 Thread translation
commit 4d1367abd9753c898bd7c9d2462af39e00303598 Author: Translation commit bot Date: Wed Oct 16 09:17:40 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed --- fr.po | 1109 + 1 file

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

2019-10-16 Thread translation
commit 1964710a148ace40c95cd2e1ae0eff1d349ca63c Author: Translation commit bot Date: Wed Oct 16 09:17:30 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- fr.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fr.po b/fr.po index

[tor-commits] [tor/master] never say XB, always XBytes

2019-10-16 Thread arma
commit 71daad1692bc3f2478a527da0570a6c13c3a99fd Author: Roger Dingledine Date: Wed Oct 16 03:31:23 2019 -0400 never say XB, always XBytes fix three more instances in the man page that we forgot to fix in earlier attempts --- doc/tor.1.txt | 6 +++--- 1 file changed, 3

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

2019-10-16 Thread translation
commit cd221116eb3499a45226a88fdeef7a4e4937f008 Author: Translation commit bot Date: Wed Oct 16 08:50:38 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tails-persistence-setup --- fr/fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2019-10-16 Thread translation
commit 6e8b76b89f2095809e2058bf1a5faa426cd5919c Author: Translation commit bot Date: Wed Oct 16 09:24:11 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+ca.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [gettor/master] Add time wait to send twitter direct message

2019-10-16 Thread hiro
commit 815e4571b3c19597b1ff164fd273c55d9559816d Author: hiro Date: Wed Oct 16 12:39:05 2019 +0200 Add time wait to send twitter direct message --- gettor/services/twitter/twitterdm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gettor/services/twitter/twitterdm.py

[tor-commits] [gettor/master] Fix bug in email and twitter parser

2019-10-16 Thread hiro
commit 27c65468a28b2f90ea2deecb355905f7bfd70a5b Author: hiro Date: Wed Oct 16 12:51:37 2019 +0200 Fix bug in email and twitter parser --- gettor/parse/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index

[tor-commits] [gettor/master] Fix bug in email and twitter parser

2019-10-16 Thread hiro
commit fca4f2062d4b392e28a9e152783f0f584db4c0ff Author: hiro Date: Wed Oct 16 12:51:45 2019 +0200 Fix bug in email and twitter parser --- gettor/parse/twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/parse/twitter.py b/gettor/parse/twitter.py index

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2019-10-16 Thread translation
commit 2d9b9d091f7190bd163d27ffcb218de6988ceb45 Author: Translation commit bot Date: Wed Oct 16 10:52:34 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- ja/network-settings.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3

[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2019-10-16 Thread translation
commit d37f106fc46d9d1c789e8921ca98f6afa9a96dd7 Author: Translation commit bot Date: Wed Oct 16 11:22:42 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- ja/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [gettor/master] Fix too many requests check

2019-10-16 Thread hiro
commit 64a9d4913179aa882286b31dd43e8dead2a9bba5 Author: hiro Date: Wed Oct 16 13:35:12 2019 +0200 Fix too many requests check --- gettor/parse/email.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index

[tor-commits] [gettor/master] Fix too many requests check

2019-10-16 Thread hiro
commit 2ca0005711ada47a03718c947ff140bc75a4ed1a Author: hiro Date: Wed Oct 16 13:42:17 2019 +0200 Fix too many requests check --- gettor/parse/email.py | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py

[tor-commits] [gettor/master] Fix bug in email and twitter parser

2019-10-16 Thread hiro
commit 983dbbd6cbdeab7d179e65411f072a27f30730bf Author: hiro Date: Wed Oct 16 12:53:15 2019 +0200 Fix bug in email and twitter parser --- gettor/parse/email.py | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/gettor/parse/email.py

[tor-commits] [gettor/master] Fix too many requests check

2019-10-16 Thread hiro
commit b57c66b7e9d7dcf0056f98c2cf113141000b85b7 Author: hiro Date: Wed Oct 16 13:46:27 2019 +0200 Fix too many requests check --- gettor/parse/email.py | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index

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

2019-10-16 Thread translation
commit 4cf6500d30c3885e7a35dababc21ee0b6ca178dc Author: Translation commit bot Date: Wed Oct 16 12:15:56 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed --- lt/exonerator.properties | 35 ++- 1 file

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

2019-10-16 Thread translation
commit 669072f6e2ae78dccf5e32da855aad2f578340fb Author: Translation commit bot Date: Wed Oct 16 12:15:50 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties --- lt/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [training/master] We need ODP versions of the all-about-tor slides for the community portal

2019-10-16 Thread pili
commit 38dd035981758df85042902456eb127365d3fe8a Author: Pili Guerra Date: Wed Oct 16 12:47:17 2019 +0200 We need ODP versions of the all-about-tor slides for the community portal --- 2019/all-about-tor/all-about-tor-full-pack+en.odp | Bin 0 -> 4235078 bytes

[tor-commits] [gettor/master] Fix error and call backs in twitter message responder

2019-10-16 Thread hiro
commit e91d4b2a41d96ca8b7358c72043017f5ac453139 Author: hiro Date: Wed Oct 16 12:57:09 2019 +0200 Fix error and call backs in twitter message responder --- gettor/services/email/sendmail.py| 3 +-- gettor/services/twitter/twitterdm.py | 9 ++--- 2 files changed, 7 insertions(+), 5

[tor-commits] [gettor/master] Fix error and call backs in email message responder

2019-10-16 Thread hiro
commit 3ca7bdd1036d33cc4a5c41868a1c293ae49bc756 Author: hiro Date: Wed Oct 16 13:05:12 2019 +0200 Fix error and call backs in email message responder --- gettor/parse/email.py | 24 gettor/parse/twitter.py | 16 2 files changed, 20

[tor-commits] [gettor/master] Fix error and call backs in email message responder

2019-10-16 Thread hiro
commit 84c42ffc855d2e65b53d1e4e79f2f423f8834a2f Author: hiro Date: Wed Oct 16 13:06:26 2019 +0200 Fix error and call backs in email message responder --- gettor/parse/email.py | 2 +- gettor/parse/twitter.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git

[tor-commits] [gettor/master] Fix too many requests check

2019-10-16 Thread hiro
commit 9ab23e310d7576efbf6e3fdc60bbecfceb0f1771 Author: hiro Date: Wed Oct 16 13:36:47 2019 +0200 Fix too many requests check --- gettor/parse/email.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index

[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-3] fixup! TB4: Tor Browser's Firefox preference overrides.

2019-10-16 Thread gk
commit 70b7aa5c1ccaac72c063b135d53e413fc64ca6c1 Author: Alex Catarineu Date: Wed Oct 16 11:29:24 2019 +0200 fixup! TB4: Tor Browser's Firefox preference overrides. Fixes #30681. --- browser/app/profile/000-tor-browser.js | 3 +++ 1 file changed, 3 insertions(+) diff --git

[tor-commits] [gettor/master] Fix bug in email parser

2019-10-16 Thread hiro
commit e9ee80b15d11268b9190c87a71bb1631e64a7899 Author: hiro Date: Wed Oct 16 12:43:07 2019 +0200 Fix bug in email parser --- gettor/parse/email.py | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index

[tor-commits] [gettor/master] Fix bug in email parser

2019-10-16 Thread hiro
commit 3c5c96c64655e7bf1ba994ca406f5855f85b5922 Author: hiro Date: Wed Oct 16 12:48:57 2019 +0200 Fix bug in email parser --- gettor/parse/email.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index

[tor-commits] [gettor/master] Fix error and call backs in email message responder

2019-10-16 Thread hiro
commit 9efff8c6d105c9b170a4e68c0766a7784b2bad9f Author: hiro Date: Wed Oct 16 13:19:57 2019 +0200 Fix error and call backs in email message responder --- gettor/parse/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py

[tor-commits] [gettor/master] Fix too many requests check

2019-10-16 Thread hiro
commit 5582c844f33d6389d41dd1202db2a1325ae9df53 Author: hiro Date: Wed Oct 16 13:44:36 2019 +0200 Fix too many requests check --- gettor/parse/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index c9f527a..b7a65db

[tor-commits] [gettor/master] Fix too many requests check

2019-10-16 Thread hiro
commit 5450f3084e3ce588403336467f7c1347f013c05c Author: hiro Date: Wed Oct 16 13:43:53 2019 +0200 Fix too many requests check --- gettor/parse/email.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index

[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-3] fixup! Bug 13543: Spoof smooth and powerEfficient for Media Capabilities

2019-10-16 Thread gk
commit 084aa467fafc8aee4c2fbb57e872096386aca775 Author: Alex Catarineu Date: Tue Oct 15 23:02:49 2019 +0200 fixup! Bug 13543: Spoof smooth and powerEfficient for Media Capabilities --- dom/media/mediacapabilities/MediaCapabilities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2019-10-16 Thread translation
commit 8c57905233481247d4bfebe5d5a734e86313a633 Author: Translation commit bot Date: Wed Oct 16 09:53:39 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+ca.po | 37 - 1 file changed, 36 insertions(+), 1

[tor-commits] [gettor/master] Fix error in check requests limit

2019-10-16 Thread hiro
commit e486ac7a326cab275465c9ac45109b37194aff82 Author: hiro Date: Wed Oct 16 12:32:48 2019 +0200 Fix error in check requests limit --- gettor/parse/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index

[tor-commits] [gettor/master] Fix error and call backs in email message responder

2019-10-16 Thread hiro
commit 3a4cfabba53967b6047518ae759123168673d6d4 Author: hiro Date: Wed Oct 16 13:10:44 2019 +0200 Fix error and call backs in email message responder --- gettor/services/twitter/twitterdm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[tor-commits] [gettor/master] Fix too many requests check

2019-10-16 Thread hiro
commit a215b2067fd2c7ab8cda3364bc25d09ff42c3a5d Author: hiro Date: Wed Oct 16 13:29:06 2019 +0200 Fix too many requests check --- gettor/parse/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/parse/email.py b/gettor/parse/email.py index aa574a8..72d992d

[tor-commits] [community/develop] Use databags for training resources

2019-10-16 Thread pili
commit b37bee859afbf66b8bfb58cf7adb19e57b6f35d8 Author: Pili Guerra Date: Wed Oct 16 16:10:29 2019 +0200 Use databags for training resources --- databags/training-resources.json | 11 +++ templates/macros/resources.html | 1 - templates/resource.html | 1 -

[tor-commits] [snowflake/master] Added packaging script for webextension

2019-10-16 Thread cohosh
commit 6e6e52fd8cc50941829b9b21bc4c086e57464fe7 Author: Cecylia Bocovich Date: Thu Oct 10 10:52:28 2019 -0400 Added packaging script for webextension Added a new script to package the webextension. This will automatically build and zip the source code and the webextension for

[tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed

2019-10-16 Thread translation
commit 38c425d1113f7d8e6630f809a79d45fbfee246f4 Author: Translation commit bot Date: Wed Oct 16 14:23:03 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- es/network-settings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2

[tor-commits] [tor/master] Doxygen: fix warnings about mismatched HTML tags.

2019-10-16 Thread nickm
commit 98735c40b6f503b296f7e6fefae36da24b33616e Author: Nick Mathewson Date: Wed Oct 16 08:25:10 2019 -0400 Doxygen: fix warnings about mismatched HTML tags. --- src/core/mainloop/periodic.c | 2 +- src/feature/client/entrynodes.c| 2 +-

[tor-commits] [tor/master] Doxygen: Fix things that looked like links.

2019-10-16 Thread nickm
commit f9fac733b900091917b56f6517ef2b2ed775f6e0 Author: Nick Mathewson Date: Wed Oct 16 08:44:35 2019 -0400 Doxygen: Fix things that looked like links. Doxygen thinks that saying #foo is linking to a "foo" anchor someplace. --- src/core/or/circuitpadding.h | 2 +-

[tor-commits] [tor/master] practracker: add a missing #.

2019-10-16 Thread nickm
commit 8ce17e0b351afdb49fda0296f1151e10983b0395 Author: Nick Mathewson Date: Wed Oct 16 09:14:01 2019 -0400 practracker: add a missing #. --- scripts/maint/practracker/practracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Regenerate practracker exceptions file for 0.4.3 progress.

2019-10-16 Thread nickm
commit 08fd551e9f01900857f82a63a8ead6f9a1af4ced Author: Nick Mathewson Date: Wed Oct 16 09:13:01 2019 -0400 Regenerate practracker exceptions file for 0.4.3 progress. --- scripts/maint/practracker/exceptions.txt | 53 1 file changed, 27 insertions(+), 26

[tor-commits] [snowflake/master] Make sure we close peer connections in proxy

2019-10-16 Thread cohosh
commit b9138d0c7e0de46cac8644b293a56faba49d9b43 Author: Cecylia Bocovich Date: Mon Oct 14 18:19:56 2019 -0400 Make sure we close peer connections in proxy Not closing peer connections was causing UDP sockets to remain open indefinitely (as reported in ticket #31285). ---

[tor-commits] [community/master] update user research content

2019-10-16 Thread antonela
commit 505f904e52a8a3505af2aa8e84a905b56cd8987a Author: Antonela Date: Wed Oct 16 11:27:29 2019 -0300 update user research content --- content/user-research/become-tester/contents.lr | 22 ++ content/user-research/contents.lr | 10 ++---

[tor-commits] [tor/master] Make doc/doxygen before running doxygen.

2019-10-16 Thread nickm
commit 911adb4d2b4e536eb4bd627a3cdba72f6ddf884b Author: Nick Mathewson Date: Wed Oct 16 10:31:44 2019 -0400 Make doc/doxygen before running doxygen. This makes out-of-tree doxygen builds work. Closes ticket 32113. --- Makefile.am | 2 +- changes/ticket32113 | 3

[tor-commits] [gettor/master] Remove unused log files

2019-10-16 Thread hiro
commit 28ba05b8d37ff61040ef3778c434d613e3447f1c Author: hiro Date: Wed Oct 16 14:34:39 2019 +0200 Remove unused log files --- log/blacklist.log | 0 log/core.log | 0 log/smtp.log | 6 -- log/xmpp.log | 0 4 files changed, 6 deletions(-) diff --git a/log/blacklist.log

[tor-commits] [gettor/master] Bump wait time after sending message

2019-10-16 Thread hiro
commit f08007fa90d8b53fa777d678042943ccd0a1ffcc Author: hiro Date: Wed Oct 16 14:52:54 2019 +0200 Bump wait time after sending message --- gettor/services/twitter/twitterdm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/services/twitter/twitterdm.py

[tor-commits] [tor/master] Doxygen: fix unrecognized commands.

2019-10-16 Thread nickm
commit 591420df20211c19c687bc8abcb9234732bbc529 Author: Nick Mathewson Date: Wed Oct 16 08:39:41 2019 -0400 Doxygen: fix unrecognized commands. Doxygen seems to interpret anything starting with \ as a command, even when we don't mean it that way. ---

  1   2   3   4   >