commit 8b4bb35a4513c62baed17f047f11ee3b8a280693
Author: David Fifield
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 ++---
commit cc342a8accfebd44dc6256ab29946744fe9b2cd7
Author: Damian Johnson
Date: Sat Feb 21 18:33:00 2015 -0800
Balk if there's unrecognized arguments
Similar to a fix for stem:
https://gitweb.torproject.org/stem.git/commit/?id=7753976dc7477a86fa8bc923292af3a09da7d660
---
arm/argumen
commit d270e36d2fa88bd4c835a494b7a00c33003651de
Author: Damian Johnson
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 that in the message.
---
commit 9d869c4f6e2fe9056f95b693092bb6d11a8a5b02
Author: Damian Johnson
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
PROXYTYPE_SOCKS5_HOSTNAME which was added
commit f80033f8496b8cda8f032932c0200a7c8f7fe825
Author: Isis Lovecruft
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
NO_DISTRIBUTION_COUNTRIES, e.g.:
commit a92cf111584c296a5e589f7412bf5ea27bae5dcd
Author: Isis Lovecruft
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 in one of these count
commit 2033d83393460d92c8315a9fd8b8b24a534456a9
Author: Isis Lovecruft
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(+)
diff --git a/lib/bridge
commit 689b50aa4ad41efe1f7f54983239aaee16ed602e
Merge: 9686f05 2033d83
Author: Isis Lovecruft
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 +-
lib/bridgedb/configur
commit 9686f057465eb83fb41367a0381266b0bb8cd52a
Author: Isis Lovecruft
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 b/lib/bridgedb/Main.py
commit 70a90f3c65cb63a6839b75dadd6999b422bd56ec
Author: Isis Lovecruft
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 --git a/lib/bridgedb/Mai
commit 88310463af23b403d2a73b082b89508fb134b16e
Author: Isis Lovecruft
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 real one. (However,
commit d8495e1ebf08c3aecfba4895598ca0ca7e3f7299
Author: Isis Lovecruft
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 a/lib/bridgedb/Main.py b
commit 5c65848a904c7b6774edba6217d82ee050643955
Author: Isis Lovecruft
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 a/lib/bridgedb/Main.py b/lib/
commit bc5fa41bafa225fba633663c4b0488a5f094679c
Author: Translation commit bot
Date: Sat Feb 21 22:15:52 2015 +
Update translations for torbutton-torbuttondtd
---
sq/torbutton.dtd | 34 +-
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a
commit 5aec4d5d8abc614c089a95e09b81bf9f1e3c6ce2
Author: Damian Johnson
Date: Sat Feb 21 13:39:39 2015 -0800
@require_online decorator
---
test/integ/control/controller.py | 53 ++
test/integ/descriptor/remote.py | 42 +-
commit da657a915f00456be38b0624275d3150d0a0ffd6
Author: Damian Johnson
Date: Sat Feb 21 13:30:43 2015 -0800
@require_version decorator
---
test/integ/control/controller.py | 37 +-
test/integ/process.py| 11 +-
test/integ/sock
commit 867ddbe86cb278467deeb65938581f9b819af555
Merge: b8edb40 7232e79
Author: Damian Johnson
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. This is a perfect use
commit 7232e79de7e0fc0886b836387f7a530627b0c383
Author: Damian Johnson
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 ++--
test/integ/descriptor/networkstat
commit b8c5893617e825b5ff7eed4de9c245921fa60e97
Author: Damian Johnson
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 | 48 +++--
test/
commit cf7df464f5258a464fdbfb33ff41663e279be287
Author: Translation commit bot
Date: Sat Feb 21 21:45:50 2015 +
Update translations for torbutton-torbuttondtd
---
sq/torbutton.dtd | 34 +-
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a
commit 85e16b459be0f85e4d22e2774714b84d8ada349e
Author: Damian Johnson
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 a/getinvolved/en/voluntee
commit b8edb40c01b26f6c649116059e96fd1a1f03745b
Author: Damian Johnson
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 note test I added to det
commit 608b84008b764d44263d6bf5186f3e71faa0c75a
Author: Translation commit bot
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 a/id/torbutton.dtd b/id/torbutton.dtd
commit 4c8e6828408439745c67f63b0e041bcd85fc5ee0
Author: Translation commit bot
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 a/id/torbutton.dtd b/id/torbu
commit dfc17597262102b9543d0b493762e7aaa37a
Author: Translation commit bot
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 a/th.po b/th.po
index 0876c17..94
commit 3145800feab9b2a526465e411acc481ec102d260
Author: Translation commit bot
Date: Sat Feb 21 15:45:32 2015 +
Update translations for mat-gui_completed
---
th.po | 111 -
1 file changed, 69 insertions(+), 42 deletions(-
commit 776821ceac0aba98613664dedf5670f99d18afae
Author: Translation commit bot
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 deletions(-)
diff --git a/de/aboutTor
commit ce84f0150ea5788ebf79b17695dccc61ccf44dae
Author: Translation commit bot
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 insertions(+), 4 deletions(-)
diff --g
commit 6d8b8a96ef0e49d3b70e148f6ee72a30b140f184
Author: Translation commit bot
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 e78710d..575e6c9 100644
--- a
commit 4291f549322a0688ffc10b868bafd041181fd2c9
Author: Translation commit bot
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 --git a/th/torbutton.dtd b/th/t
commit bd950aa3b05af032ebba1e284afbeaf4a03bdbe0
Author: Translation commit bot
Date: Sat Feb 21 14:15:54 2015 +
Update translations for torbutton-torbuttonproperties
---
tr/torbutton.properties |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tr/torbutton.prop
commit 53437311998edb6af6d881effd6ba1c186bd27e9
Author: Translation commit bot
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 b/tr/tr.po
index 496ac7f..80be860
commit 2dec9be9388a4dc78bd3658b6d5be82da27e8482
Author: Translation commit bot
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 a/tr/torbutton.dtd b/tr/torbutt
commit 71f72258b16efc3c4f1031aa0c3cbe3d0d7ae516
Author: Translation commit bot
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 a/tr/tr.po b/tr/tr.po
index 496ac7
commit fa1845b7ef777c1fe4be92da216e85d9b17e75dc
Author: Roger Dingledine
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 a/about/en/sponsors.wml b/about/en/sponsor
commit 73e90a5666e01107e225ccb4c46bdee1992c0188
Author: David Fifield
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 b/firefox/components/main.
commit a7af29a96e6a3f0b508f9b7c3d1f7a20b8913831
Author: David Fifield
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 b/firefox/components/main.js
commit 0b72d05a29037d6d8eaeae182989264c1136afb2
Author: Translation commit bot
Date: Sat Feb 21 08:15:46 2015 +
Update translations for torbutton-torbuttonproperties
---
ko/torbutton.properties |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ko/torbutton.
38 matches
Mail list logo