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

2014-04-30 Thread translation
commit a3765978b28c986b293fb727bf49c5fca84746d1 Author: Translation commit bot Date: Thu May 1 01:15:31 2014 + Update translations for mat-gui_completed --- ms_MY.po | 103 +++--- 1 file changed, 65 insertions(+), 38 deletions(-)

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

2014-04-30 Thread translation
commit b541e7814a59ff230555c4a5b0f0afa37a231ab6 Author: Translation commit bot Date: Thu May 1 01:15:28 2014 + Update translations for mat-gui --- ms_MY.po | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/ms_MY.po b/ms_MY.po index d42c93b..

[tor-commits] [bridgedb/master] Fix error in EmailServer due to Python2.7 buffer() interface changes.

2014-04-30 Thread isis
commit e8294174fa0c88f8dbe518363b20572953371f5a Author: Isis Lovecruft Date: Wed Apr 30 20:55:46 2014 + Fix error in EmailServer due to Python2.7 buffer() interface changes. * FIXES #11664. --- lib/bridgedb/EmailServer.py | 19 +-- 1 file changed, 13 inserti

[tor-commits] [bridgedb/develop] Fix libgpgme signing error due to Python2.7 buffer() interface changes.

2014-04-30 Thread isis
commit 64ca16285a5dcaccf285343d754bb62898d9e9cd Author: Isis Lovecruft Date: Wed Apr 23 05:08:10 2014 + Fix libgpgme signing error due to Python2.7 buffer() interface changes. See https://mail.python.org/pipermail/python-dev/2010-October/104917.html https://docs.python.

[tor-commits] [bridgedb/develop] Merge branch 'hotfix/requirements-travis'

2014-04-30 Thread isis
commit b758227593ad3e0c0893326d5917de87629997ae Merge: 10dd852 4c81926 Author: Isis Lovecruft Date: Thu May 1 00:33:39 2014 + Merge branch 'hotfix/requirements-travis' .travis.yml |7 ++- Makefile |6 +- lib/bridgedb/util.py | 42

[tor-commits] [bridgedb/develop] Merge branch 'fix/11664-email-buffer-interface' into develop

2014-04-30 Thread isis
commit 44b14aaa1e39829d6bfab5b2517293ff925e Merge: b0ac1b5 e829417 Author: Isis Lovecruft Date: Thu May 1 01:04:43 2014 + Merge branch 'fix/11664-email-buffer-interface' into develop lib/bridgedb/EmailServer.py | 19 +-- 1 file changed, 13 insertions(+), 6 deleti

[tor-commits] [bridgedb/master] Merge branch 'fix/11664-email-buffer-interface'

2014-04-30 Thread isis
commit 8316a92ce1837cba385a01aa11f93dd8b394d422 Merge: b758227 e829417 Author: Isis Lovecruft Date: Thu May 1 01:03:35 2014 + Merge branch 'fix/11664-email-buffer-interface' lib/bridgedb/EmailServer.py | 19 +-- lib/bridgedb/crypto.py | 27

[tor-commits] [bridgedb/develop] Fix error in EmailServer due to Python2.7 buffer() interface changes.

2014-04-30 Thread isis
commit e8294174fa0c88f8dbe518363b20572953371f5a Author: Isis Lovecruft Date: Wed Apr 30 20:55:46 2014 + Fix error in EmailServer due to Python2.7 buffer() interface changes. * FIXES #11664. --- lib/bridgedb/EmailServer.py | 19 +-- 1 file changed, 13 inserti

[tor-commits] [bridgedb/master] Fix libgpgme signing error due to Python2.7 buffer() interface changes.

2014-04-30 Thread isis
commit 64ca16285a5dcaccf285343d754bb62898d9e9cd Author: Isis Lovecruft Date: Wed Apr 23 05:08:10 2014 + Fix libgpgme signing error due to Python2.7 buffer() interface changes. See https://mail.python.org/pipermail/python-dev/2010-October/104917.html https://docs.python.

[tor-commits] [bridgedb/master] Add missing parens after call to _getRotatingFileHandler in util.

2014-04-30 Thread isis
commit 0c1e12efb4ea61f2ba88c16a71fc627f5fb06de2 Author: Isis Lovecruft Date: Wed Apr 30 22:54:33 2014 + Add missing parens after call to _getRotatingFileHandler in util. --- lib/bridgedb/util.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bridgedb/util.py

[tor-commits] [bridgedb/master] Fix problems with rotating logfile handler in newest python2.7.6.

2014-04-30 Thread isis
commit 09b2db614e6ed2916ca10b04848e9e3904e7f358 Author: Isis Lovecruft Date: Wed Apr 30 23:20:35 2014 + Fix problems with rotating logfile handler in newest python2.7.6. --- lib/bridgedb/util.py | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) di

[tor-commits] [bridgedb/master] Remove unused dependencies recaptcha and MarkupSafe from requirements.txt.

2014-04-30 Thread isis
commit b8ef7459f6cc821f100efe35100177c7b2bdaa9b Author: Isis Lovecruft Date: Wed Apr 30 22:21:59 2014 + Remove unused dependencies recaptcha and MarkupSafe from requirements.txt. --- requirements.txt |2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirement

[tor-commits] [bridgedb/master] Add weird except handler for missing os.ST_WRITE in Travis.

2014-04-30 Thread isis
commit 4c81926ba1f6da1642c5b5d29ce303293bfec0a8 Author: Isis Lovecruft Date: Thu May 1 00:27:24 2014 + Add weird except handler for missing os.ST_WRITE in Travis. --- lib/bridgedb/util.py |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/bridgedb/util.p

[tor-commits] [bridgedb/master] Set a default logfile name, otherwise chowning chokes on it.

2014-04-30 Thread isis
commit b4cae6df49d334f15cd80f87149f1c38991ea298 Author: Isis Lovecruft Date: Wed Apr 30 23:22:34 2014 + Set a default logfile name, otherwise chowning chokes on it. --- lib/bridgedb/util.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bridgedb/util.py b/li

[tor-commits] [bridgedb/master] Remove very old and unnecessary argparse dependency.

2014-04-30 Thread isis
commit b794bddf6409550d0fb677525f052bc5853dc4b0 Author: Isis Lovecruft Date: Wed Apr 30 22:09:42 2014 + Remove very old and unnecessary argparse dependency. It appears to be breaking CI builds: https://travis-ci.org/isislovecruft/bridgedb/builds/24138587 --- requirements.t

[tor-commits] [bridgedb/master] Add coverage rcfile for travis commands.

2014-04-30 Thread isis
commit f736ed17d3184d90f50f95d2bd838e0d619f45b3 Author: Isis Lovecruft Date: Wed Apr 30 22:08:55 2014 + Add coverage rcfile for travis commands. --- .travis.yml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69f1c19..4a21528 1

[tor-commits] [bridgedb/master] Merge branch 'hotfix/requirements-travis'

2014-04-30 Thread isis
commit b758227593ad3e0c0893326d5917de87629997ae Merge: 10dd852 4c81926 Author: Isis Lovecruft Date: Thu May 1 00:33:39 2014 + Merge branch 'hotfix/requirements-travis' .travis.yml |7 ++- Makefile |6 +- lib/bridgedb/util.py | 42

[tor-commits] [bridgedb/develop] Call result of _getRotatingFileHandler() in unittest; it returns a partial() now.

2014-04-30 Thread isis
commit b0ac1b580f86b05d1071fe698d573c835c74cdb1 Author: Isis Lovecruft Date: Thu May 1 00:45:25 2014 + Call result of _getRotatingFileHandler() in unittest; it returns a partial() now. --- lib/bridgedb/test/test_util.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[tor-commits] [bridgedb/master] Switch to Makefile `coverage-test` directive in .travis.yml.

2014-04-30 Thread isis
commit bcacd84c6bf3876280cc1f704cc2db8f18e2d67d Author: Isis Lovecruft Date: Wed Apr 30 22:52:08 2014 + Switch to Makefile `coverage-test` directive in .travis.yml. --- .travis.yml |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index

[tor-commits] [bridgedb/develop] Merge branch 'hotfix/requirements-travis' into develop

2014-04-30 Thread isis
commit 238b1536dbcf0e4344f097e62aa574a64844fa73 Merge: 530f2b3 4c81926 Author: Isis Lovecruft Date: Thu May 1 00:34:09 2014 + Merge branch 'hotfix/requirements-travis' into develop .travis.yml |7 ++- Makefile |6 +- lib/bridgedb/util.py | 40 +++

[tor-commits] [bridgedb/master] Remove unused travis OS dependencies.

2014-04-30 Thread isis
commit 8d1eb42183d469bf868fd05c6fea0dfa600ab3c5 Author: Isis Lovecruft Date: Wed Apr 30 22:08:05 2014 + Remove unused travis OS dependencies. --- .travis.yml |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7aef0ca..69f1c19 10064

[tor-commits] [bridgedb/master] Separate coverage commands in Makefile so that .travis.yml can use them.

2014-04-30 Thread isis
commit 662a07ea0fd04e4a89ebb8da18f3e5e3a2f0be16 Author: Isis Lovecruft Date: Wed Apr 30 22:18:01 2014 + Separate coverage commands in Makefile so that .travis.yml can use them. Because we only want the first two commands to run on TravisCI. This changes nothing for the `mak

[tor-commits] [bridgedb/develop] Add weird except handler for missing os.ST_WRITE in Travis.

2014-04-30 Thread isis
commit 4c81926ba1f6da1642c5b5d29ce303293bfec0a8 Author: Isis Lovecruft Date: Thu May 1 00:27:24 2014 + Add weird except handler for missing os.ST_WRITE in Travis. --- lib/bridgedb/util.py |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/bridgedb/util.p

[tor-commits] [bridgedb/develop] Add coverage rcfile for travis commands.

2014-04-30 Thread isis
commit f736ed17d3184d90f50f95d2bd838e0d619f45b3 Author: Isis Lovecruft Date: Wed Apr 30 22:08:55 2014 + Add coverage rcfile for travis commands. --- .travis.yml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69f1c19..4a21528 1

[tor-commits] [bridgedb/develop] Remove unused travis OS dependencies.

2014-04-30 Thread isis
commit 8d1eb42183d469bf868fd05c6fea0dfa600ab3c5 Author: Isis Lovecruft Date: Wed Apr 30 22:08:05 2014 + Remove unused travis OS dependencies. --- .travis.yml |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7aef0ca..69f1c19 10064

[tor-commits] [bridgedb/develop] Fix problems with rotating logfile handler in newest python2.7.6.

2014-04-30 Thread isis
commit 09b2db614e6ed2916ca10b04848e9e3904e7f358 Author: Isis Lovecruft Date: Wed Apr 30 23:20:35 2014 + Fix problems with rotating logfile handler in newest python2.7.6. --- lib/bridgedb/util.py | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) di

[tor-commits] [bridgedb/develop] Add missing parens after call to _getRotatingFileHandler in util.

2014-04-30 Thread isis
commit 0c1e12efb4ea61f2ba88c16a71fc627f5fb06de2 Author: Isis Lovecruft Date: Wed Apr 30 22:54:33 2014 + Add missing parens after call to _getRotatingFileHandler in util. --- lib/bridgedb/util.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bridgedb/util.py

[tor-commits] [bridgedb/develop] Add AUTHORS file.

2014-04-30 Thread isis
commit 530f2b34f72d16d344cd6f1179865bc42b967dc5 Author: Isis Lovecruft Date: Thu Apr 24 16:18:52 2014 + Add AUTHORS file. --- AUTHORS | 19 +++ 1 file changed, 19 insertions(+) diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000..4995534 --- /dev/null +

[tor-commits] [bridgedb/develop] Remove unused dependencies recaptcha and MarkupSafe from requirements.txt.

2014-04-30 Thread isis
commit b8ef7459f6cc821f100efe35100177c7b2bdaa9b Author: Isis Lovecruft Date: Wed Apr 30 22:21:59 2014 + Remove unused dependencies recaptcha and MarkupSafe from requirements.txt. --- requirements.txt |2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirement

[tor-commits] [bridgedb/develop] Update CHANGELOG with translations updates.

2014-04-30 Thread isis
commit bc52087dc68e9adbdd47a16c88dc108fc59763cb Author: Isis Lovecruft Date: Thu Apr 24 15:22:31 2014 + Update CHANGELOG with translations updates. --- CHANGELOG | 11 +++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f640282..23ddd1e 100644 --- a

[tor-commits] [bridgedb/develop] Switch to Makefile `coverage-test` directive in .travis.yml.

2014-04-30 Thread isis
commit bcacd84c6bf3876280cc1f704cc2db8f18e2d67d Author: Isis Lovecruft Date: Wed Apr 30 22:52:08 2014 + Switch to Makefile `coverage-test` directive in .travis.yml. --- .travis.yml |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index

[tor-commits] [bridgedb/develop] Remove very old and unnecessary argparse dependency.

2014-04-30 Thread isis
commit b794bddf6409550d0fb677525f052bc5853dc4b0 Author: Isis Lovecruft Date: Wed Apr 30 22:09:42 2014 + Remove very old and unnecessary argparse dependency. It appears to be breaking CI builds: https://travis-ci.org/isislovecruft/bridgedb/builds/24138587 --- requirements.t

[tor-commits] [bridgedb/develop] Set a default logfile name, otherwise chowning chokes on it.

2014-04-30 Thread isis
commit b4cae6df49d334f15cd80f87149f1c38991ea298 Author: Isis Lovecruft Date: Wed Apr 30 23:22:34 2014 + Set a default logfile name, otherwise chowning chokes on it. --- lib/bridgedb/util.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bridgedb/util.py b/li

[tor-commits] [bridgedb/develop] Separate coverage commands in Makefile so that .travis.yml can use them.

2014-04-30 Thread isis
commit 662a07ea0fd04e4a89ebb8da18f3e5e3a2f0be16 Author: Isis Lovecruft Date: Wed Apr 30 22:18:01 2014 + Separate coverage commands in Makefile so that .travis.yml can use them. Because we only want the first two commands to run on TravisCI. This changes nothing for the `mak

[tor-commits] [bridgedb/develop] Remove unused unittest lib/bridgedb/test/bridgedb.conf file.

2014-04-30 Thread isis
commit d061571b2887f73905b8cc7749a19daa11cceab5 Author: Isis Lovecruft Date: Thu Apr 24 15:31:02 2014 + Remove unused unittest lib/bridgedb/test/bridgedb.conf file. --- lib/bridgedb/test/bridgedb.conf | 55 --- 1 file changed, 55 deletions(-) diff

[tor-commits] [bridgedb/develop] Update translations: Welsh (cy), Italian (it), Slovak (sk).

2014-04-30 Thread isis
commit 6ba28bb31275a10b3efa97919c864fa17470cc6f Author: Isis Lovecruft Date: Thu Apr 24 15:03:46 2014 + Update translations: Welsh (cy), Italian (it), Slovak (sk). * UPDATE Italian (it) gettext file. Thanks to Francesca Ciceri. * ADD Welsh (cy) translations.

[tor-commits] [bridgedb/develop] Add Makefile directives for building/cleaning documentation.

2014-04-30 Thread isis
commit 8c3465cf02cf381fc6887b7f2194dfd4ea15dfa5 Author: Isis Lovecruft Date: Thu Apr 24 15:26:25 2014 + Add Makefile directives for building/cleaning documentation. --- Makefile |6 ++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 22a231e..6e027a7 1006

[tor-commits] [tor/master] Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS

2014-04-30 Thread nickm
commit f8248abbd6c5e04037cedee29a8867700617acde Author: Nick Mathewson Date: Fri Apr 25 14:24:41 2014 -0400 Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS Fixes bug 10849; bugfix on 0.2.1.1-alpha (I believe) --- changes/bug10849_023 |6 ++ src/or/conf

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3

2014-04-30 Thread nickm
commit 8828794dc295e3d40dbc35cd58f4c449c632085b Merge: 65575b0 f8248ab Author: Nick Mathewson Date: Wed Apr 30 20:23:22 2014 -0400 Merge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3 changes/bug10849_023 |6 ++ src/or/config.c |4 2 files

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4

2014-04-30 Thread nickm
commit efab3484e6ea3a799ccf61061450cfc35791ad41 Merge: 35699ef 8828794 Author: Nick Mathewson Date: Wed Apr 30 20:25:15 2014 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 changes/bug10849_023 |6 ++ src/or/config.c |4 2 files changed, 10 i

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.4'

2014-04-30 Thread nickm
commit 9511522bd4c072a1d1b03b4d8e866baea3161e35 Merge: f43fee8 efab348 Author: Nick Mathewson Date: Wed Apr 30 20:26:55 2014 -0400 Merge remote-tracking branch 'origin/maint-0.2.4' changes/bug10849_023 |6 ++ src/or/config.c |4 2 files changed, 10 insertions(+) dif

[tor-commits] [tor/maint-0.2.4] Merge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3

2014-04-30 Thread nickm
commit 8828794dc295e3d40dbc35cd58f4c449c632085b Merge: 65575b0 f8248ab Author: Nick Mathewson Date: Wed Apr 30 20:23:22 2014 -0400 Merge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3 changes/bug10849_023 |6 ++ src/or/config.c |4 2 files

[tor-commits] [tor/maint-0.2.4] Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS

2014-04-30 Thread nickm
commit f8248abbd6c5e04037cedee29a8867700617acde Author: Nick Mathewson Date: Fri Apr 25 14:24:41 2014 -0400 Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS Fixes bug 10849; bugfix on 0.2.1.1-alpha (I believe) --- changes/bug10849_023 |6 ++ src/or/conf

[tor-commits] [tor/maint-0.2.4] Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4

2014-04-30 Thread nickm
commit efab3484e6ea3a799ccf61061450cfc35791ad41 Merge: 35699ef 8828794 Author: Nick Mathewson Date: Wed Apr 30 20:25:15 2014 -0400 Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 changes/bug10849_023 |6 ++ src/or/config.c |4 2 files changed, 10 i

[tor-commits] [tor/maint-0.2.3] Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS

2014-04-30 Thread nickm
commit f8248abbd6c5e04037cedee29a8867700617acde Author: Nick Mathewson Date: Fri Apr 25 14:24:41 2014 -0400 Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS Fixes bug 10849; bugfix on 0.2.1.1-alpha (I believe) --- changes/bug10849_023 |6 ++ src/or/conf

[tor-commits] [tor/maint-0.2.3] Merge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3

2014-04-30 Thread nickm
commit 8828794dc295e3d40dbc35cd58f4c449c632085b Merge: 65575b0 f8248ab Author: Nick Mathewson Date: Wed Apr 30 20:23:22 2014 -0400 Merge remote-tracking branch 'public/bug10849_023_bruteforce' into maint-0.2.3 changes/bug10849_023 |6 ++ src/or/config.c |4 2 files

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug11628'

2014-04-30 Thread nickm
commit f43fee8f8f194af475932f5312b2e538770d3c94 Merge: 14efaa0 904dd43 Author: Nick Mathewson Date: Wed Apr 30 17:21:15 2014 -0400 Merge remote-tracking branch 'public/bug11628' changes/bug11628 |4 configure.ac |9 +++-- 2 files changed, 11 insertions(+), 2 deletions

[tor-commits] [tor/master] New --disable-seccomp option to turn off support for seccomp.

2014-04-30 Thread nickm
commit 904dd436b58a63d430d09038a2d0edcc1133798f Author: Nick Mathewson Date: Mon Apr 28 11:11:11 2014 -0400 New --disable-seccomp option to turn off support for seccomp. Fixes 11628. --- changes/bug11628 |4 configure.ac |9 +++-- 2 files changed, 11 insertion

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

2014-04-30 Thread translation
commit 5ebcb97ebe273503b6df86e4ce80476bf3f485e5 Author: Translation commit bot Date: Wed Apr 30 21:15:09 2014 + Update translations for torcheck --- lt/torcheck.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lt/torcheck.po b/lt/torcheck.po index 78d

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

2014-04-30 Thread translation
commit a5cedbdc189ddf98c6946c8f947293db2fcf1d24 Author: Translation commit bot Date: Wed Apr 30 20:45:11 2014 + Update translations for torcheck --- lt/torcheck.po | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lt/torcheck.po b/lt/torcheck.po index 14

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

2014-04-30 Thread translation
commit e641ad438960a4531d182cb0e88f3c3dc0f701db Author: Translation commit bot Date: Wed Apr 30 20:15:46 2014 + Update translations for torbutton-browserproperties_completed --- lt/browser.properties | 13 + 1 file changed, 13 insertions(+) diff --git a/lt/browser.proper

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

2014-04-30 Thread translation
commit fb35b56cfb8c2ab8b16876816f00eb01f69bb781 Author: Translation commit bot Date: Wed Apr 30 20:15:43 2014 + Update translations for torbutton-browserproperties --- lt/browser.properties | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lt/browser.prop

[tor-commits] [oonib/master] Merge pull request #47 from TheTorProject/fix/refactoring

2014-04-30 Thread art
commit ebb8c55980a6e8a804643e453a4c6777cd0316e1 Merge: 0ee9875 699c26c Author: Arturo Filastò Date: Wed Apr 30 19:32:26 2014 +0200 Merge pull request #47 from TheTorProject/fix/refactoring Fix/refactoring oonib/bouncer/handlers.py | 17 ++-- oonib/config.py

[tor-commits] [oonib/master] Set limits on the number of headers that can be sent and their length.

2014-04-30 Thread art
commit 1452e777377d2e4b7bf0dff3d815fbb018b0 Author: Arturo Filastò Date: Wed Apr 23 16:41:50 2014 +0200 Set limits on the number of headers that can be sent and their length. --- oonib/testhelpers/http_helpers.py | 39 +++-- 1 file changed, 24 inserti

[tor-commits] [oonib/master] Refactoring and tidying up of various different parts of the codebase.

2014-04-30 Thread art
commit c0cad1259227019150258b5dfc2bc8d4844590a1 Author: Arturo Filastò Date: Wed Apr 30 14:57:15 2014 +0200 Refactoring and tidying up of various different parts of the codebase. Let pylint guide the way! --- oonib/bouncer/handlers.py | 17 ++-- oonib/config.py

[tor-commits] [oonib/master] Escape all strings before writing them to the log file.

2014-04-30 Thread art
commit f40f3c530e25d10eeef9bb3e9c36c6c8c23bfded Author: Arturo Filastò Date: Wed Apr 23 16:29:00 2014 +0200 Escape all strings before writing them to the log file. This fixes: https://github.com/TheTorProject/ooni-probe/issues/302 for the backend --- oonib/log.py | 47

[tor-commits] [oonib/master] Add unittests for the report handlers.

2014-04-30 Thread art
commit 699c26c018d0b19ee61c57d7c27207faee1e556c Author: Arturo Filastò Date: Wed Apr 30 14:57:57 2014 +0200 Add unittests for the report handlers. Add a useful base class for implementing any unittest. --- oonib/test/handler_helpers.py | 62 +++ oonib/test/test_repo

[tor-commits] [oonib/master] Merge pull request #45 from TheTorProject/fix/issue_c

2014-04-30 Thread art
commit 42b4985d44a3d714540f7a2455df106f2d154e6f Merge: bc337c5 f40f3c5 Author: Arturo Filastò Date: Wed Apr 30 19:03:31 2014 +0200 Merge pull request #45 from TheTorProject/fix/issue_c Escape all strings before writing them to the log file. oonib/log.py | 47 ++

[tor-commits] [oonib/master] Merge pull request #44 from TheTorProject/fix/issue_d

2014-04-30 Thread art
commit bc337c58d3beb87c3bc31694e530af9cf5e987d9 Merge: 72a86de d60d0cc Author: Arturo Filastò Date: Wed Apr 30 19:03:08 2014 +0200 Merge pull request #44 from TheTorProject/fix/issue_d Verify the sha 256 sum of the zlib package. scripts/build_tor2web_tor.sh |4 ++-- 1 file c

[tor-commits] [oonib/master] Set Content-Disposition in RandomPage HTTP Helper

2014-04-30 Thread art
commit 5e3bb398741fa9d9400115a41be3d69b0b0dae72 Author: Arturo Filastò Date: Wed Apr 23 15:44:49 2014 +0200 Set Content-Disposition in RandomPage HTTP Helper Fixes: https://github.com/TheTorProject/ooni-probe/issues/305 --- oonib/oonibackend.py |3 --- oonib/runn

[tor-commits] [oonib/master] Merge pull request #46 from TheTorProject/fix/issue_e

2014-04-30 Thread art
commit 0ee9875aefe47e963bf2939221464bb2d8029e1b Merge: 42b4985 1452e77 Author: Arturo Filastò Date: Wed Apr 30 19:04:58 2014 +0200 Merge pull request #46 from TheTorProject/fix/issue_e Set limits on the number of headers that can be sent and their length. oonib/testhelpers/http_

[tor-commits] [oonib/master] Verify the sha 256 sum of the zlib package.

2014-04-30 Thread art
commit d60d0ccff97699724c6c9cff6bd202272df9225f Author: Arturo Filastò Date: Wed Apr 23 15:50:39 2014 +0200 Verify the sha 256 sum of the zlib package. --- scripts/build_tor2web_tor.sh |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_tor2web_tor.sh

[tor-commits] [oonib/master] Merge pull request #43 from TheTorProject/fix/issue_g

2014-04-30 Thread art
commit 72a86dee6fc2d147271380e9fc3e9627cbe169c1 Merge: 7b35b7f 5e3bb39 Author: Arturo Filastò Date: Wed Apr 30 19:02:29 2014 +0200 Merge pull request #43 from TheTorProject/fix/issue_g Set Content-Disposition in RandomPage HTTP Helper oonib/oonibackend.py |3 ---

[tor-commits] [ooni-probe/master] Merge pull request #315 from TheTorProject/feature/manpage

2014-04-30 Thread art
commit 1d308e3f51df4b5d289140f4c5469a62111c7a71 Merge: e6518fd 9f3f95a Author: Arturo Filastò Date: Wed Apr 30 19:32:45 2014 +0200 Merge pull request #315 from TheTorProject/feature/manpage Add ooniprobe manpage. data/ooni.1 | 1100 +++

[tor-commits] [ooni-probe/master] Add ooniprobe manpage.

2014-04-30 Thread art
commit 9f3f95a990b9a2f33d93b407a2bc68758b92cbec Author: Arturo Filastò Date: Tue Apr 29 19:13:00 2014 +0200 Add ooniprobe manpage. --- data/ooni.1 | 1100 +++ docs/source/conf.py |2 +- ooni/oonicli.py | 11 +- 3 files chan

[tor-commits] [ooni-probe/master] Don't complain if we fail to delete some files.

2014-04-30 Thread art
commit c392dff592ec8f4cc2c8ab8501308fcf9ab5750c Author: Arturo Filastò Date: Wed Apr 30 18:18:46 2014 +0200 Don't complain if we fail to delete some files. --- ooni/tests/test_oonicli.py | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ooni/tests/test_oon

[tor-commits] [ooni-probe/master] When we fail write the tor log to the report

2014-04-30 Thread art
commit 17c2b901fb9ddc06d94406e35d55082ab05955dc Author: Arturo Filastò Date: Fri Mar 28 01:58:08 2014 +0100 When we fail write the tor log to the report --- ooni/nettests/blocking/bridge_reachability.py |3 +++ ooni/utils/onion.py |1 - 2 files changed, 3

[tor-commits] [ooni-probe/master] Add support for fteproxy to bridge_reachability

2014-04-30 Thread art
commit 0f31af97d55291498457b44fe84d93c5988771d5 Author: Arturo Filastò Date: Fri Mar 28 18:42:31 2014 +0100 Add support for fteproxy to bridge_reachability --- ooni/nettests/blocking/bridge_reachability.py | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/o

[tor-commits] [ooni-probe/master] Escape strings before writing them to the log.

2014-04-30 Thread art
commit 68cac6eabf474dd32f317e1671f3e9dc2b5fd697 Author: Arturo Filastò Date: Wed Apr 23 16:25:49 2014 +0200 Escape strings before writing them to the log. This fixes: https://github.com/TheTorProject/ooni-probe/issues/302 for ooni-probe --- ooni/tests/test_utils.py | 12 ++

[tor-commits] [ooni-probe/master] Refactoring of .gitignore

2014-04-30 Thread art
commit 699302bf5c462a66109b447958637703cc27efcf Author: Arturo Filastò Date: Thu Mar 27 16:27:18 2014 +0100 Refactoring of .gitignore --- .gitignore | 35 --- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 57

[tor-commits] [ooni-probe/master] Correct managed to --managed

2014-04-30 Thread art
commit e9786aba705ac806518c38002b0f695b7d50f463 Author: Arturo Filastò Date: Fri Mar 28 18:58:14 2014 +0100 Correct managed to --managed --- ooni/nettests/blocking/bridge_reachability.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/nettests/blocking/bridge_r

[tor-commits] [ooni-probe/master] Also print out the Tor version and print error messages.

2014-04-30 Thread art
commit c701575ed1a13e5848c93d12c38141a76fb54592 Author: Arturo Filastò Date: Fri Mar 28 01:39:28 2014 +0100 Also print out the Tor version and print error messages. --- ooni/nettests/blocking/bridge_reachability.py |3 +++ 1 file changed, 3 insertions(+) diff --git a/ooni/nettests/bl

[tor-commits] [ooni-probe/master] Provide a useful error message if we fail to load the inputfile

2014-04-30 Thread art
commit 7e4db43bc305d6dab716e5cb1f04a92388d58a34 Author: Arturo Filastò Date: Tue Mar 25 17:14:40 2014 +0100 Provide a useful error message if we fail to load the inputfile --- ooni/errors.py |3 +++ ooni/nettest.py | 11 +++ ooni/oonicli.py | 10 ++ 3 files change

[tor-commits] [ooni-probe/master] Merge pull request #307 from TheTorProject/fix/issue_h

2014-04-30 Thread art
commit 858f09d0e30f14568b38958a2c682f0abb0f4a64 Merge: 65c90a0 e3a8aa5 Author: Arturo Filastò Date: Wed Apr 30 18:45:54 2014 +0200 Merge pull request #307 from TheTorProject/fix/issue_h Fix/issue h ooni/deck.py| 15 ++- ooni/oonicli.py |2 +-

[tor-commits] [ooni-probe/master] Add support for installing fteproxy to install_on_planetlab script

2014-04-30 Thread art
commit f862bfa4316afe7dad4f1d7e1ac6eb62cc115ecc Author: Arturo Filastò Date: Fri Mar 28 18:42:47 2014 +0100 Add support for installing fteproxy to install_on_planetlab script --- scripts/install_on_planetlab.sh | 48 ++- 1 file changed, 37 insertions(

[tor-commits] [ooni-probe/master] Merge pull request #314 from TheTorProject/fix/debian/743108

2014-04-30 Thread art
commit e6518fd3494f1926d4bb1887edd1810c3aedf09c Merge: 159b0c3 b615c85 Author: Arturo Filastò Date: Wed Apr 30 19:26:46 2014 +0200 Merge pull request #314 from TheTorProject/fix/debian/743108 When running unittests don't write to outside the build dir. ooni/oonicli.py

[tor-commits] [ooni-probe/master] Merge pull request #308 from TheTorProject/fix/issue_c

2014-04-30 Thread art
commit 159b0c3fa83692a9882c94c5476f30fc9c0462ab Merge: 858f09d 68cac6e Author: Arturo Filastò Date: Wed Apr 30 19:00:53 2014 +0200 Merge pull request #308 from TheTorProject/fix/issue_c Escape strings before writing them to the log. ooni/tests/test_utils.py | 12 ++- o

[tor-commits] [ooni-probe/master] When running unittests don't write to outside the build dir.

2014-04-30 Thread art
commit b615c85392ad4ee433a3681758eccd6c95a3ee7e Author: Arturo Filastò Date: Tue Apr 29 18:17:27 2014 +0200 When running unittests don't write to outside the build dir. This fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743108 --- ooni/oonicli.py|3 ++-

[tor-commits] [ooni-probe/master] Merge pull request #297 from TheTorProject/feature/tor_version

2014-04-30 Thread art
commit 65c90a082030a37e1e3c2bc33f02d3e76fd41c65 Merge: 4f5d910 2822871 Author: Arturo Filastò Date: Wed Apr 30 18:38:44 2014 +0200 Merge pull request #297 from TheTorProject/feature/tor_version Add support for adding tor version to the bridge_reachability report. .gitignore

[tor-commits] [ooni-probe/master] Don't set requirements attribute since it's now used for another purpose.

2014-04-30 Thread art
commit 2822871edf77e97739d306cdac5031e59777160b Author: Arturo Filastò Date: Wed Apr 30 18:32:34 2014 +0200 Don't set requirements attribute since it's now used for another purpose. --- ooni/nettests/blocking/dns_consistency.py |3 +-- ooni/oonicli.py | 12

[tor-commits] [ooni-probe/master] Only print out a summary when it's appropriate.

2014-04-30 Thread art
commit b96dcd2df0d9a1638d450f008f3134206cf7e85a Author: Arturo Filastò Date: Fri Mar 28 01:44:53 2014 +0100 Only print out a summary when it's appropriate. Replace prints with log.msg --- ooni/nettest.py |2 ++ ooni/nettests/blocking/bridge_reach

[tor-commits] [ooni-probe/master] Iteration based on feedback from asn.

2014-04-30 Thread art
commit ff2a352a8229e583ca5e0537f4f963a8fc1dff3a Author: Arturo Filastò Date: Thu Mar 27 16:08:12 2014 +0100 Iteration based on feedback from asn. * Check that tor is installed before running the test (adding of new API method requirements used for doing checks before a test

[tor-commits] [ooni-probe/master] Use the correct version to check compatibility with scramblesuit

2014-04-30 Thread art
commit facacd6855e2165848a8ab71c6dd70944721bd69 Author: Arturo Filastò Date: Mon Mar 24 15:41:58 2014 +0100 Use the correct version to check compatibility with scramblesuit --- ooni/nettests/blocking/bridge_reachability.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[tor-commits] [ooni-probe/master] Merge pull request #313 from anadahz/trac_9050

2014-04-30 Thread art
commit 096c8261c8980570ccc5f8f6082d44af86948218 Merge: 8337903 18e32fb Author: Arturo Filastò Date: Tue Apr 29 17:29:52 2014 +0200 Merge pull request #313 from anadahz/trac_9050 Trac 9050 setup-dependencies.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) _

[tor-commits] [ooni-probe/master] Merge pull request #292 from TheTorProject/feature/test_naming_consistency

2014-04-30 Thread art
commit 772c8835976b1bdbf7fd4f65dcaa1011e343803b Merge: 096c826 550a2f0 Author: Arturo Filastò Date: Wed Apr 30 18:26:27 2014 +0200 Merge pull request #292 from TheTorProject/feature/test_naming_consistency Feature/test naming consistency data/decks/complete.deck

[tor-commits] [ooni-probe/master] Merge pull request #309 from anadahz/trac_7760

2014-04-30 Thread art
commit ecba7cd5725ff459964eeedd8b349726eb3c73db Merge: 2fb54fa a9fb141 Author: Arturo Filastò Date: Mon Apr 28 10:49:29 2014 +0200 Merge pull request #309 from anadahz/trac_7760 Add OONI installation instructions (#7760) docs/source/index.rst | 198 +

[tor-commits] [ooni-probe/master] Enforce better consistency amongst test naming.

2014-04-30 Thread art
commit 550a2f0e5684522ec90a130ddd9ad42e63c5175e Author: Arturo Filastò Date: Fri Mar 7 19:30:23 2014 +0100 Enforce better consistency amongst test naming. --- data/decks/complete.deck |2 +- data/decks/complete_no_root.deck |2 +- data/inputs/README

[tor-commits] [ooni-probe/master] Merge pull request #312 from anadahz/setup-dependencies-fix

2014-04-30 Thread art
commit 83379032606b1f2f133ca754eeae2272f12e4dff Merge: 1ecf348 c00f369 Author: Arturo Filastò Date: Tue Apr 29 17:29:36 2014 +0200 Merge pull request #312 from anadahz/setup-dependencies-fix Add required packages is setup-dependencies.sh setup-dependencies.sh |2 +- 1 file c

[tor-commits] [ooni-probe/master] Add support for Ubuntu releases in setup script

2014-04-30 Thread art
commit 18e32fbb1505ba2833a96546fe9c535295b9e77b Author: anadahz Date: Tue Apr 29 03:33:37 2014 +0300 Add support for Ubuntu releases in setup script Add support for Ubuntu releases in setup-dependencies.sh: * Add support for Ubuntu releases 13.04 (#9050) (https://trac.tor

[tor-commits] [ooni-probe/master] Add support for adding tor version to the bridge_reachability report.

2014-04-30 Thread art
commit eccaec864777ea75dfea5f48db63468cc378a6c4 Author: Arturo Filastò Date: Mon Mar 24 15:21:13 2014 +0100 Add support for adding tor version to the bridge_reachability report. Fail with a good error code if the version is unsupported for the given bridge. --- ooni/director.py

[tor-commits] [ooni-probe/master] Merge pull request #293 from TheTorProject/refactoring/geoip

2014-04-30 Thread art
commit 4f5d9107750521d746640659af27fd563eabd651 Merge: 772c883 d46b879 Author: Arturo Filastò Date: Wed Apr 30 18:27:11 2014 +0200 Merge pull request #293 from TheTorProject/refactoring/geoip Refactoring of geoip related functionality to have it less coupled ooni/director.py |

[tor-commits] [ooni-probe/master] Merge pull request #310 from anadahz/trac_7761

2014-04-30 Thread art
commit 1ecf348b4a552a5ac7ec115b389d738983456c80 Merge: ecba7cd 10ca73f Author: Arturo Filastò Date: Mon Apr 28 16:59:05 2014 +0200 Merge pull request #310 from anadahz/trac_7761 Add ThreatModel page to ooni documentation (#7761) docs/source/index.rst | 28 +

[tor-commits] [ooni-probe/master] In unittests no longer specify the test path as relative.

2014-04-30 Thread art
commit e3a8aa554d5d65c4888c15bed7cdeac34b8506c4 Author: Arturo Filastò Date: Tue Apr 22 22:13:10 2014 +0200 In unittests no longer specify the test path as relative. --- ooni/tests/test_deck.py | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/ooni

[tor-commits] [ooni-probe/master] Add required packages is setup-dependencies.sh

2014-04-30 Thread art
commit c00f369afd7009762922bf207932b126b0a297f4 Author: anadahz Date: Tue Apr 29 02:22:11 2014 +0300 Add required packages is setup-dependencies.sh Add packages in setup-dependencies.sh required for ooniprobe installation script: * Add package libssl-dev * Add package l

[tor-commits] [ooni-probe/master] Fixes Issue 300 Endless recursion 'Configuration file does not exist'

2014-04-30 Thread art
commit a76b3b049f43e237fe6c958212399674752ec368 Author: olafmk Date: Fri Apr 11 18:17:24 2014 +0200 Fixes Issue 300 Endless recursion 'Configuration file does not exist' --- HACKING | 10 +- ooni/settings.py |7 --- 2 files changed, 9 insertions(+), 8 deletions(-

[tor-commits] [ooni-probe/master] Add ThreatModel page to ooni documentation (#7761)

2014-04-30 Thread art
commit 10ca73fc0ec0bf77339707775f28abfe851c7989 Author: anadahz Date: Mon Apr 28 14:30:18 2014 +0300 Add ThreatModel page to ooni documentation (#7761) Port the ThreatModel (https://trac.torproject.org/projects/tor/wiki/doc/OONI/ThreatModel) documentation to docs. https

[tor-commits] [ooni-probe/master] Add OONI installation instructions (#7760)

2014-04-30 Thread art
commit a9fb1414b8a5c3f6806b532ed341991c5c41d965 Author: anadahz Date: Sat Apr 26 17:53:38 2014 +0300 Add OONI installation instructions (#7760) Add installation instructions for OONI to the documentation. https://trac.torproject.org/projects/tor/ticket/7760 --- docs/source/ind

[tor-commits] [ooni-probe/master] Fix vulnerability that allowed arbitrary files specified in decks to be executed.

2014-04-30 Thread art
commit 572e68a859f3241ca257f940c415d22a81bf45d0 Author: Arturo Filastò Date: Tue Apr 22 21:44:23 2014 +0200 Fix vulnerability that allowed arbitrary files specified in decks to be executed. --- ooni/deck.py| 15 ++- ooni/oonicli.py |2 +- 2 files changed, 11 inserti

[tor-commits] [ooni-probe/master] Resolved differences between paths (log, config, home) pointing to different users' home folders

2014-04-30 Thread art
commit 08d61704cb74f876929b5b42ebcdbf1471d1aadd Author: olafmk Date: Sat Apr 12 13:31:18 2014 +0200 Resolved differences between paths (log,config,home) pointing to different users' home folders (`logfile` and `config_file` were pointing to 'user/.ooni/...' and `ooni_home` to 'root/.o

[tor-commits] [ooni-probe/master] Fix typo inside of oonicli

2014-04-30 Thread art
commit b705eae8ffaee6134ea0c444c77c985bcbb2d0b9 Author: Arturo Filastò Date: Tue Apr 15 21:41:55 2014 +0200 Fix typo inside of oonicli --- ooni/oonicli.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/oonicli.py b/ooni/oonicli.py index 7ac1e76..5c3c0ce 100644

  1   2   >