[tor-commits] [snowflake/master] Update for go1.6

2016-03-09 Thread arlo
commit e5f284ca56d92b1d4b48c1265e065486fea70396 Author: Arlo Breault Date: Wed Mar 9 13:08:36 2016 -0800 Update for go1.6 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index

[tor-commits] [snowflake/master] keep readme up to date

2016-03-09 Thread arlo
commit d61534b3a01597ce2f9da701a9248e3215f48f05 Author: Serene Han Date: Tue Mar 8 18:23:28 2016 -0800 keep readme up to date --- README.md| 26 +++--- client/torrc | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git

[tor-commits] [snowflake/master] retry client offers immediately instead of reset, combine sendOffer and receiveAnswer into exchangeSDP

2016-03-09 Thread arlo
commit 960a136c64e3ad2170289ca1d2b4003656df2a5f Author: Serene Han Date: Tue Mar 8 19:37:10 2016 -0800 retry client offers immediately instead of reset, combine sendOffer and receiveAnswer into exchangeSDP --- client/client_test.go | 31 +++---

[tor-commits] [orbot/master] update with commit tag for v15.1.3 beta 1

2016-03-09 Thread n8fr8
commit 8e7a8111a9ca129de40a824236d381f669f81805 Author: Nathan Freitas Date: Wed Mar 9 15:50:07 2016 -0500 update with commit tag for v15.1.3 beta 1 --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index

[tor-commits] [orbot/master] update changelog

2016-03-09 Thread n8fr8
commit d6eccc3138fef1254b7be11c0d657690ac195e2c Author: Nathan Freitas Date: Wed Mar 9 15:35:55 2016 -0500 update changelog --- CHANGELOG | 13 + 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 144b6c1..777e53e 100644 ---

[tor-commits] [orbot/master] VPN code cleanup and ensure DNS is listening on all interfaces

2016-03-09 Thread n8fr8
commit cec82ec0de0535417b8e8f21b4b1a88e9300fe12 Author: Nathan Freitas Date: Mon Mar 7 14:02:07 2016 -0500 VPN code cleanup and ensure DNS is listening on all interfaces --- src/org/torproject/android/service/TorService.java | 42 ++

[tor-commits] [orbot/master] change how we look for processes to kill. fixes tor trac #18502

2016-03-09 Thread n8fr8
commit 2973eaccd8987070af485e7f8b391404557534d2 Author: Nathan Freitas Date: Tue Mar 8 13:05:35 2016 -0500 change how we look for processes to kill. fixes tor trac #18502 --- src/org/torproject/android/service/TorService.java | 9 -

[tor-commits] [orbot/master] Move OrbotVPNService to a Manager and consolidate services

2016-03-09 Thread n8fr8
commit 9097b79a7e3e76185f09d5c9d510eefa52447d2b Author: Nathan Freitas Date: Wed Mar 9 14:43:01 2016 -0500 Move OrbotVPNService to a Manager and consolidate services This allows for the VPN service to be set in the foreground with the TorService and reduce the

[tor-commits] [orbot/master] DNS lookup through pdnsd should loop back into Tor DNS port

2016-03-09 Thread n8fr8
commit 4892f9353136baf0b00974fdb02176ca784498ff Author: Nathan Freitas Date: Mon Mar 7 13:52:52 2016 -0500 DNS lookup through pdnsd should loop back into Tor DNS port While the TCP query to Google DNS before provided more robust DNS services, it could still leak

[tor-commits] [orbot/master] 15.1.3-beta

2016-03-09 Thread n8fr8
commit 6452075d46d7a6dd65d026dfeffcb190ff993198 Author: Nathan Freitas Date: Wed Mar 9 14:51:25 2016 -0500 15.1.3-beta --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index

[tor-commits] [webwml/master] Attempt to fix the redirect crazyness

2016-03-09 Thread sebastian
commit 3621889b4ba451076d97912aadd289aa73b64614 Author: Sebastian Hahn Date: Wed Mar 9 20:50:46 2016 +0100 Attempt to fix the redirect crazyness --- .htaccess| 1 - projects/en/projects.wml | 4 ++-- 2 files changed, 2 insertions(+), 3

[tor-commits] [webwml/master] try doing the tormessenger redirect at the htaccess level

2016-03-09 Thread arma
commit 676fa50c02ff61de78a9a08598cd2a3627cd4356 Author: Roger Dingledine Date: Wed Mar 9 14:38:23 2016 -0500 try doing the tormessenger redirect at the htaccess level --- .htaccess| 1 + projects/en/tormessenger.wml | 4 2 files changed, 1

[tor-commits] [webwml/staging] Add redirect to Tor Messenger wiki

2016-03-09 Thread arma
commit 95253e708d59e206721b130296d477e000da41b1 Author: Sukhbir Singh Date: Wed Mar 9 13:50:22 2016 -0500 Add redirect to Tor Messenger wiki --- projects/en/tormessenger.wml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/en/tormessenger.wml

[tor-commits] [webwml/staging] Add Tor Messenger to projects page

2016-03-09 Thread arma
commit bad7ac947948508e9072dcacd9b0763a832767f8 Author: Sukhbir Singh Date: Tue Jan 19 14:41:12 2016 -0500 Add Tor Messenger to projects page --- images/icon-TorMessenger.png | Bin 0 -> 2762 bytes projects/en/projects.wml | 9 + 2 files changed, 9

[tor-commits] [webwml/staging] Add placeholder for Tor Messenger page

2016-03-09 Thread arma
commit 0a5b94273f750562224a42f6ef599f78d2bfd610 Author: Sukhbir Singh Date: Tue Jan 19 15:02:51 2016 -0500 Add placeholder for Tor Messenger page --- projects/en/tormessenger.wml | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git

[tor-commits] [webwml/staging] Merge branch 'master' into staging

2016-03-09 Thread arma
commit 73bd703a38f9cd99f698df25306db9c46721ebc1 Merge: 06be3b3 9f831c0 Author: Roger Dingledine Date: Wed Mar 9 14:21:55 2016 -0500 Merge branch 'master' into staging .gitignore |1 - .htaccess

[tor-commits] [webwml/staging] put a footer on the tormessenger redirect

2016-03-09 Thread arma
commit 9f831c028cfd811624b8d8c67ed6e0dd60d655ba Author: Roger Dingledine Date: Wed Mar 9 14:19:46 2016 -0500 put a footer on the tormessenger redirect --- projects/en/tormessenger.wml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/en/tormessenger.wml

[tor-commits] [webwml/staging] Update Contact page

2016-03-09 Thread arma
commit ac07dca0fe67c5f8a88ec1da7ee2e25fe33a1205 Author: Sukhbir Singh Date: Wed Mar 9 08:08:18 2016 -0500 Update Contact page - Remove references to RT until we have the support desk back - Remove the phone number for press queries since it is no longer

[tor-commits] [webwml/staging] Adding dgoulet as mentor for the HS project

2016-03-09 Thread arma
commit 5226ad9cc8f223c3e14e8554b0eb244b971b87c0 Author: Damian Johnson Date: Tue Mar 8 08:31:51 2016 -0800 Adding dgoulet as mentor for the HS project Requested by dgoulet on #tor-project. --- getinvolved/en/volunteer.wml | 2 +- 1 file changed, 1

[tor-commits] [webwml/staging] Drop another reference to OPW

2016-03-09 Thread arma
commit 8c266971af356c1fc0226a9ff10cd85a1215029e Author: Damian Johnson Date: Wed Mar 9 08:19:43 2016 -0800 Drop another reference to OPW We're not taking part in it and even if we were, iirc it goes by another name now. --- getinvolved/en/volunteer.wml

[tor-commits] [webwml/staging] Add new Tor Browser versions: 5.5.3, 6.0a3

2016-03-09 Thread arma
commit 7de1f92ffee74b1692edbcf217a1136d18ee04c5 Author: Nicolas Vigier Date: Tue Mar 8 19:34:42 2016 +0100 Add new Tor Browser versions: 5.5.3, 6.0a3 --- include/versions.wmi | 46 +++---

[tor-commits] [webwml/staging] Adding 'IP hijacking' project idea

2016-03-09 Thread arma
commit 66eb29a2b8bf349c69dbd33a59db2d99e89e8eea Author: Damian Johnson Date: Tue Mar 8 08:35:41 2016 -0800 Adding 'IP hijacking' project idea Idea from Aaron, Donncha and Yawnbox. Aaron is the only person that spoke up volunteering to mentor but might be

[tor-commits] [webwml/staging] Add 'Let's Encrypt Client' project idea

2016-03-09 Thread arma
commit cb194f00b056f332a670258a4ca6842b7d3c0879 Author: Damian Johnson Date: Mon Mar 7 18:49:27 2016 -0800 Add 'Let's Encrypt Client' project idea Project idea from the EFF. --- getinvolved/en/volunteer.wml | 35 +++ 1 file

[tor-commits] [webwml/staging] Add 'relay setup wizard' as a subtask for nyx

2016-03-09 Thread arma
commit a6d9f33ce7a51fedffbbc610f3d1554a88d273b6 Author: Damian Johnson Date: Sat Mar 5 16:04:17 2016 -0800 Add 'relay setup wizard' as a subtask for nyx Interesting project idea I came up with while chatting with sambuddhabasu1 about this. ---

[tor-commits] [webwml/staging] remove utopic from supported .deb versions

2016-03-09 Thread arma
commit e63a653aaf526dd0d23ebc149654a4f47a3d33d6 Author: Sebastian Hahn Date: Sat Feb 27 07:36:28 2016 +0100 remove utopic from supported .deb versions --- docs/en/debian.wml | 5 - 1 file changed, 5 deletions(-) diff --git a/docs/en/debian.wml

[tor-commits] [webwml/staging] List GetTor and Github mirror on Tor download pages

2016-03-09 Thread arma
commit 896f0bac59b676d2bb317d83c3b0e0aff6b6dd4f Author: Donncha O'Cearbhaill Date: Wed Mar 2 13:21:09 2016 +0100 List GetTor and Github mirror on Tor download pages --- download/en/download-easy.wml | 6 +- projects/en/torbrowser.wml| 7 +-- 2 files

[tor-commits] [webwml/staging] Add 'Ahmia - Hidden Service Search' back to the page

2016-03-09 Thread arma
commit 6eb4e40e209cea8b7a873649f402cc0fe4aae2b6 Author: Damian Johnson Date: Mon Mar 7 11:49:17 2016 -0800 Add 'Ahmia - Hidden Service Search' back to the page Oops, removing this was my bad. Juha asked for this to be added back and George has

[tor-commits] [webwml/staging] Replace 'Effort Level' and 'Skill Level' with 'Language'

2016-03-09 Thread arma
commit fed3b29b20f6a77c289cc9d600fb64aae531d6b7 Author: Damian Johnson Date: Fri Feb 26 09:50:48 2016 -0800 Replace 'Effort Level' and 'Skill Level' with 'Language' The effort/skill level indicators have always been hand wavy and not of much use to

[tor-commits] [webwml/staging] Match Android before Linux in jquery.client

2016-03-09 Thread arma
commit 895feefa1533818851df224f6e4d425f28b745ee Author: Donncha O'Cearbhaill Date: Wed Mar 2 15:38:19 2016 +0100 Match Android before Linux in jquery.client Some Android browsers provide a Linux tag in their navigator.platform tab. This was resulting in

[tor-commits] [webwml/staging] Drop projects/mentors we haven't heard from

2016-03-09 Thread arma
commit 3ddd63efa5296a221daa8a295280b37b2546e2bf Author: Damian Johnson Date: Mon Feb 29 09:07:37 2016 -0800 Drop projects/mentors we haven't heard from Dropping the folks we haven't heard from with regard to GSoC. For projects where they're the last

[tor-commits] [webwml/staging] Note Marcela's irc nick

2016-03-09 Thread arma
commit 2b5d1b53b4eae8f222d1aa85f51b00b1a37c362b Author: Damian Johnson Date: Mon Mar 7 11:21:25 2016 -0800 Note Marcela's irc nick She's available on irc for students, so letting 'em know who to contact. --- getinvolved/en/volunteer.wml | 2 +- 1 file

[tor-commits] [webwml/staging] Fix up the android download-easy section a bit

2016-03-09 Thread arma
commit 95cadc8a1be816b839d32f7f3fbba72168cb37a2 Author: Sebastian Hahn Date: Wed Mar 2 14:40:34 2016 +0100 Fix up the android download-easy section a bit --- download/en/download-easy.wml | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff

[tor-commits] [webwml/staging] Uncomment snippet saying we're taking part in GSoC

2016-03-09 Thread arma
commit 1e9c66a11bf443edae0a7b12be9d05cd823c2e7a Author: Damian Johnson Date: Thu Mar 3 08:19:57 2016 -0800 Uncomment snippet saying we're taking part in GSoC Just a small note saying we're taking part in GSoC and pointing students to our GSoC page. This

[tor-commits] [webwml/staging] Fix another instance of What else instead of Where else

2016-03-09 Thread arma
commit e11433f0bdcafcdb6866493614f0bbca918de716 Author: Sebastian Hahn Date: Wed Mar 2 16:06:16 2016 +0100 Fix another instance of What else instead of Where else --- projects/en/torbrowser.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [webwml/staging] Update GSoC page to say we're accepted

2016-03-09 Thread arma
commit 3aede4e1724cc1cfe0d3806c0d03f216ffd92651 Author: Damian Johnson Date: Thu Mar 3 08:40:24 2016 -0800 Update GSoC page to say we're accepted Well past due this page had the good news. I'm dropping the SoP note and wrapping its count into GSoC since

[tor-commits] [webwml/staging] Merge remote-tracking branch 'donnchaC/orbot-on-download-page'

2016-03-09 Thread arma
commit ad782fac7d34c43a2737c6960927349fb58306e1 Merge: c2e5f13 e72ad6b Author: Sebastian Hahn Date: Wed Mar 2 14:23:58 2016 +0100 Merge remote-tracking branch 'donnchaC/orbot-on-download-page' download/en/download-easy.wml | 14 ++ js/dlpage01.js

[tor-commits] [webwml/staging] Replace Solr with Elasticsearch for Ahmia

2016-03-09 Thread arma
commit c5206db81638fc61b46a51674652f2a66b4b6042 Author: Damian Johnson Date: Mon Mar 7 11:53:04 2016 -0800 Replace Solr with Elasticsearch for Ahmia Oops, missed a requested edit. --- getinvolved/en/volunteer.wml | 2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [webwml/staging] Add 'Panopticlick' project idea

2016-03-09 Thread arma
commit ec691dded4cff4c4c8bc5996821bfdab94b16976 Author: Damian Johnson Date: Sat Feb 27 23:27:16 2016 -0800 Add 'Panopticlick' project idea https://trac.torproject.org/projects/tor/ticket/18328 --- getinvolved/en/volunteer.wml | 60

[tor-commits] [webwml/staging] Display Orbot on Tor download page

2016-03-09 Thread arma
commit e72ad6bf1b0537acfea83c8c2d67b0f92725e581 Author: Donncha O'Cearbhaill Date: Tue Mar 1 18:04:44 2016 +0100 Display Orbot on Tor download page This commit adds a box on the download-easy.html.en webpage which includes links to install Orbot.

[tor-commits] [webwml/staging] Add txtorcon project ideas

2016-03-09 Thread arma
commit c3598457a3c1eea84b49a87c137568e5fc3928e2 Author: Damian Johnson Date: Sat Feb 27 10:14:33 2016 -0800 Add txtorcon project ideas Couple project ideas from meejah. --- getinvolved/en/volunteer.wml | 60 1

[tor-commits] [webwml/staging] Add 'Make Stegotorus deployment ready' project idea

2016-03-09 Thread arma
commit fb8533f7efb33698413519fa391f400265ba994d Author: Damian Johnson Date: Mon Feb 29 09:00:35 2016 -0800 Add 'Make Stegotorus deployment ready' project idea --- getinvolved/en/volunteer.wml | 138 +++ 1 file changed, 138

[tor-commits] [webwml/staging] Tweak wording for gettor/github addition

2016-03-09 Thread arma
commit c2e5f13a51be658f555ac845c539e4b7986824af Author: Sebastian Hahn Date: Wed Mar 2 14:23:28 2016 +0100 Tweak wording for gettor/github addition --- download/en/download-easy.wml | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git

[tor-commits] [webwml/staging] Deprecate old Tor Browser versions

2016-03-09 Thread arma
commit 2f2a614eae46dd1a3f9f01783963e397f6bbc092 Author: Georg Koppen Date: Sat Feb 13 20:47:34 2016 + Deprecate old Tor Browser versions --- projects/torbrowser/RecommendedTBBVersions | 8 1 file changed, 8 deletions(-) diff --git

[tor-commits] [webwml/staging] Add 'Stem Descriptor Parsing in Go' project idea

2016-03-09 Thread arma
commit 1c76876fe8c5f71af7f1671426ebd612b74c0f29 Author: Damian Johnson Date: Sat Feb 27 19:32:29 2016 -0800 Add 'Stem Descriptor Parsing in Go' project idea Project idea I got from https://us.pycon.org/2016/schedule/presentation/85/ for me and phw to

[tor-commits] [webwml/staging] ... without breaking the script

2016-03-09 Thread arma
commit 7249d28fce4ce09e8871da740fb90529fde78b23 Author: Sebastian Hahn Date: Sat Feb 27 07:37:53 2016 +0100 ... without breaking the script --- docs/en/debian.wml | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/debian.wml

[tor-commits] [webwml/staging] Drop 'Profile UDP transport protocols'

2016-03-09 Thread arma
commit 7f428a9449357a15771a8883156f1bf28ef2d814 Author: Damian Johnson Date: Thu Feb 25 08:42:52 2016 -0800 Drop 'Profile UDP transport protocols' Yawning asked for this to be removed as it's likely too big for students this summer. ---

[tor-commits] [webwml/staging] mirror update

2016-03-09 Thread arma
commit fddba9e432511ce84cecaf5a16fceaac83f8ee28 Author: Sebastian Hahn Date: Wed Jan 13 02:40:16 2016 +0100 mirror update --- include/mirrors-table.wmi | 365 ++ include/tor-mirrors.csv | 203

[tor-commits] [webwml/staging] Add new Tor Browser version

2016-03-09 Thread arma
commit 47c7af4a53eab2af3cac8a5d01ece053a39b7101 Author: Georg Koppen Date: Fri Feb 12 13:53:45 2016 + Add new Tor Browser version --- include/versions.wmi | 12 ++-- projects/torbrowser/RecommendedTBBVersions | 4 2 files

[tor-commits] [webwml/staging] Update TorBirdy description on the volunteer page

2016-03-09 Thread arma
commit e1434db26bd3a5930c6fb4095ef95486a61ecc7c Author: Sukhbir Singh Date: Tue Feb 23 15:52:51 2016 -0500 Update TorBirdy description on the volunteer page --- getinvolved/en/volunteer.wml | 32 1 file changed, 12 insertions(+), 20

[tor-commits] [webwml/staging] Don't rely on people.tpo for the website

2016-03-09 Thread arma
commit 5a4e0c03f9afdee80d9d0cc2cb818842ada7bc2e Author: Sebastian Hahn Date: Sun Feb 7 03:17:20 2016 +0100 Don't rely on people.tpo for the website --- press/en/video.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/press/en/video.wml

[tor-commits] [webwml/staging] update gsoc page for 2016

2016-03-09 Thread arma
commit fedc193b8102e1790a409e10c2b93754a3de96dc Author: Roger Dingledine Date: Fri Feb 19 13:08:38 2016 -0500 update gsoc page for 2016 --- about/en/gsoc.wml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/about/en/gsoc.wml

[tor-commits] [webwml/staging] Drop commented out project ideas

2016-03-09 Thread arma
commit cfd38ff48e4be6fc21f7d0556073c70f6fc37626 Author: Damian Johnson Date: Tue Feb 23 09:30:20 2016 -0800 Drop commented out project ideas They're invisible anyway, why burden page load with these? We can always resurrect them later if we want - that's

[tor-commits] [webwml/staging] Remove unused N900 images

2016-03-09 Thread arma
commit a8574518c141a738ea2b29ed096cb3f824f8268c Author: Sebastian Hahn Date: Sun Feb 7 18:17:51 2016 +0100 Remove unused N900 images --- images/N900/10_success-small.png | Bin 226409 -> 0 bytes images/N900/10_success.png | Bin 174213 -> 0

[tor-commits] [webwml/staging] Implement #8968

2016-03-09 Thread arma
commit 12ea2b2a2008bc8c88d182a71b4857904bd81dcb Author: Sebastian Hahn Date: Sat Feb 27 10:21:33 2016 +0100 Implement #8968 --- download/en/download.wml | 6 +++--- include/versions.wmi | 9 + 2 files changed, 12 insertions(+), 3 deletions(-) diff

[tor-commits] [webwml/staging] Drop 'Relay Web Status Dashboard' project idea

2016-03-09 Thread arma
commit 1c6d7d723160af9477d20e0455c02df7001af92b Author: Damian Johnson Date: Sat Feb 13 18:03:28 2016 -0800 Drop 'Relay Web Status Dashboard' project idea Cristobal Leiva did this last year, so no longer relevant...

[tor-commits] [webwml/staging] Drop 'Txtorcon/Stem Integration'

2016-03-09 Thread arma
commit 5c8c2cfb93b5ebc64e5cd6839926bc12b925608c Author: Damian Johnson Date: Thu Feb 25 08:44:18 2016 -0800 Drop 'Txtorcon/Stem Integration' Meejah isn't inclined to mentor this over the summer so dropping it. --- getinvolved/en/volunteer.wml | 45

[tor-commits] [webwml/staging] List GSoC idea under the project

2016-03-09 Thread arma
commit 2a4999e7a887bed84e91cd84919744eae69cf47c Author: Damian Johnson Date: Wed Feb 24 08:31:18 2016 -0800 List GSoC idea under the project Oops, I've been striving to include task ideas under the project they're related to. ---

[tor-commits] [webwml/staging] Add Tor Messenger to volunteer page and update link for TorBirdy

2016-03-09 Thread arma
commit 6e6fe7d2a54c999d9d859f367d711a3cd1c2b514 Author: Sukhbir Singh Date: Wed Feb 24 11:24:39 2016 -0500 Add Tor Messenger to volunteer page and update link for TorBirdy --- getinvolved/en/volunteer.wml | 19 ++- 1 file changed, 18 insertions(+),

[tor-commits] [webwml/staging] Remove Nick from project ideas

2016-03-09 Thread arma
commit 0e1f64209805753f779e24623bf625fc8645b5c5 Author: Damian Johnson Date: Thu Feb 25 08:40:43 2016 -0800 Remove Nick from project ideas Nick reports that he's unavailable to mentor this summer so dropping him from the project ideas. ---

[tor-commits] [webwml/staging] add ed255 docs to the FAQ (#17021)

2016-03-09 Thread arma
commit 9b92b660218a8f02bfd32170ecd6a3de3198eade Author: Sebastian Hahn Date: Sat Feb 27 06:45:40 2016 +0100 add ed255 docs to the FAQ (#17021) Wording mostly s7r's from the ticket. --- docs/en/faq.wml | 74

[tor-commits] [webwml/staging] Add 'Expand Nyx' project idea

2016-03-09 Thread arma
commit 4b64fbdd12bfe8b831531b2c169f99c53f94d02b Author: Damian Johnson Date: Fri Feb 26 09:39:06 2016 -0800 Add 'Expand Nyx' project idea --- getinvolved/en/volunteer.wml | 51 1 file changed, 51 insertions(+) diff --git

[tor-commits] [webwml/staging] Drop 'Ahmia - Hidden Service Search'

2016-03-09 Thread arma
commit f4f3346b3c4a45f37fb5b66e3614ff615478ca30 Author: Damian Johnson Date: Thu Feb 25 08:42:05 2016 -0800 Drop 'Ahmia - Hidden Service Search' This was done in SoP last year. --- getinvolved/en/volunteer.wml | 58

[tor-commits] [webwml/staging] remove torbel from projects listing

2016-03-09 Thread arma
commit 2d2238c78205343e23883204b8be6288bfc58bef Author: Sebastian Hahn Date: Mon Feb 22 23:38:58 2016 +0100 remove torbel from projects listing --- getinvolved/en/volunteer.wml | 23 --- 1 file changed, 23 deletions(-) diff --git

[tor-commits] [webwml/staging] Add 'Implement and Integrate CONIKS for Tor Messenger' project idea

2016-03-09 Thread arma
commit a7cbf704197e8494bb63d80885f7b99dfadbb0df Author: Damian Johnson Date: Tue Feb 23 09:37:14 2016 -0800 Add 'Implement and Integrate CONIKS for Tor Messenger' project idea Project idea courtesy of Arlo. --- getinvolved/en/volunteer.wml | 72

[tor-commits] [webwml/staging] Deprecate old Tor Browser versions

2016-03-09 Thread arma
commit e6d27a580d814cc30f1b9903ef65994f295dc36d Author: Georg Koppen Date: Fri Feb 19 13:39:59 2016 + Deprecate old Tor Browser versions --- projects/torbrowser/RecommendedTBBVersions | 6 -- 1 file changed, 6 deletions(-) diff --git

[tor-commits] [webwml/staging] make it clearer we're not accepted to gsoc 2016 yet

2016-03-09 Thread arma
commit 04a21f6daa6f9551657e2831ed69414fb8846f2f Author: Roger Dingledine Date: Fri Feb 19 22:02:10 2016 -0500 make it clearer we're not accepted to gsoc 2016 yet --- about/en/gsoc.wml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/about/en/gsoc.wml

[tor-commits] [webwml/staging] Add new Tor Browser versions

2016-03-09 Thread arma
commit e85cab01121b8d972e7e0d8c22e6b0428f783966 Author: Georg Koppen Date: Mon Feb 15 13:40:57 2016 + Add new Tor Browser versions --- include/versions.wmi | 10 +- projects/torbrowser/RecommendedTBBVersions | 8 +++- 2 files

[tor-commits] [webwml/staging] remove censorship analyzer

2016-03-09 Thread arma
commit cc82184754dbd6665966d57205e2c740a3c59fd7 Author: Sebastian Hahn Date: Tue Feb 23 00:02:41 2016 +0100 remove censorship analyzer --- getinvolved/en/volunteer.wml | 38 -- 1 file changed, 38 deletions(-) diff --git

[tor-commits] [webwml/staging] Merge remote-tracking branch 'asn/web_hs_page_riseup_guide'

2016-03-09 Thread arma
commit 25d4b9ceafb2478e36990841a78d87a1c6a07b6b Merge: 53ecc1c 65ecaeb Author: Sebastian Hahn Date: Sun Feb 7 03:00:03 2016 +0100 Merge remote-tracking branch 'asn/web_hs_page_riseup_guide' docs/en/tor-hidden-service.wml | 14 +- 1 file changed, 13

[tor-commits] [webwml/staging] Completely removed img border

2016-03-09 Thread arma
commit 51f6ab74beb649d975fc933a0be5501eedb4d9e8 Author: ilv Date: Sun Feb 22 19:42:19 2015 -0300 Completely removed img border --- css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index

[tor-commits] [webwml/staging] Link to correct tor browser changelog

2016-03-09 Thread arma
commit 50764d0ae45ae7ad23ed6cf7d957112054470b74 Author: Sebastian Hahn Date: Fri Feb 5 22:10:03 2016 +0100 Link to correct tor browser changelog Fixes #16751 --- include/versions.wmi | 1 + projects/en/torbrowser.wml | 4 ++-- 2 files changed, 3

[tor-commits] [webwml/staging] Update activity column

2016-03-09 Thread arma
commit 840ea7a4825a0269191f1c0faf663860a8b8beb7 Author: Damian Johnson Date: Sat Feb 13 18:41:54 2016 -0800 Update activity column Just a quick refresh after looking at everything's commit activity. Also dropping a dead metrics link. ---

[tor-commits] [webwml/staging] Remove unused version entries

2016-03-09 Thread arma
commit e351883ab3d9d77bde8dac0add3074f8ff5209b3 Author: Sebastian Hahn Date: Fri Feb 5 22:05:42 2016 +0100 Remove unused version entries --- include/versions.wmi | 40 wml2po.sh| 2 +- 2 files changed, 1

[tor-commits] [webwml/staging] fix this faster than arma can read website changelog mails

2016-03-09 Thread arma
commit 6ee5018f37bf25db4d7c45109e055472c9324d26 Author: Sebastian Hahn Date: Fri Feb 5 21:44:06 2016 +0100 fix this faster than arma can read website changelog mails --- docs/en/tor-doc-relay.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [webwml/staging] Deprecate old TBB alpha and hardened versions

2016-03-09 Thread arma
commit cdcebd47cfa79404babc0d9624db179f0a2e8ef0 Author: Georg Koppen Date: Thu Jan 21 09:29:05 2016 + Deprecate old TBB alpha and hardened versions --- projects/torbrowser/RecommendedTBBVersions | 6 -- 1 file changed, 6 deletions(-) diff --git

[tor-commits] [webwml/staging] Add new TBB version

2016-03-09 Thread arma
commit bf4b4b2c9cdc5c15c5618df37106948e0c97c4c7 Author: Nicolas Vigier Date: Wed Jan 27 15:11:18 2016 +0100 Add new TBB version --- include/versions.wmi | 10 +- projects/torbrowser/RecommendedTBBVersions | 4 2 files changed, 9

[tor-commits] [webwml/staging] Reorder core people page so it's alphabetical again

2016-03-09 Thread arma
commit 53ecc1ca9d132848bd06e928e8c6612a620cd0ad Author: Sebastian Hahn Date: Sat Feb 6 12:15:57 2016 +0100 Reorder core people page so it's alphabetical again --- about/en/corepeople.wml | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-)

[tor-commits] [webwml/staging] Adding ja to lang.wmi as well

2016-03-09 Thread arma
commit 6cbf967fb57aec1251ecbb0ab8f7bd46c23cac95 Author: Georg Koppen Date: Wed Jan 27 08:42:32 2016 + Adding ja to lang.wmi as well --- include/lang.wmi | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lang.wmi b/include/lang.wmi index c43acd5..2f5e794

[tor-commits] [webwml/staging] add our 2014 financial docs

2016-03-09 Thread arma
commit 8f3e298978f7fe313ffaf210d4c45af68761a86f Author: Roger Dingledine Date: Thu Jan 14 06:49:51 2016 -0500 add our 2014 financial docs --- ...14-TorProject-combined-Form990_PC_Audit_Results.pdf | Bin 0 -> 867206 bytes 1 file changed, 0 insertions(+), 0

[tor-commits] [webwml/staging] and link to the new financial pdf too

2016-03-09 Thread arma
commit 61de6ff092051cebe5b2b8be753609a71768194c Author: Roger Dingledine Date: Thu Jan 14 06:50:06 2016 -0500 and link to the new financial pdf too --- about/en/financials.wml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/about/en/financials.wml

[tor-commits] [webwml/staging] Add ja locale for stable series

2016-03-09 Thread arma
commit 3b44351abe7871821664370a1a97656cf09fe166 Author: Georg Koppen Date: Wed Jan 27 08:36:22 2016 + Add ja locale for stable series --- projects/en/torbrowser.wml | 13 + 1 file changed, 13 insertions(+) diff --git a/projects/en/torbrowser.wml

[tor-commits] [webwml/staging] Add new Tor Browser version

2016-03-09 Thread arma
commit e2b61d800eefd57c9e8434047d8b24f26a244d25 Author: Georg Koppen Date: Fri Feb 5 13:55:30 2016 + Add new Tor Browser version --- include/versions.wmi | 12 ++-- projects/torbrowser/RecommendedTBBVersions | 4 2 files

[tor-commits] [webwml/staging] Add new Tor Browser version

2016-03-09 Thread arma
commit 853cb0d165fecc612493d57b179c915149bc0938 Author: Georg Koppen Date: Wed Jan 27 07:38:40 2016 + Add new Tor Browser version --- include/versions.wmi | 12 ++-- projects/torbrowser/RecommendedTBBVersions | 4 2 files

[tor-commits] [webwml/staging] Remove suggestion to run a relay with Tor Browser

2016-03-09 Thread arma
commit dd2563413c8f74d097c7b70f19a47e972931c51f Author: Sebastian Hahn Date: Fri Feb 5 21:33:59 2016 +0100 Remove suggestion to run a relay with Tor Browser Fixes #16704. Also de-emphasize some other OSes. Relays belong in data centers these days ---

[tor-commits] [webwml/staging] Changed portinstall to pkg (freebsd)

2016-03-09 Thread arma
commit a32842496a8f6acb0f91ed9290eba29d96190e76 Author: ilv Date: Sun Feb 22 19:38:46 2015 -0300 Changed portinstall to pkg (freebsd) --- download/en/download-unix.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [webwml/staging] Remove N900 instructions

2016-03-09 Thread arma
commit 152760b21b5ca6d7fbb14ec9cdf39ccd7570f07b Author: Sebastian Hahn Date: Fri Feb 5 21:46:03 2016 +0100 Remove N900 instructions Implements #16605. I think N900s are pretty rare now, and instructions for 0.2.1.x aren't really that useful anymore

[tor-commits] [webwml/staging] Deprecate old TBB versions

2016-03-09 Thread arma
commit a0a60dc2a0040793186ef9315915cfbe7a283e8a Author: Georg Koppen Date: Thu Jan 28 09:20:02 2016 + Deprecate old TBB versions --- projects/torbrowser/RecommendedTBBVersions | 10 -- 1 file changed, 10 deletions(-) diff --git

[tor-commits] [webwml/staging] HS configuration page: Mention riseup's guide and [tor-onions].

2016-03-09 Thread arma
commit 65ecaeb3204652ed682d86d780931c0e0df6ab58 Author: George Kadianakis Date: Fri Feb 5 20:29:17 2016 +0200 HS configuration page: Mention riseup's guide and [tor-onions]. --- docs/en/tor-hidden-service.wml | 14 +- 1 file changed, 13 insertions(+), 1

[tor-commits] [webwml/staging] mirror run

2016-03-09 Thread arma
commit 442283c48b9a205e40fe760da555f6e64d93ae29 Author: Sebastian Hahn Date: Thu Jan 14 00:47:02 2016 +0100 mirror run --- include/mirrors-table.wmi | 244 ++ include/tor-mirrors.csv | 202

[tor-commits] [webwml/staging] Merge remote-tracking branch 'arthuredelstein/18003'

2016-03-09 Thread arma
commit 37ab2496e87d48524ddba9a7dd11243b8a12d76a Merge: a0a60dc 546d19f Author: Sebastian Hahn Date: Sun Jan 31 07:52:14 2016 +0100 Merge remote-tracking branch 'arthuredelstein/18003' css/layout.css| 33 -

[tor-commits] [webwml/staging] Adding new TBB versions

2016-03-09 Thread arma
commit 53ded8f2d44ecb21bdd6f13632a51cc57c9de0fd Author: Georg Koppen Date: Fri Jan 8 08:42:34 2016 + Adding new TBB versions --- include/versions.wmi | 10 +- projects/torbrowser/RecommendedTBBVersions | 8 +++- 2 files changed,

[tor-commits] [webwml/staging] Bump the tor alpha release version to 0.2.8.1-alpha

2016-03-09 Thread arma
commit de2dd3a23b49fd2d56b8e767bb210b16b928a0f3 Author: Nick Mathewson Date: Thu Feb 4 18:17:25 2016 -0500 Bump the tor alpha release version to 0.2.8.1-alpha --- Makefile | 2 +- include/versions.wmi | 2 +- 2 files changed, 2 insertions(+), 2

[tor-commits] [webwml/staging] Deprecate old TBB version

2016-03-09 Thread arma
commit 0817bd2417dff743e64b9c6c5ddd0ebdefd2eb49 Author: Georg Koppen Date: Thu Jan 7 21:00:24 2016 + Deprecate old TBB version --- projects/torbrowser/RecommendedTBBVersions | 4 1 file changed, 4 deletions(-) diff --git

[tor-commits] [webwml/staging] Convert remaining gitweb-style links to cgit.

2016-03-09 Thread arma
commit 735c21a057772fc0d338e6f8010f4281c2a92cae Author: Alex Xu Date: Wed Apr 8 18:27:10 2015 -0400 Convert remaining gitweb-style links to cgit. --- getinvolved/en/volunteer.wml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [webwml/staging] add a signature on the 2014 financials

2016-03-09 Thread arma
commit 84c411d69d41f63325ad7429fc8c144f8650066a Author: Roger Dingledine Date: Sat Jan 16 05:36:28 2016 -0500 add a signature on the 2014 financials (the previous files have signatures. i'm not quite sure why, but who am i to break the trend.) ---

[tor-commits] [webwml/staging] Don't advertise running a mirror so much (#18049)

2016-03-09 Thread arma
commit e5834c5690a431682e9d6ad49973c0c749eb3df9 Author: Sebastian Hahn Date: Wed Jan 13 01:55:41 2016 +0100 Don't advertise running a mirror so much (#18049) --- docs/en/sidenav.wmi | 3 --- docs/torbutton/en/sidenav.wmi | 3 --- include/foot.wmi

[tor-commits] [webwml/staging] Add new TBB hardened version to RecommendedTBBVersions

2016-03-09 Thread arma
commit c699abeae5edbde8157e3dc73d49e525d88b6366 Author: Nicolas Vigier Date: Wed Jan 27 16:24:50 2016 +0100 Add new TBB hardened version to RecommendedTBBVersions --- projects/torbrowser/RecommendedTBBVersions | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[tor-commits] [webwml/staging] https-ify a noscript link

2016-03-09 Thread arma
commit e987ca8ece1aa545ad055a8738ce33de5883ac69 Author: Sebastian Hahn Date: Wed Jan 13 02:05:45 2016 +0100 https-ify a noscript link --- projects/torbrowser/design/index.html.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [webwml/staging] Rename arm to nyx on the volunteer page

2016-03-09 Thread arma
commit 039803c9332938af6d3ead279fc300391c05ee86 Author: Damian Johnson Date: Tue Jan 5 08:34:19 2016 -0800 Rename arm to nyx on the volunteer page I'm still holding off on the bulk of the rename until our next release (no reason to confuse its existing

[tor-commits] [webwml/staging] Add donation redirect for Jake.

2016-03-09 Thread arma
commit 5ce492e5fd8707163774f40cf87501c5d14dd59d Author: Mike Perry Date: Fri Jan 8 10:44:03 2016 -0800 Add donation redirect for Jake. --- .htaccess | 1 + donate/en/donate-appelbaum.wml | 0 2 files changed, 1 insertion(+) diff --git

  1   2   >