[tor-commits] [torspec/master] rend-spec-v3: Update client authorization implementation date

2019-10-15 Thread dgoulet
commit c869fe84851b8393b2b01bc13e90c5ad28e8de33 Author: David Goulet Date: Tue Oct 15 09:28:43 2019 -0400 rend-spec-v3: Update client authorization implementation date Signed-off-by: David Goulet --- rend-spec-v3.txt | 10 +++--- 1 file changed, 3 insertions(+), 7

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

2019-10-15 Thread translation
commit 623b1bc9a8cf77f03c068852d23b5e8c391ef6c5 Author: Translation commit bot Date: Tue Oct 15 13:52:33 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- lt/network-settings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

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

2019-10-15 Thread translation
commit 984170413b4420f303a81bc4a9df4269569ff85e Author: Translation commit bot Date: Tue Oct 15 13:52:39 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- lt/network-settings.dtd | 22 ++ 1 file changed, 6

[tor-commits] [exonerator/master] Update to latest metrics-base.

2019-10-15 Thread karsten
commit 45c5285a3514d7c5acc3fcf040eb18dcfd8b7e16 Author: Karsten Loesing Date: Mon Sep 30 17:42:33 2019 +0200 Update to latest metrics-base. --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index 07c2a00..62a964a 16 --- a/src/build

[tor-commits] [exonerator/master] Make Jetty listen host configurable.

2019-10-15 Thread karsten
commit c6f7b83915888c9b4b61a8aa6ae39ec1b2248b71 Author: Karsten Loesing Date: Mon Sep 30 17:43:22 2019 +0200 Make Jetty listen host configurable. The default listen host is still 127.0.0.1, but now it's possible to configure a different listen host, like 0.0.0.0, which can

[tor-commits] [exonerator/master] Print out a warning if we're missing data.

2019-10-15 Thread karsten
commit b0165cb03138e933a337ddc8400c3a8bbe889b3d Author: Karsten Loesing Date: Mon Sep 30 17:44:38 2019 +0200 Print out a warning if we're missing data. We're now counting the hours for which we have statuses and exit lists. More precisely, we're truncating consensus

[tor-commits] [gettor/master] Use example config

2019-10-15 Thread hiro
commit cdfb42de25634c66d761e1c1a390f26c3d8cffd7 Author: hiro Date: Wed Oct 9 19:25:56 2019 +0200 Use example config --- gettor.conf.json => gettor.conf.json.example | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/gettor.conf.json b/gettor.conf.json.example similarity

[tor-commits] [gettor/master] Start twitter responder

2019-10-15 Thread hiro
commit 1ca126906fcb0c216d5ec82df4b21d093873af00 Author: hiro Date: Wed Oct 9 19:23:46 2019 +0200 Start twitter responder --- .gitignore | 1 + gettor.conf.json | 7 +- gettor/services/twitter/twitterdm.py |

[tor-commits] [gettor/master] Fix gettor check script

2019-10-15 Thread hiro
commit 7b1dbc34f89f509906385168bf18113cfe4174a6 Author: hiro Date: Mon Oct 14 17:28:20 2019 +0200 Fix gettor check script --- scripts/check_service | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/scripts/check_service b/scripts/check_service index

[tor-commits] [gettor/master] Finish twitter responder

2019-10-15 Thread hiro
commit b99a82918ebfe61dccd3c448d52219608db96290 Author: hiro Date: Thu Oct 10 18:55:21 2019 +0200 Finish twitter responder --- gettor.conf.json.example | 1 + gettor/main.py | 1 + gettor/parse/twitter.py | 6 +++---

[tor-commits] [gettor/master] Add test for email limit

2019-10-15 Thread hiro
commit 0ffadaaa3da6dbc7592dcf82a4d91efaa0bde228 Author: hiro Date: Mon Oct 14 18:08:47 2019 +0200 Add test for email limit --- gettor/parse/email.py | 54 +++-- share/locale/es.json| 2 +- tests/test_email_service.py | 11 + 3

[tor-commits] [gettor/master] Fix typo in check script

2019-10-15 Thread hiro
commit 799028493a4556e76d760ebe1bf5cd0b055a3967 Author: hiro Date: Thu Oct 10 19:23:25 2019 +0200 Fix typo in check script --- bin/gettor_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gettor_check b/bin/gettor_check index 248a714..bf8775e 100755 ---

[tor-commits] [gettor/master] Add twitter service with parsing

2019-10-15 Thread hiro
commit 2082fa2b00c3611649f160e27754064f0459f025 Author: hiro Date: Thu Oct 10 16:18:07 2019 +0200 Add twitter service with parsing --- gettor.conf.json.example | 5 +- gettor/main.py | 10 +++ gettor/parse/twitter.py | 148

[tor-commits] [gettor/master] Merge branch 'master' into twitter

2019-10-15 Thread hiro
commit 1b67ec28592a6ded66422ccbbdbcc18f052621a9 Merge: 7990284 93c972a Author: hiro Date: Mon Oct 14 18:40:46 2019 +0200 Merge branch 'master' into twitter gettor/parse/email.py | 54 +++ scripts/check_service | 11 +-- 2 files

[tor-commits] [gettor/master] Remove test

2019-10-15 Thread hiro
commit 93c972aff35587effc33d8400e60dcadee01ab27 Author: hiro Date: Mon Oct 14 18:40:30 2019 +0200 Remove test --- gettor/parse/email.py | 4 ++-- tests/test_email_service.py | 11 --- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/gettor/parse/email.py

[tor-commits] [gettor/master] Reset limit if test address

2019-10-15 Thread hiro
commit f08583579adfeac7f33494fee98e1f7a194423b0 Author: hiro Date: Mon Oct 14 18:53:16 2019 +0200 Reset limit if test address --- gettor.conf.json.example | 1 + gettor/parse/email.py| 11 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git

[tor-commits] [gettor/master] Fix typo in json

2019-10-15 Thread hiro
commit b50da54ab25f82366ee7771baba557ec53975b37 Author: hiro Date: Tue Oct 15 16:04:02 2019 +0200 Fix typo in json --- gettor.conf.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor.conf.json.example b/gettor.conf.json.example index 958785a..8cc2f91

[tor-commits] [gettor/master] Update options with configs

2019-10-15 Thread hiro
commit fd71f48df802a2ecfc2dff4edd8fd8e6768052db Author: hiro Date: Tue Oct 15 16:18:28 2019 +0200 Update options with configs --- bin/gettor_service | 2 +- gettor/utils/options.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/gettor_service

[tor-commits] [gettor/master] Fix paste error

2019-10-15 Thread hiro
commit d52c01158f65bab5b4c2eb577a5c92d9fdc20805 Author: hiro Date: Tue Oct 15 16:19:08 2019 +0200 Fix paste error --- bin/gettor_service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gettor_service b/bin/gettor_service index df4580e..7f8b7d5 100755 ---

[tor-commits] [gettor/master] Fix load settings

2019-10-15 Thread hiro
commit 5e08ab00607f792c86ba3aba168b49b48bf6ff94 Author: hiro Date: Tue Oct 15 16:21:50 2019 +0200 Fix load settings --- gettor/utils/settings.py | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gettor/utils/settings.py b/gettor/utils/settings.py index

[tor-commits] [gettor/master] Fix missing endpoint in twitter responder

2019-10-15 Thread hiro
commit b15674b2c32d7759a97de4afb75baf98022a9005 Author: hiro Date: Tue Oct 15 16:24:28 2019 +0200 Fix missing endpoint in twitter responder --- gettor/utils/twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/utils/twitter.py b/gettor/utils/twitter.py

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

2019-10-15 Thread translation
commit 3243e3d639ef8d6e1c214075e2dfa3797fed940e Author: Translation commit bot Date: Tue Oct 15 18:45:48 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties --- fr/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2019-10-15 Thread translation
commit 588ebd5d4f7fa51a7d104a28799383051baf163c Author: Translation commit bot Date: Tue Oct 15 18:45:54 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed --- fr/exonerator.properties | 1 + 1 file changed, 1 insertion(+) diff --git

[tor-commits] [gettor/master] Fix typo in db query

2019-10-15 Thread hiro
commit 74fbbc771c72dc5b3df38f04973b4b61f9d8c437 Author: hiro Date: Tue Oct 15 21:17:33 2019 +0200 Fix typo in db query --- gettor/services/twitter/twitterdm.py | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gettor/services/twitter/twitterdm.py

[tor-commits] [gettor/master] Fix error in function call - some other place

2019-10-15 Thread hiro
commit 9a30a214b25214e274b0d1885239079cdac7c9fe Author: hiro Date: Tue Oct 15 21:52:34 2019 +0200 Fix error in function call - some other place --- gettor/services/twitter/twitterdm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [gettor/master] Fix error in function call - some other place

2019-10-15 Thread hiro
commit 1e034b199d555bda90651e55dd0a607c5cd45a15 Author: hiro Date: Tue Oct 15 21:51:47 2019 +0200 Fix error in function call - some other place --- gettor/services/twitter/twitterdm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/services/twitter/twitterdm.py

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

2019-10-15 Thread translation
commit c140ee6526d0a9330b76108f187fba6752b3cf21 Author: Translation commit bot Date: Tue Oct 15 20:15:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/he/LC_MESSAGES/messages.po | 12 +++- 1 file changed, 7 insertions(+), 5

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

2019-10-15 Thread translation
commit 66851207d099aa27d71bbab3357d40ac15c6cc66 Author: Translation commit bot Date: Tue Oct 15 20:15:58 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed --- mk/exonerator.properties | 1 + 1 file changed, 1 insertion(+) diff --git

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

2019-10-15 Thread translation
commit b8dc9eaad16cd6ba8f8588901d6f7b4ca947bb87 Author: Translation commit bot Date: Tue Oct 15 20:15:52 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties --- mk/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2019-10-15 Thread translation
commit 93db01f97728a4a574bcba13a4284f123a8f2fbe Author: Translation commit bot Date: Tue Oct 15 21:47:14 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflake-website-indexhtml --- nl/index.html | 17 +++-- 1 file changed, 7 insertions(+), 10

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

2019-10-15 Thread translation
commit 60b0b3bdeeaf790278bf49eb6563610169f7f534 Author: Translation commit bot Date: Tue Oct 15 21:46:54 2019 + https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot --- code_of_conduct+nl.po | 12 1 file changed, 8 insertions(+), 4

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

2019-10-15 Thread translation
commit 91b4da5badb95088d3c5418edc0fdf9b4286977a Author: Translation commit bot Date: Tue Oct 15 21:45:49 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties --- nl/exonerator.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2019-10-15 Thread translation
commit 4bfb37634fade8880b4f628fc1f167d6fe5c5f60 Author: Translation commit bot Date: Tue Oct 15 22:16:55 2019 + https://gitweb.torproject.org/translation.git/commit/?h=policies-code_of_conducttxtpot --- code_of_conduct+nl.po | 8 ++-- 1 file changed, 6 insertions(+), 2

[tor-commits] [gettor/master] Fix json typo

2019-10-15 Thread hiro
commit 8a91be771a0391793f14192c7e845ded9ad868de Author: hiro Date: Tue Oct 15 21:44:46 2019 +0200 Fix json typo --- gettor/services/twitter/twitterdm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gettor/services/twitter/twitterdm.py

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

2019-10-15 Thread translation
commit 6dd6a34d196b3cff8e4f8be575f269d0d1dae151 Author: Translation commit bot Date: Tue Oct 15 20:45:40 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/he/LC_MESSAGES/messages.po | 18 +++--- 1 file changed, 15

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

2019-10-15 Thread translation
commit 09ae7b7c57dff75edda31523485223322c28bc3f Author: Translation commit bot Date: Tue Oct 15 20:53:22 2019 + https://gitweb.torproject.org/translation.git/commit/?h=whisperback --- nl/nl.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nl/nl.po

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

2019-10-15 Thread translation
commit 41976de49044f0b1d60048431b5b58b43056ffa5 Author: Translation commit bot Date: Tue Oct 15 20:52:50 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- nl/network-settings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

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

2019-10-15 Thread translation
commit 26a3abd5b10a6d325eb137f29b9360aa5e26226b Author: Translation commit bot Date: Tue Oct 15 21:53:01 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web_completed --- contents+fr.po | 1474 1 file changed,

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

2019-10-15 Thread translation
commit 6874e8db22c8eae8d12dfe852c936a89d1cef8e4 Author: Translation commit bot Date: Tue Oct 15 19:15:56 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed --- es/exonerator.properties | 1 + he/exonerator.properties | 7 ++--

[tor-commits] [gettor/master] Fix assignment error for link message

2019-10-15 Thread hiro
commit e83ddb5ad07e02bc7c07e9c738ec80680bad7520 Author: hiro Date: Tue Oct 15 21:48:33 2019 +0200 Fix assignment error for link message --- gettor/services/email/sendmail.py| 2 ++ gettor/services/twitter/twitterdm.py | 2 ++ 2 files changed, 4 insertions(+) diff --git

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

2019-10-15 Thread translation
commit bc991a2381f87a5d4edee1a868af1e9720d8fdbe Author: Translation commit bot Date: Tue Oct 15 20:49:59 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd --- nl/torbrowser_strings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-15 Thread translation
commit 66dd26c21150480888c71e68f88b4874e75966b7 Author: Translation commit bot Date: Tue Oct 15 21:15:40 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/he/LC_MESSAGES/messages.po | 16 +--- 1 file changed, 13

[tor-commits] [tpo/master] Force rebuild of website

2019-10-15 Thread boklm
commit 401529693b989d793c1de24eadd99bd134e9fe42 Author: Nicolas Vigier Date: Tue Oct 15 18:29:51 2019 +0200 Force rebuild of website ___ tor-commits mailing list tor-commits@lists.torproject.org

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

2019-10-15 Thread translation
commit 42637f3e112661949c294626066cdcb61efcdece Author: Translation commit bot Date: Tue Oct 15 19:15:49 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties --- es/exonerator.properties | 2 +- he/exonerator.properties | 2 +- nl/exonerator.properties |

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

2019-10-15 Thread translation
commit 53d068588f5a1fe013b0c82c9fc24c3e126126c8 Author: Translation commit bot Date: Tue Oct 15 22:15:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 12 1 file changed, 12 insertions(+)

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

2019-10-15 Thread translation
commit 00db478bf34349cc4954f0f20368eaf7fa6de299 Author: Translation commit bot Date: Tue Oct 15 18:52:46 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- he/network-settings.dtd | 22 ++ 1 file changed, 6

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

2019-10-15 Thread translation
commit 64819a73817fe1284d8e278ce01b0b9424f2 Author: Translation commit bot Date: Tue Oct 15 18:52:40 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- he/network-settings.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [gettor/master] Fix error in function call again

2019-10-15 Thread hiro
commit 51b54c10d8fe8c70de3453da1da788451eedd030 Author: hiro Date: Tue Oct 15 21:50:59 2019 +0200 Fix error in function call again --- gettor/services/twitter/twitterdm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/services/twitter/twitterdm.py

[tor-commits] [gettor/master] Fix error in function call

2019-10-15 Thread hiro
commit 78c443221da2dde7c1f40295ad52722f45b1fa3a Author: hiro Date: Tue Oct 15 21:50:11 2019 +0200 Fix error in function call --- gettor/services/twitter/twitterdm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/services/twitter/twitterdm.py

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

2019-10-15 Thread translation
commit 19192523a97a1a9257830442cc88fe4ae204ae92 Author: Translation commit bot Date: Tue Oct 15 20:22:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- mk/network-settings.dtd | 22 ++ 1 file changed, 6

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

2019-10-15 Thread translation
commit 86621dcd3e6198a3afff7db393b4b9085173c3d4 Author: Translation commit bot Date: Tue Oct 15 20:22:35 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- mk/network-settings.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3

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

2019-10-15 Thread translation
commit c2c4c50628c47e8708d131fe10f1d4bb23a2b669 Author: Translation commit bot Date: Tue Oct 15 20:46:13 2019 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator --- nl/nl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nl/nl.po

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

2019-10-15 Thread translation
commit 4399cd6eb95e7415e6bd0d75d7ece675ad92d5eb Author: Translation commit bot Date: Tue Oct 15 20:52:24 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torcheck --- nl/torcheck.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nl/torcheck.po

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

2019-10-15 Thread translation
commit 9d6ed0a3c8a25887f4414a2e68b050ba10474f27 Author: Translation commit bot Date: Tue Oct 15 20:51:33 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd --- nl/torbutton.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2019-10-15 Thread translation
commit ce9c5f0d010bb75396309d82c6508ad25d1c4ba9 Author: Translation commit bot Date: Tue Oct 15 21:22:53 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web --- contents+fr.po | 12 ++-- contents+he.po | 12 ++-- 2 files changed, 12 insertions(+), 12

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

2019-10-15 Thread translation
commit ee3c0bb2b05b0ad78fb05ed39107de55a7efce38 Author: Translation commit bot Date: Tue Oct 15 21:52:51 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tpo-web --- contents+fr.po | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git

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

2019-10-15 Thread translation
commit 661ac86bb86cbec0e59d9916e4ff11655583ff98 Author: Translation commit bot Date: Tue Oct 15 14:51:42 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd --- nl/abouttbupdate.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-15 Thread translation
commit 893c85115508b85b7a4fa9cf06ee4b0109e23ed9 Author: Translation commit bot Date: Tue Oct 15 14:52:13 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torcheck --- nl/torcheck.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nl/torcheck.po

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

2019-10-15 Thread translation
commit 785344f150e935b552d65b304c9b5045ab14ea72 Author: Translation commit bot Date: Tue Oct 15 17:19:14 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2_completed --- fr/fr.po | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-)

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

2019-10-15 Thread translation
commit 3afe4da2ae20cdd58f7182060786c10ce294d37f Author: Translation commit bot Date: Tue Oct 15 17:19:03 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tails-greeter-2 --- fr/fr.po | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git

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

2019-10-15 Thread translation
commit 2ab3c9f8e4bdcc7a21663d2cac2364628e2b823b Author: Translation commit bot Date: Tue Oct 15 17:52:44 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- fr/network-settings.dtd | 35 +-- 1 file

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

2019-10-15 Thread translation
commit 6e43275307e427d714c6118ee88e2a480b02967a Author: Translation commit bot Date: Tue Oct 15 17:52:38 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- fr/network-settings.dtd | 30 -- 1 file changed, 16

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

2019-10-15 Thread translation
commit 83c7600f3bcb61c454b57738230f4077fb1b534e Author: Translation commit bot Date: Tue Oct 15 15:16:11 2019 + https://gitweb.torproject.org/translation.git/commit/?h=liveusb-creator --- nl/nl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nl/nl.po

[tor-commits] [gettor/master] Fix twitter responder for links limit

2019-10-15 Thread hiro
commit 729a4ad233c2ae7a1bf8a2396e262d3f3422e645 Author: hiro Date: Tue Oct 15 20:04:09 2019 +0200 Fix twitter responder for links limit --- gettor/parse/twitter.py | 4 1 file changed, 4 insertions(+) diff --git a/gettor/parse/twitter.py b/gettor/parse/twitter.py index

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

2019-10-15 Thread translation
commit 36cfde38c3b172538252c308477dad31bf0a5a80 Author: Translation commit bot Date: Tue Oct 15 14:52:47 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- es/network-settings.dtd | 22 ++

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

2019-10-15 Thread translation
commit 66b91aa1c5a916127ea1c07fa5d1c83d422bc865 Author: Translation commit bot Date: Tue Oct 15 14:52:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- es/network-settings.dtd | 2 +- nl/network-settings.dtd | 4 ++--

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

2019-10-15 Thread translation
commit 4bc622bab3648870536fce31221b53cbfb90b05e Author: Translation commit bot Date: Tue Oct 15 14:53:15 2019 + https://gitweb.torproject.org/translation.git/commit/?h=whisperback --- nl/nl.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nl/nl.po

[tor-commits] [tpo/master] Add new Tor Browser version: 9.0a8

2019-10-15 Thread boklm
commit 370b06a153ea15668889688c7f205c14430660c9 Author: Nicolas Vigier Date: Tue Oct 15 18:23:31 2019 +0200 Add new Tor Browser version: 9.0a8 --- content/projects/torbrowser/RecommendedTBBVersions/contents.lr | 6 +- databags/versions.ini | 2

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

2019-10-15 Thread translation
commit 50577e4497aa79ba3a6caba41d9d515640089ad5 Author: Translation commit bot Date: Tue Oct 15 17:21:27 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd_completed --- fr/torbutton.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-15 Thread translation
commit 77f5004fd385c8b31f9ee73a4c51f3d26841 Author: Translation commit bot Date: Tue Oct 15 17:21:20 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd --- fr/torbutton.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [gettor/master] Fix twitter parser logic

2019-10-15 Thread hiro
commit c275dbb392fa46a869c2889e9ac49d8a338461c9 Author: hiro Date: Tue Oct 15 19:21:07 2019 +0200 Fix twitter parser logic --- gettor/parse/twitter.py | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gettor/parse/twitter.py b/gettor/parse/twitter.py

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

2019-10-15 Thread translation
commit 953f51db41422e0038cef306943dff58f652b0c2 Author: Translation commit bot Date: Tue Oct 15 17:21:58 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties_completed --- fr/browserOnboarding.properties | 4 ++-- 1 file changed, 2

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

2019-10-15 Thread translation
commit 465ddf4db7a9818619f44cca0e719e50289733d7 Author: Translation commit bot Date: Tue Oct 15 17:21:52 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-browseronboardingproperties --- fr/browserOnboarding.properties | 4 ++-- 1 file changed, 2 insertions(+),

[tor-commits] [gettor/master] Fix twitter responder for links limit

2019-10-15 Thread hiro
commit 9dd04d0e64fcfb7faf55ef280b523c57b4b614a2 Author: hiro Date: Tue Oct 15 20:07:10 2019 +0200 Fix twitter responder for links limit --- 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/tba-torbrowserstringsdtd] https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd

2019-10-15 Thread translation
commit e47d0c8227744b978425d75f32bee1c7989a1f45 Author: Translation commit bot Date: Tue Oct 15 14:49:47 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd --- nl/torbrowser_strings.dtd | 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-15 Thread translation
commit 8a862eb86593024f6cf5a7c9fba869ce5068ae72 Author: Translation commit bot Date: Tue Oct 15 16:46:47 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed --- en/exonerator.properties | 105 --- 1

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

2019-10-15 Thread translation
commit a3688beaa0ac486681f2fe149757db082f7e08d6 Author: Translation commit bot Date: Tue Oct 15 16:46:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties --- ach/exonerator.properties | 1 + af/exonerator.properties| 1 +

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

2019-10-15 Thread translation
commit cdcace2af023fa1727510009f97fe8731c532d54 Author: Translation commit bot Date: Tue Oct 15 17:53:27 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fr.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

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

2019-10-15 Thread translation
commit 8bab714cd7cbf55b1c3484d139d47eb7e50d8d49 Author: Translation commit bot Date: Tue Oct 15 16:22:50 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed --- nl/network-settings.dtd | 10 -- 1 file changed, 10 deletions(-)

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

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

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

2019-10-15 Thread translation
commit 079d228218c87bc9d12179af4e6928ae88cb4eee Author: Translation commit bot Date: Tue Oct 15 17:22:35 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed --- fr/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1

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

2019-10-15 Thread translation
commit 2a5f89f00a4834f89879d445738cac123e0cdbdf Author: Translation commit bot Date: Tue Oct 15 17:22:29 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties --- fr/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-15 Thread translation
commit 8c4499c485cf956af42ee9e35ac5d73d0f96b321 Author: Translation commit bot Date: Tue Oct 15 17:22:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- fr/network-settings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2019-10-15 Thread translation
commit 8939e82ff9c2732264edb07337356628e91a9936 Author: Translation commit bot Date: Tue Oct 15 17:47:20 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- fr.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fr.po b/fr.po

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

2019-10-15 Thread translation
commit e8bdb3f51bc51e597c26ff7095b4dde81c8245d2 Author: Translation commit bot Date: Tue Oct 15 17:48:29 2019 + 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

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

2019-10-15 Thread translation
commit f4b106c8848a50ace57a0ec8938e8479e1083f8d Author: Translation commit bot Date: Tue Oct 15 14:51:21 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd --- nl/torbutton.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [gettor/master] Fix twitter responder for links

2019-10-15 Thread hiro
commit 7305e7c646c048f1fcddb655135d6171559eae3e Author: hiro Date: Tue Oct 15 19:27:52 2019 +0200 Fix twitter responder for links --- gettor/services/twitter/twitterdm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/services/twitter/twitterdm.py

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

2019-10-15 Thread translation
commit aa3ca73de4f094e5be54fe4c1901e6cfa34998e9 Author: Translation commit bot Date: Tue Oct 15 17:49:58 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd_completed --- fr/torbrowser_strings.dtd | 2 +- 1 file changed, 1 insertion(+), 1

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

2019-10-15 Thread translation
commit 4d27ab05d7b19e053235f2eceb8bc9c743052e90 Author: Translation commit bot Date: Tue Oct 15 17:49:51 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd --- fr/torbrowser_strings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-15 Thread translation
commit 8862cc9909d6d79e8ddf742c0a9a59b2d587b71f Author: Translation commit bot Date: Tue Oct 15 18:15:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 8 1 file changed, 4 insertions(+), 4

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

2019-10-15 Thread translation
commit 8d6883c4de6c1e9b67d0a147d9f07400c43204ee Author: Translation commit bot Date: Tue Oct 15 22:45:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 14 +++--- locale/nl/LC_MESSAGES/messages.po

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

2019-10-15 Thread translation
commit d1f0a986c8f8cef146441d817ccc147bd34270bf Author: Translation commit bot Date: Tue Oct 15 23:22:29 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torcheck --- nl/torcheck.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nl/torcheck.po

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

2019-10-15 Thread translation
commit c57045c5acdcc0ea73d25263f064ef75905ee18f Author: Translation commit bot Date: Tue Oct 15 23:21:57 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd --- nl/abouttbupdate.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-15 Thread translation
commit bde132b6f41788066732843a3d22866faf7b586a Author: Translation commit bot Date: Tue Oct 15 23:22:53 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings --- nl/network-settings.dtd | 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-15 Thread translation
commit e1395e189aeeb59dd22903d30f8f9e50960cd14a Author: Translation commit bot Date: Tue Oct 15 23:23:41 2019 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+fr.po | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git

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

2019-10-15 Thread translation
commit 20ab64fcf43da6d000542008f023c44a9a4df36a Author: Translation commit bot Date: Wed Oct 16 00:17:09 2019 + https://gitweb.torproject.org/translation.git/commit/?h=snowflake-website-indexhtml --- nl/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

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

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

2019-10-15 Thread translation
commit 5b99c7730625e89fd96e8750d1c610511c2784dd Author: Translation commit bot Date: Wed Oct 16 00:49:44 2019 + https://gitweb.torproject.org/translation.git/commit/?h=tba-torbrowserstringsdtd --- nl/torbrowser_strings.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-15 Thread translation
commit 654abe26ce24e9b9fcd93e18d0536599b05ee7d5 Author: Translation commit bot Date: Wed Oct 16 00:51:38 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-abouttbupdatedtd --- nl/abouttbupdate.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2019-10-15 Thread translation
commit be4254666791d80a5ffb342a6e03dae11c9e1bdf Author: Translation commit bot Date: Wed Oct 16 00:51:16 2019 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttondtd --- nl/torbutton.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

  1   2   3   >