[tor-commits] [stem/master] Shorthand functions for stem.descriptor.remote

2016-03-06 Thread atagar
commit a96ec510539f2918bf93c50d63ce68e919f71209 Author: Damian Johnson Date: Sun Mar 6 13:55:21 2016 -0800 Shorthand functions for stem.descriptor.remote Damn stem.descriptor.remote is useful! This has become our best method of fetching descriptors but its usage is a bit formul

[tor-commits] [nyx/master] Don't force redraw controller when popup_window exits

2016-03-06 Thread atagar
commit a5c6d373b3113a1ef1b3a28052d90d877e54e44b Author: Sambuddha Basu Date: Sun Mar 6 15:48:51 2016 -0500 Don't force redraw controller when popup_window exits --- nyx/popups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/popups.py b/nyx/popups.py index d6549a6

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

2016-03-06 Thread translation
commit 2d0eb34dd4a5d8fcd0ad2a2aeb73e6a9faa8664e Author: Translation commit bot Date: Sun Mar 6 19:45:50 2016 + Update translations for tails-misc --- da.po | 82 +-- 1 file changed, 41 insertions(+), 41 deletions(-) diff

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

2016-03-06 Thread translation
commit b9425a985f1d7937c5ddc7dfa31130afb31b864b Author: Translation commit bot Date: Sun Mar 6 19:45:22 2016 + Update translations for https_everywhere_completed --- da/https-everywhere.dtd | 36 +--- 1 file changed, 21 insertions(+), 15 deletions(-) di

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

2016-03-06 Thread translation
commit 34f92eac6ddd392e3f03b5a50be016680b0825ae Author: Translation commit bot Date: Sun Mar 6 19:45:16 2016 + Update translations for https_everywhere --- da/https-everywhere.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/da/https-everywhere.dtd b/da/htt

[tor-commits] [nyx/master] Fixed TorrcPanel AttributeError in menu actions

2016-03-06 Thread atagar
commit 47b06ab79c348398bd7160b85c7759bbd1f647dd Author: Sambuddha Basu Date: Sun Mar 6 14:32:21 2016 -0500 Fixed TorrcPanel AttributeError in menu actions --- nyx/menu/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/menu/actions.py b/nyx/menu/actions.py i

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2016-03-06 Thread translation
commit e533e1b8ea54cc324ae0634675edff982c4bd577 Author: Translation commit bot Date: Sun Mar 6 19:15:28 2016 + Update translations for liveusb-creator_completed --- da/da.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/da.po b/da/da.po index 7c1b137..3e20644 1

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

2016-03-06 Thread translation
commit 7aab8720e1e9a381c9955779333e8480c1c580c8 Author: Translation commit bot Date: Sun Mar 6 19:15:16 2016 + Update translations for https_everywhere --- da/https-everywhere.dtd | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2016-03-06 Thread translation
commit 8f43005e99f58c2de58b79a88d767409c57685bf Author: Translation commit bot Date: Sun Mar 6 19:15:24 2016 + Update translations for liveusb-creator --- da/da.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da/da.po b/da/da.po index 7c1b137..3e20644 100644 ---

[tor-commits] [doctor/master] Fix suppression for new relays being out of sync for badexit

2016-03-06 Thread atagar
commit cc32159ded693790e3098c7aa0ebb6bc56915ecd Author: Damian Johnson Date: Sun Mar 6 10:51:25 2016 -0800 Fix suppression for new relays being out of sync for badexit Baka, had the comparison inverted so we were *only* getting new relays. --- consensus_health_checker.py | 3 ++-