[tor-commits] [bridgedb/develop] Fix missing import of addOrUpdateBridgeHistory() in bridgedb.Main.

2015-02-21 Thread isis
commit 70a90f3c65cb63a6839b75dadd6999b422bd56ec Author: Isis Lovecruft i...@torproject.org Date: Sat Feb 21 22:43:11 2015 + Fix missing import of addOrUpdateBridgeHistory() in bridgedb.Main. --- lib/bridgedb/Main.py |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[tor-commits] [bridgedb/develop] Change Main.run() to take a reactor as a parameter.

2015-02-21 Thread isis
commit 88310463af23b403d2a73b082b89508fb134b16e Author: Isis Lovecruft i...@torproject.org Date: Sat Feb 21 22:48:35 2015 + Change Main.run() to take a reactor as a parameter. This makes unittesting easier, as we can then pass mocked reactors with less risk of touching the

[tor-commits] [bridgedb/develop] PEP8 obsessive compulsive whitespace fix in bridgedb.Main.

2015-02-21 Thread isis
commit 9686f057465eb83fb41367a0381266b0bb8cd52a Author: Isis Lovecruft i...@torproject.org Date: Sat Feb 21 22:51:56 2015 + PEP8 obsessive compulsive whitespace fix in bridgedb.Main. --- lib/bridgedb/Main.py |1 - 1 file changed, 1 deletion(-) diff --git a/lib/bridgedb/Main.py

[tor-commits] [bridgedb/develop] Add skip coverage pragma to bridgedb.Main code for block files.

2015-02-21 Thread isis
commit d8495e1ebf08c3aecfba4895598ca0ca7e3f7299 Author: Isis Lovecruft i...@torproject.org Date: Sat Feb 21 22:47:21 2015 + Add skip coverage pragma to bridgedb.Main code for block files. --- lib/bridgedb/Main.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [bridgedb/develop] Add unittests for bridgedb.Main module.

2015-02-21 Thread isis
commit 2033d83393460d92c8315a9fd8b8b24a534456a9 Author: Isis Lovecruft i...@torproject.org Date: Sun Feb 22 00:18:08 2015 + Add unittests for bridgedb.Main module. --- lib/bridgedb/test/test_Main.py | 429 1 file changed, 429 insertions(+)

[tor-commits] [bridgedb/develop] Merge branch 'fix/12843-cc-spurning_r2' into develop

2015-02-21 Thread isis
commit 689b50aa4ad41efe1f7f54983239aaee16ed602e Merge: 9686f05 2033d83 Author: Isis Lovecruft i...@torproject.org Date: Sun Feb 22 00:59:21 2015 + Merge branch 'fix/12843-cc-spurning_r2' into develop bridgedb.conf | 11 +- lib/bridgedb/Main.py | 15 +-

[tor-commits] [stem/master] Decorators for skipping tests

2015-02-21 Thread atagar
commit 867ddbe86cb278467deeb65938581f9b819af555 Merge: b8edb40 7232e79 Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 14:05:17 2015 -0800 Decorators for skipping tests Using decorators like @require_controller for skipping our tests rather than helper functions.

[tor-commits] [stem/master] @only_run_once decorator

2015-02-21 Thread atagar
commit 7232e79de7e0fc0886b836387f7a530627b0c383 Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 13:46:17 2015 -0800 @only_run_once decorator --- test/integ/descriptor/extrainfo_descriptor.py |8 ++ test/integ/descriptor/microdescriptor.py |6 ++--

[tor-commits] [arm/master] Balk if there's unrecognized arguments

2015-02-21 Thread atagar
commit cc342a8accfebd44dc6256ab29946744fe9b2cd7 Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 18:33:00 2015 -0800 Balk if there's unrecognized arguments Similar to a fix for stem:

[tor-commits] [stem/master] Unrecognized arguments didn't suggest using --help

2015-02-21 Thread atagar
commit d270e36d2fa88bd4c835a494b7a00c33003651de Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 18:31:50 2015 -0800 Unrecognized arguments didn't suggest using --help Oops, didn't mean to bypass the catch here. Switching to getopt.GetoptError so we'll include

[tor-commits] [bridgedb/develop] Fix two lines with old import syntax in bridgedb.Main.

2015-02-21 Thread isis
commit 5c65848a904c7b6774edba6217d82ee050643955 Author: Isis Lovecruft i...@torproject.org Date: Sat Feb 21 22:44:01 2015 + Fix two lines with old import syntax in bridgedb.Main. --- lib/bridgedb/Main.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [meek/master] Use let instead of var in the Firefox helper.

2015-02-21 Thread dcf
commit 8b4bb35a4513c62baed17f047f11ee3b8a280693 Author: David Fifield da...@bamsoftware.com Date: Sat Feb 21 21:21:51 2015 -0800 Use let instead of var in the Firefox helper. let is block scope, which is what I always want. --- firefox/components/main.js | 56

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2015-02-21 Thread translation
commit bc5fa41bafa225fba633663c4b0488a5f094679c Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 22:15:52 2015 + Update translations for torbutton-torbuttondtd --- sq/torbutton.dtd | 34 +- 1 file changed, 17 insertions(+), 17

[tor-commits] [stem/master] Use PROXYTYPE_SOCKS5_HOSTNAME for tutorial example

2015-02-21 Thread atagar
commit 9d869c4f6e2fe9056f95b693092bb6d11a8a5b02 Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 18:18:22 2015 -0800 Use PROXYTYPE_SOCKS5_HOSTNAME for tutorial example Michael points out that we leaked our DNS requests in this example. By using

[tor-commits] [stem/master] @require_controller decorator

2015-02-21 Thread atagar
commit b8c5893617e825b5ff7eed4de9c245921fa60e97 Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 13:21:32 2015 -0800 @require_controller decorator Replacing our require_control() function with a decorator. Yay, nicer code! --- test/integ/connection/authentication.py |

[tor-commits] [stem/master] @require_online decorator

2015-02-21 Thread atagar
commit 5aec4d5d8abc614c089a95e09b81bf9f1e3c6ce2 Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 13:39:39 2015 -0800 @require_online decorator --- test/integ/control/controller.py | 53 ++ test/integ/descriptor/remote.py | 42

[tor-commits] [stem/master] @require_version decorator

2015-02-21 Thread atagar
commit da657a915f00456be38b0624275d3150d0a0ffd6 Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 13:30:43 2015 -0800 @require_version decorator --- test/integ/control/controller.py | 37 +- test/integ/process.py| 11

[tor-commits] [bridgedb/develop] Don't insert bridges in NO_DISTRIBUTION_COUNTRIES into the hashrings.

2015-02-21 Thread isis
commit f80033f8496b8cda8f032932c0200a7c8f7fe825 Author: Isis Lovecruft i...@torproject.org Date: Sat Feb 21 23:05:32 2015 + Don't insert bridges in NO_DISTRIBUTION_COUNTRIES into the hashrings. When two-letter country codes are given in the bridgedb.conf option

[tor-commits] [bridgedb/develop] Add NO_DISTRIBUTION_COUNTRIES option to config.

2015-02-21 Thread isis
commit a92cf111584c296a5e589f7412bf5ea27bae5dcd Author: Isis Lovecruft i...@torproject.org Date: Tue Aug 12 03:16:47 2014 + Add NO_DISTRIBUTION_COUNTRIES option to config. This option contains a list of CCs for which, if a bridge is detected to be running on an IP address

[tor-commits] [meek/master] Document request body in Firefox helper.

2015-02-21 Thread dcf
commit a7af29a96e6a3f0b508f9b7c3d1f7a20b8913831 Author: David Fifield da...@bamsoftware.com Date: Sat Feb 21 00:21:22 2015 -0800 Document request body in Firefox helper. --- firefox/components/main.js |1 + 1 file changed, 1 insertion(+) diff --git a/firefox/components/main.js

[tor-commits] [meek/master] Fix JSON syntax in comment.

2015-02-21 Thread dcf
commit 73e90a5666e01107e225ccb4c46bdee1992c0188 Author: David Fifield da...@bamsoftware.com Date: Sat Feb 21 00:23:14 2015 -0800 Fix JSON syntax in comment. --- firefox/components/main.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/components/main.js

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2015-02-21 Thread translation
commit 4291f549322a0688ffc10b868bafd041181fd2c9 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 15:15:47 2015 + Update translations for torbutton-torbuttondtd --- th/torbutton.dtd | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff

[tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed

2015-02-21 Thread translation
commit ce84f0150ea5788ebf79b17695dccc61ccf44dae Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 15:45:51 2015 + Update translations for abouttor-homepage_completed --- de/aboutTor.dtd |5 +++-- th/aboutTor.dtd |5 +++-- 2 files changed, 6

[tor-commits] [translation/mat-gui] Update translations for mat-gui

2015-02-21 Thread translation
commit dfc17597262102b9543d0b493762e7aaa37a Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 15:45:28 2015 + Update translations for mat-gui --- th.po | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2015-02-21 Thread translation
commit 6d8b8a96ef0e49d3b70e148f6ee72a30b140f184 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 15:45:42 2015 + Update translations for tails-misc --- th.po |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/th.po b/th.po index

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2015-02-21 Thread translation
commit 776821ceac0aba98613664dedf5670f99d18afae Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 15:45:47 2015 + Update translations for abouttor-homepage --- de/aboutTor.dtd |2 +- th/aboutTor.dtd |2 +- 2 files changed, 2 insertions(+), 2

[tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed

2015-02-21 Thread translation
commit 3145800feab9b2a526465e411acc481ec102d260 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 15:45:32 2015 + Update translations for mat-gui_completed --- th.po | 111 - 1 file changed, 69

[tor-commits] [webwml/master] update the end date of the rfa sponsorship

2015-02-21 Thread arma
commit fa1845b7ef777c1fe4be92da216e85d9b17e75dc Author: Roger Dingledine a...@torproject.org Date: Sat Feb 21 04:48:21 2015 -0500 update the end date of the rfa sponsorship --- about/en/sponsors.wml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2015-02-21 Thread translation
commit 0b72d05a29037d6d8eaeae182989264c1136afb2 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 08:15:46 2015 + Update translations for torbutton-torbuttonproperties --- ko/torbutton.properties |8 1 file changed, 4 insertions(+), 4 deletions(-)

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2015-02-21 Thread translation
commit 4c8e6828408439745c67f63b0e041bcd85fc5ee0 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 17:16:04 2015 + Update translations for torbutton-torbuttondtd --- id/torbutton.dtd |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2015-02-21 Thread translation
commit 608b84008b764d44263d6bf5186f3e71faa0c75a Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 17:45:50 2015 + Update translations for torbutton-torbuttondtd --- id/torbutton.dtd |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2015-02-21 Thread translation
commit bd950aa3b05af032ebba1e284afbeaf4a03bdbe0 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 14:15:54 2015 + Update translations for torbutton-torbuttonproperties --- tr/torbutton.properties |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [translation/whisperback_completed] Update translations for whisperback_completed

2015-02-21 Thread translation
commit 71f72258b16efc3c4f1031aa0c3cbe3d0d7ae516 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 14:15:17 2015 + Update translations for whisperback_completed --- tr/tr.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[tor-commits] [translation/whisperback] Update translations for whisperback

2015-02-21 Thread translation
commit 53437311998edb6af6d881effd6ba1c186bd27e9 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 14:15:10 2015 + Update translations for whisperback --- tr/tr.po | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tr/tr.po

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2015-02-21 Thread translation
commit 2dec9be9388a4dc78bd3658b6d5be82da27e8482 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 14:15:58 2015 + Update translations for torbutton-torbuttondtd --- tr/torbutton.dtd |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2015-02-21 Thread translation
commit cf7df464f5258a464fdbfb33ff41663e279be287 Author: Translation commit bot translat...@torproject.org Date: Sat Feb 21 21:45:50 2015 + Update translations for torbutton-torbuttondtd --- sq/torbutton.dtd | 34 +- 1 file changed, 17 insertions(+), 17

[tor-commits] [stem/master] Updating Faravahar's address

2015-02-21 Thread atagar
commit b8edb40c01b26f6c649116059e96fd1a1f03745b Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 10:56:39 2015 -0800 Updating Faravahar's address Updating Faravahar's address. It's presently still listening on the old address but ready for us to move. On a side

[tor-commits] [webwml/master] Exitmap Improvements project idea

2015-02-21 Thread atagar
commit 85e16b459be0f85e4d22e2774714b84d8ada349e Author: Damian Johnson ata...@torproject.org Date: Sat Feb 21 11:44:02 2015 -0800 Exitmap Improvements project idea --- getinvolved/en/volunteer.wml | 36 1 file changed, 36 insertions(+) diff --git