[tor-commits] [check/master] t

2013-10-01 Thread arlo
commit 273b1574c96bdacce68b1c84dfb9b94d39b798b1 Author: Arlo Breault arlo...@gmail.com Date: Tue Oct 1 16:00:24 2013 -0700 t --- scripts/exitips.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/exitips.py b/scripts/exitips.py index 1b7a7b3..49b7f03 100755

[tor-commits] [check/master] Switch to less ambiguous wording.

2013-10-02 Thread arlo
commit b53d83e91ec10b554f336c618e69430e04ad15ec Author: Arlo Breault arlo...@gmail.com Date: Wed Oct 2 09:58:13 2013 -0700 Switch to less ambiguous wording. It has been reported that some users are confused by the distinction between This and Your browser. https

[tor-commits] [check/master] Parse TorButton template.

2013-10-02 Thread arlo
commit d2705017343513afcc68ab5ab857a06d1ac95c24 Author: Arlo Breault arlo...@gmail.com Date: Wed Oct 2 19:03:46 2013 -0700 Parse TorButton template. --- utils.go |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils.go b/utils.go index edeed20..46e00b2 100644

[tor-commits] [check/master] Dry out querystring parsing.

2013-10-02 Thread arlo
commit c656794133794c1acc9a0e7a74f0cd380c42a110 Author: Arlo Breault arlo...@gmail.com Date: Wed Oct 2 19:18:47 2013 -0700 Dry out querystring parsing. --- handlers.go | 20 ++-- utils.go| 15 +++ 2 files changed, 17 insertions(+), 18 deletions(-) diff

[tor-commits] [check/master] Prevent multiple response.WriteHeader calls.

2013-10-02 Thread arlo
commit 5e5bd0cce147bfe1e077579abb33802978792cc5 Author: Arlo Breault arlo...@gmail.com Date: Wed Oct 2 21:02:55 2013 -0700 Prevent multiple response.WriteHeader calls. HEAD requests were causing the template executer to warn about ErrBodyNotAllowed. The error handler

[tor-commits] [check/master] Buffer template rendering.

2013-10-03 Thread arlo
commit 8652915e57f200c60cdbf8082f04e5d96448e616 Author: Arlo Breault arlo...@gmail.com Date: Thu Oct 3 11:46:53 2013 -0700 Buffer template rendering. This allows for better error handling and a place to deal with HEAD requests. --- check.go |4

[tor-commits] [check/master] Add Last-Modified header to bulk exit list.

2013-10-10 Thread arlo
commit e76ca136419cf7802ac172221dc80fd765ea1ba7 Author: Arlo Breault arlo...@gmail.com Date: Thu Oct 10 10:43:25 2013 -0700 Add Last-Modified header to bulk exit list. --- handlers.go |2 ++ 1 file changed, 2 insertions(+) diff --git a/handlers.go b/handlers.go index cd8e815..3a91087

[tor-commits] [check/master] Introduce some design changes.

2013-10-10 Thread arlo
commit ec6b0a4fafc489ef930bd311db9b170447a20f21 Author: Arlo Breault arlo...@gmail.com Date: Thu Oct 3 11:58:47 2013 -0700 Introduce some design changes. Mainly, adding the available languages to a header. --- handlers.go | 20 +++- public/base.html | 35

[tor-commits] [check/master] Listen for a language change.

2013-10-10 Thread arlo
commit ba07a3d01a283a9ea70a9df95506fbf00cabaf69 Author: Arlo Breault arlo...@gmail.com Date: Thu Oct 10 14:27:28 2013 -0700 Listen for a language change. Just an enhancement. --- public/index.html |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git

[tor-commits] [check/master] Merge pull request #20 from Ryman/torbutton_minor_fix

2013-10-19 Thread arlo
commit c32e4f5a647916967d11cfbe2ff3e1f47764db82 Merge: ba07a3d 348c149 Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 19 10:38:47 2013 -0700 Merge pull request #20 from Ryman/torbutton_minor_fix Torbutton expects failure rather than fail public/torbutton.html |2 +- 1

[tor-commits] [check/master] Torbutton expects failure rather than fail

2013-10-19 Thread arlo
commit 348c149d9cd6e69ce0632a922bca01735cbae46c Author: Kevin Butler haq...@gmail.com Date: Sat Oct 19 18:29:04 2013 +0100 Torbutton expects failure rather than fail --- public/torbutton.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/torbutton.html

[tor-commits] [check/master] Add command line flags for pid, port and log paths.

2013-10-25 Thread arlo
commit 9c13763316a894b48a97ceec6cd4f8a106b814ce Author: Arlo Breault arlo...@gmail.com Date: Fri Oct 25 16:32:32 2013 -0700 Add command line flags for pid, port and log paths. --- check.go | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git

[tor-commits] [check/master] Only use descriptors from the past hour.

2013-10-25 Thread arlo
commit 2dfc37bcf51f1fbf634b768c873b9d1709f2230b Author: Arlo Breault arlo...@gmail.com Date: Fri Oct 25 16:30:40 2013 -0700 Only use descriptors from the past hour. Avoid repeats. --- Makefile |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b

[tor-commits] [check/master] Use latest version of stem.

2013-10-25 Thread arlo
commit 5755fbf1e96318c9018600fc34bc88c62d649c61 Author: Arlo Breault arlo...@gmail.com Date: Fri Oct 25 16:31:49 2013 -0700 Use latest version of stem. --- requirements.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index

[tor-commits] [check/master] Some fixes for go1.0.x

2013-10-25 Thread arlo
commit cbd6b1b15723b531876d0c7d7b4e239bc9685116 Author: Arlo Breault arlo...@gmail.com Date: Fri Oct 25 16:28:41 2013 -0700 Some fixes for go1.0.x --- handlers.go|4 ++-- public/index.html |4 ++-- scripts/exitips.py |8 +--- 3 files changed, 9 insertions(+), 7

[tor-commits] [check/master] Ignore vagrant directory.

2013-10-26 Thread arlo
commit f0aaa2e586da4b28a2c8f18b70a1f3c9c2fcb505 Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 26 13:40:15 2013 -0700 Ignore vagrant directory. --- .gitignore |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index db1ff45..07e6ce7

[tor-commits] [check/master] Add an init script for the check process.

2013-10-26 Thread arlo
commit 26819c9e1ee90a26d3faa981dd7082b96b5fb4df Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 26 13:38:37 2013 -0700 Add an init script for the check process. Closes #17 --- scripts/check.init | 153 1 file changed, 153

[tor-commits] [check/master] Add an install target to the makefile.

2013-10-26 Thread arlo
commit 5f0f30edfd1900159985aae9d97d69f050d3624e Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 26 13:37:45 2013 -0700 Add an install target to the makefile. --- Makefile |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27cfa5a

[tor-commits] [check/master] Add a command line arg for a base path.

2013-10-26 Thread arlo
commit 11d242c18549beae13f44307eb98f7a297a672aa Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 26 13:36:48 2013 -0700 Add a command line arg for a base path. --- check.go | 16 +--- datastore.go | 10 +- datastore_test.go |4 ++-- handlers.go

[tor-commits] [check/master] Update readme with debian python packages.

2013-10-26 Thread arlo
commit b0fd77b46a696c3a03233d05d17639b299c44bd6 Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 26 13:38:17 2013 -0700 Update readme with debian python packages. --- Readme.md |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index

[tor-commits] [check/master] Specify shell in makefile.

2013-10-26 Thread arlo
commit bbd59d691b9b7657e6ec9bafff719fd5f6e452dd Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 26 13:56:43 2013 -0700 Specify shell in makefile. pushd / popd require it. --- Makefile |2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 64835b4

[tor-commits] [check/master] Add setup instructions to the readme.

2013-10-26 Thread arlo
commit d9d7cbee7f1fed27f1fc3f75cb7e6ee827d6ad8a Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 26 14:39:32 2013 -0700 Add setup instructions to the readme. Assumes a base dir of /opt/check --- Makefile |8 Readme.md | 19

[tor-commits] [check/master] Remove stray option.

2013-10-26 Thread arlo
commit d9af8c2cce847f999178eb61cfe8c0dbcf495305 Author: Arlo Breault arlo...@gmail.com Date: Sat Oct 26 14:51:40 2013 -0700 Remove stray option. --- public/index.html |1 - 1 file changed, 1 deletion(-) diff --git a/public/index.html b/public/index.html index 832ec99..1c1047a 100644

[tor-commits] [check/master] Avoid re-downloading descriptors.

2013-11-13 Thread arlo
commit 7620910a57766d4580b277d4a6756e8d9f81e3b8 Author: Arlo Breault arlo...@gmail.com Date: Mon Nov 4 23:25:58 2013 -0800 Avoid re-downloading descriptors. Make use of rsync's --delete old descriptors. Remove -u flag to date to compare with system date. Rsync seems to do

[tor-commits] [check/master] Only download descriptor files from the last hour and a half.

2013-11-13 Thread arlo
commit 8ff3537fe11a46caa06e59c2a50cd9a78631e7ad Author: Kevin Butler haq...@gmail.com Date: Mon Nov 4 02:36:32 2013 + Only download descriptor files from the last hour and a half. --- Makefile |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile

[tor-commits] [check/master] Rsync is ignoring --delete

2013-11-13 Thread arlo
commit ae86f468c22ba7a65494f66dbfa86a8f445b798b Author: Arlo Breault arlo...@gmail.com Date: Wed Nov 13 17:16:01 2013 -0800 Rsync is ignoring --delete Kevin was right :) --- Makefile |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index

[tor-commits] [check/master] Add a run script.

2013-11-15 Thread arlo
commit f624697cdab1c6f9f232079ac86c7b67d83ac5fe Author: Arlo Breault arlo...@gmail.com Date: Fri Nov 15 22:17:07 2013 -0800 Add a run script. To be run at cron @reboot. --- scripts/run.sh |5 + 1 file changed, 5 insertions(+) diff --git a/scripts/run.sh b/scripts/run.sh

[tor-commits] [check/master] Ignore log.

2013-11-15 Thread arlo
commit 40305a900ac0290e84ef41ef7cfdac7619b75922 Author: Arlo Breault arlo...@gmail.com Date: Fri Nov 15 22:15:53 2013 -0800 Ignore log. --- .gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 07e6ce7..37fa1ae 100644 --- a/.gitignore +++ b

[tor-commits] [check/master] Fix invisible link.

2013-11-15 Thread arlo
commit 14459b54b05fc6eae551acd6133f392c8712e81f Author: Arlo Breault arlo...@gmail.com Date: Fri Nov 15 22:20:29 2013 -0800 Fix invisible link. Reported in trac #10170. --- public/base.html |1 - 1 file changed, 1 deletion(-) diff --git a/public/base.html b/public/base.html

[tor-commits] [check/master] Readme formatting.

2013-11-15 Thread arlo
commit 599cb156a2b18dc7e3b1c6e6b03be805a1e1bee7 Author: Arlo Breault arlo...@gmail.com Date: Fri Nov 15 22:01:25 2013 -0800 Readme formatting. --- Readme.md | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 2a58ac2..5698fb9 100644

[tor-commits] [check/master] Change the style of the update warning.

2013-11-17 Thread arlo
commit 5771f806c704e6a3896ac60207c64df27e2fa04c Author: Arlo Breault arlo...@gmail.com Date: Sun Nov 17 22:47:26 2013 -0800 Change the style of the update warning. --- public/base.html | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/public

[tor-commits] [check/master] Remove unnecessary lang template.

2013-11-17 Thread arlo
commit 3da1997c3ad8c0096acc1b72716a1f3e18f3424f Author: Arlo Breault arlo...@gmail.com Date: Sun Nov 17 21:33:59 2013 -0800 Remove unnecessary lang template. --- handlers.go |2 +- public/base.html |2 +- public/bulk.html |1 - public/index.html |1 - 4 files

[tor-commits] [check/master] Translate the footer.

2013-11-17 Thread arlo
commit 988f075ded649ee717f647dc823770053eaaa49b Author: Arlo Breault arlo...@gmail.com Date: Sun Nov 17 21:33:12 2013 -0800 Translate the footer. --- check.pot|6 ++ public/base.html |2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/check.pot b

[tor-commits] [check/master] Translate the Go button.

2013-11-17 Thread arlo
commit a44d53fa426eb857a7462793db6931c9d20006f0 Author: Arlo Breault arlo...@gmail.com Date: Sun Nov 17 22:58:35 2013 -0800 Translate the Go button. --- check.pot |3 +++ public/index.html |2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/check.pot b

[tor-commits] [check/master] Start an API.

2013-11-19 Thread arlo
commit 940a0ab0e048913272e4bbfa1b75ac14a456b33e Author: Arlo Breault arlo...@gmail.com Date: Tue Nov 19 00:00:59 2013 -0800 Start an API. One route, /api/bulk --- check.go |1 + datastore.go | 36 handlers.go | 18

[tor-commits] [check/master] Update default target.

2013-11-23 Thread arlo
commit bbacc525541645fcf0d9f40490ab9c74419f30c5 Author: Arlo Breault arlo...@gmail.com Date: Sat Nov 23 12:54:52 2013 -0800 Update default target. Should coincide with sergii, https://db.torproject.org/machines.cgi?host=sergii --- datastore.go |2 +- 1 file changed, 1

[tor-commits] [check/master] Don't ignore relays based on exit policy summary.

2013-11-23 Thread arlo
commit 829b00618db03cbbbe61d7420c5c4230fbc8c4e5 Author: Arlo Breault arlo...@gmail.com Date: Sat Nov 23 14:02:44 2013 -0800 Don't ignore relays based on exit policy summary. Some exit policies summarize as reject all when, in fact, they do allow exiting. See

[tor-commits] [check/master] TorButton's Test Settings requires valid XHTML.

2013-11-24 Thread arlo
commit 3ef383c8e1fa477ee867cc11dfb05eac19cba548 Author: Arlo Breault arlo...@gmail.com Date: Sun Nov 24 12:15:17 2013 -0800 TorButton's Test Settings requires valid XHTML. Reported in trac #10189. --- public/torbutton.html |9 +++-- 1 file changed, 7 insertions(+), 2

[tor-commits] [check/master] Keep all the addresses we've seen per relay.

2013-11-24 Thread arlo
commit 026e43b08656d78398b15742ddf510f6b17f859e Author: Arlo Breault arlo...@gmail.com Date: Sun Nov 24 15:16:16 2013 -0800 Keep all the addresses we've seen per relay. Stored as an address list. Will result in more false positives but probably better than false negatives

[tor-commits] [check/master] Add some useful resources

2013-12-02 Thread arlo
commit 5b491c196e9267f0f072b0e2f5af6d98530c8153 Author: Arlo Breault arlo...@gmail.com Date: Mon Dec 2 22:30:41 2013 -0800 Add some useful resources * Short User Manual * Tor QA Site Closes #19 --- check.pot | 12 public/base.html | 12

[tor-commits] [check/master] Indicate whether JavaScript is enabled

2013-12-02 Thread arlo
commit b0f90133753d12250b4714caf807798fc0eec10f Author: Arlo Breault arlo...@gmail.com Date: Mon Dec 2 23:25:26 2013 -0800 Indicate whether JavaScript is enabled trac #9397 --- check.pot |6 ++ public/base.html |5 - public/index.html |4 3 files

[tor-commits] [check/master] Translate JS strings

2013-12-02 Thread arlo
commit 566ee1e00fd571f8e5495e925a1b3a5367146385 Author: Arlo Breault arlo...@gmail.com Date: Mon Dec 2 23:29:18 2013 -0800 Translate JS strings Should have been part of the previous commit b0f9013. --- public/index.html |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[tor-commits] [check/master] Remove line break

2013-12-02 Thread arlo
commit 97a104256df4b761c35d0d7795ac7183c33e40f8 Author: Arlo Breault arlo...@gmail.com Date: Mon Dec 2 23:38:29 2013 -0800 Remove line break --- public/index.html |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index e95846a

[tor-commits] [check/master] Use https link to StackExchange

2013-12-03 Thread arlo
commit 1eec4a845a3e1c0bcc98375bfbd3973bbdc79014 Author: Arlo Breault arlo...@gmail.com Date: Tue Dec 3 10:35:42 2013 -0800 Use https link to StackExchange Thanks Roger --- public/index.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b

[tor-commits] [check/master] Link to JS FAQ

2013-12-03 Thread arlo
commit 6af59f4605ce79a4305802ebf7bfce31f5a9f76f Author: Arlo Breault arlo...@gmail.com Date: Tue Dec 3 11:34:04 2013 -0800 Link to JS FAQ --- public/index.html | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html

[tor-commits] [check/master] Purge old data

2013-12-08 Thread arlo
commit f4f102e3e3d6f065910f2388b3bf87bd753de2e9 Author: Arlo Breault arlo...@gmail.com Date: Sun Dec 8 22:39:27 2013 -0800 Purge old data 48hrs should be sufficient. --- scripts/cpexits.sh |4 1 file changed, 4 insertions(+) diff --git a/scripts/cpexits.sh b/scripts

[tor-commits] [check/master] Add a donation button

2013-12-08 Thread arlo
commit b2fbe9a099d01dab41fdba3d377715bea19f1ee3 Author: Arlo Breault arlo...@gmail.com Date: Sun Dec 8 22:40:52 2013 -0800 Add a donation button --- public/base.html | 45 ++ public/bulk.html |6 + public/index.html | 69

[tor-commits] [check/master] Update translations

2013-12-08 Thread arlo
commit 9133fe713fffd7e8207065615ec92c005e7f8320 Author: Arlo Breault arlo...@gmail.com Date: Sun Dec 8 22:48:20 2013 -0800 Update translations --- check.pot |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check.pot b/check.pot index d44533e..0b06910 100644

[tor-commits] [check/master] Display translation names in their language

2014-02-25 Thread arlo
commit dcd2a0e506d6350f2989c50f0797a5ed0a0adcee Author: Arlo Breault arlo...@gmail.com Date: Tue Feb 25 22:36:41 2014 + Display translation names in their language Part of trac 10171. --- public/index.html |2 +- utils.go | 68

[tor-commits] [check/master] Document /exit-addresses

2014-02-25 Thread arlo
commit dc0a3fa8d0ae77b2d2051ba76d4bca29f3d3c97e Author: Arlo Breault arlo...@gmail.com Date: Tue Feb 25 23:24:54 2014 + Document /exit-addresses Link to it from the bulk exporter. --- Readme.md|6 ++ public/bulk.html |5 + 2 files changed, 11 insertions

[tor-commits] [check/master] Mention translation in the readme

2014-03-23 Thread arlo
commit 3057bee1f7c52e61cd7a83bf24e884f41418f2a3 Author: Arlo Breault arlo...@gmail.com Date: Sun Mar 23 11:36:21 2014 -0700 Mention translation in the readme * This is trac 5268. --- Readme.md |8 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md

[tor-commits] [check/master] Regional translation names in their language

2014-03-23 Thread arlo
commit 27a7635660c10fb136ba425225f37567a0071cee Author: Arlo Breault arlo...@gmail.com Date: Sun Mar 23 11:28:19 2014 -0700 Regional translation names in their language * Warn if we're missing any. --- utils.go | 98

[tor-commits] [check/master] Start adding an ip endpoint to the api

2014-03-23 Thread arlo
commit 727327d4f1f3ecd5209f5ea2e827676019c56459 Author: Arlo Breault arlo...@gmail.com Date: Sun Mar 23 14:10:00 2014 -0700 Start adding an ip endpoint to the api * This is trac 11270 and github #23 --- check.go|3 ++- handlers.go | 27

[tor-commits] [check/master] Clean up

2014-03-23 Thread arlo
commit 538751bb71922e628bb6dcc298fe2ecbc9ddbbd2 Author: Arlo Breault arlo...@gmail.com Date: Sun Mar 23 21:01:38 2014 -0700 Clean up --- handlers.go | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/handlers.go b/handlers.go index 27b6e40..e806048

[tor-commits] [check/master] Add wikipedia sitematrix as another source of language names

2014-04-15 Thread arlo
commit 45d8c13a7a8a23e0cb904fd4d08f6d73ea64e0fd Author: Arlo Breault arlo...@gmail.com Date: Tue Apr 15 11:47:09 2014 -0700 Add wikipedia sitematrix as another source of language names --- utils.go |1 + 1 file changed, 1 insertion(+) diff --git a/utils.go b/utils.go index 88da175

[tor-commits] [check/master] Have the uptodate url always say you're out of date

2014-05-05 Thread arlo
commit 74442cfbab63ae5fd7926c9f4c80361c73dcfc96 Author: Arlo Breault arlo...@gmail.com Date: Mon May 5 19:13:33 2014 -0700 Have the uptodate url always say you're out of date * If the uptodate querystring parameter is set, you're probably using an old TBB and should

[tor-commits] [check/master] Order user manuals

2014-05-05 Thread arlo
commit a509bb177efd060fe4d049f148807e2c517818fc Author: Arlo Breault arlo...@gmail.com Date: Mon May 5 18:54:56 2014 -0700 Order user manuals --- utils.go | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils.go b/utils.go index bac9d68..0a642db 100644

[tor-commits] [check/master] Add a user agent check for TBB

2014-05-05 Thread arlo
commit 9162164ad821bcebd4cf79d25bae6965128643d4 Author: Arlo Breault arlo...@gmail.com Date: Mon May 5 20:26:36 2014 -0700 Add a user agent check for TBB * Warn if it isn't a known Firefox. * This is trac 9041. --- check.pot |3 +++ handlers.go

[tor-commits] [check/master] Use a regexp to test user agent strings

2014-05-06 Thread arlo
commit cdd86d2119ed4548c5785134c6c461d0eca94e79 Author: Arlo Breault arlo...@gmail.com Date: Tue May 6 09:37:32 2014 -0700 Use a regexp to test user agent strings * Suggested in https://trac.torproject.org/projects/tor/ticket/9041#comment:9 --- utils.go | 15

[tor-commits] [check/master] Point to CollecTor instead of the metrics archive

2014-07-29 Thread arlo
commit d12d8975ff011513334b1be8e3e513626e0aafe6 Author: Arlo Breault arlo...@gmail.com Date: Tue Jul 29 09:42:02 2014 +0200 Point to CollecTor instead of the metrics archive --- public/bulk.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/bulk.html b

[tor-commits] [check/master] Add translated names

2014-07-29 Thread arlo
commit 7747f8cd772ac22a4cca84d3aafaefdebb80005e Author: Arlo Breault arlo...@gmail.com Date: Tue Jul 29 10:18:04 2014 +0200 Add translated names * For bg, en_GB, es_MX, ro, ru@petr1708, and sk_SK. --- utils.go | 118

[tor-commits] [flashproxy/master] Bump nodejs module version for publishing

2014-08-11 Thread arlo
commit 474b00fa927e4d77aa158db421443a2ab0bdf4e8 Author: Arlo Breault arlo...@gmail.com Date: Sun Aug 10 14:40:58 2014 +0100 Bump nodejs module version for publishing --- proxy/modules/nodejs/package.json |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/modules

[tor-commits] [flashproxy/master] Update some nodejs dependencies

2014-08-11 Thread arlo
commit 858f2761d64c2010a708171b35eda736141c3bc1 Author: Arlo Breault arlo...@gmail.com Date: Sun Aug 10 14:35:12 2014 +0100 Update some nodejs dependencies --- proxy/modules/nodejs/package.json |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxy/modules

[tor-commits] [check/master] Expose host ip in JSON response

2014-08-14 Thread arlo
commit 21e22361dd76cbef423352cb9b84d9b7abe34440 Author: Arlo Breault arlo...@gmail.com Date: Thu Aug 14 05:54:43 2014 -0700 Expose host ip in JSON response --- handlers.go | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/handlers.go b/handlers.go index

[tor-commits] [check/master] Add Norwegian Nynorsk translation

2014-08-14 Thread arlo
commit 830077bc8b156c6cd9ab69efbf588b5c72a534f2 Author: Arlo Breault arlo...@gmail.com Date: Thu Aug 14 06:07:06 2014 -0700 Add Norwegian Nynorsk translation --- utils.go |1 + 1 file changed, 1 insertion(+) diff --git a/utils.go b/utils.go index 9ab9289..33fa54c 100644 --- a/utils.go

[tor-commits] [meek/master] A php reflector for meek

2014-09-20 Thread arlo
commit f5726d12dca8135144433c93a16500b05d742f88 Author: Arlo Breault arlo...@gmail.com Date: Fri Sep 19 23:39:37 2014 -0700 A php reflector for meek --- README|5 + php/README| 13 + php/index.php | 38 ++ 3 files

[tor-commits] [tor-messenger-build/master] Use the latest libotr release

2014-10-21 Thread arlo
commit 7997e46490641c2494cc447ae5ce5f2a7a9b672a Author: Arlo Breault arlo...@gmail.com Date: Tue Oct 21 18:10:53 2014 -0700 Use the latest libotr release --- projects/libotr/config |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libotr/config b/projects

[tor-commits] [tor-messenger-build/master] Add some more instantbird patches

2014-10-24 Thread arlo
commit d07428bfdc0179806550e6c5a3d253e7abfc7db2 Author: Arlo Breault arlo...@gmail.com Date: Fri Oct 24 11:47:20 2014 -0700 Add some more instantbird patches * https://bugzilla.mozilla.org/show_bug.cgi?id=1088772 * Running tests w/o having built purplexpcom

[tor-commits] [tor-messenger-build/master] Remove merged Instantbird patches

2014-10-28 Thread arlo
commit f1318bb3eb2a55c4efa7ac5fe83d4282b2718935 Author: Arlo Breault arlo...@gmail.com Date: Tue Oct 28 20:17:27 2014 -0700 Remove merged Instantbird patches * https://hg.mozilla.org/comm-central/rev/332650fa4e8d * https://hg.mozilla.org/comm-central/rev/6b5ab77843f5

[tor-commits] [tor-messenger-build/master] Remove another unnecessary patch

2014-10-28 Thread arlo
commit 260fd4569965ee846af13cd21ddbb5b209cc8328 Author: Arlo Breault arlo...@gmail.com Date: Tue Oct 28 20:29:34 2014 -0700 Remove another unnecessary patch * Commented out in https://hg.mozilla.org/comm-central/rev/0ac236b0be38 --- projects/instantbird/config |1

[tor-commits] [tor-messenger-build/master] Temporary workaround for the slash me leak

2014-11-05 Thread arlo
commit 0659e27e0a2468334c59f3a79065f09e63d3444c Author: Arlo Breault arlo...@gmail.com Date: Wed Nov 5 21:48:51 2014 -0800 Temporary workaround for the slash me leak --- projects/instantbird/config|1 + projects/instantbird/slashme.patch | 44

[tor-commits] [tor-messenger-build/master] Rebase the preparation patch

2014-11-26 Thread arlo
commit 6e77842b91dae35d0dc05adde4cf96ff0533fc42 Author: Arlo Breault arlo...@gmail.com Date: Wed Nov 26 19:31:11 2014 -0800 Rebase the preparation patch * And add the tests patch for good measure. --- projects/instantbird/config|5 +- .../prepare

[tor-commits] [tor-messenger-build/master] Rebase prepare patch, again

2014-11-28 Thread arlo
commit 9d2f724c13e46cfb336cce53f6e797f42be73ec0 Author: Arlo Breault arlo...@gmail.com Date: Fri Nov 28 09:45:36 2014 -0800 Rebase prepare patch, again --- projects/instantbird/prepare-messages-for-displaying.patch | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[tor-commits] [tor-messenger-build/master] Typo

2014-12-03 Thread arlo
commit 842ef05e23dd1a42241220ad03c3602925bf5955 Author: Arlo Breault arlo...@gmail.com Date: Wed Dec 3 08:53:47 2014 -0800 Typo --- README |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f4d2ded..184ac0f 100644 --- a/README +++ b/README @@ -8,7

[tor-commits] [check/master] Add Lao translation

2014-12-16 Thread arlo
commit e2f59cb38f6fec263815c552c84ceb4fc9d8a8ba Author: Arlo Breault arlo...@gmail.com Date: Tue Dec 16 18:24:42 2014 -0800 Add Lao translation --- utils.go |1 + 1 file changed, 1 insertion(+) diff --git a/utils.go b/utils.go index 33fa54c..12588a2 100644 --- a/utils.go +++ b

[tor-commits] [check/master] Add links to run a relay and stay anonymous

2014-12-16 Thread arlo
commit ea8e165b410c0ead0b306101fcc631138eba6993 Author: Arlo Breault arlo...@gmail.com Date: Tue Dec 16 18:50:53 2014 -0800 Add links to run a relay and stay anonymous * This was trac 13392 --- check.pot | 10 +- public/index.html |6 ++ 2 files changed

[tor-commits] [check/master] Slightly smaller heading

2014-12-16 Thread arlo
commit 5971efa17aff82f883b777654d7920dacdc2afd2 Author: Arlo Breault arlo...@gmail.com Date: Tue Dec 16 18:38:49 2014 -0800 Slightly smaller heading --- public/base.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/base.html b/public/base.html index 366d912

[tor-commits] [check/master] Remove short user manual, for now

2014-12-16 Thread arlo
commit 5638375efeeda31e6a4485b1c8352347e0c0cc56 Author: Arlo Breault arlo...@gmail.com Date: Tue Dec 16 18:31:02 2014 -0800 Remove short user manual, for now * This was trac 13931. --- public/index.html |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

[tor-commits] [check/master] Move away from rsync

2014-12-16 Thread arlo
commit 7274522c2fb8e0cc9d6332c7b300156903988048 Author: Arlo Breault arlo...@gmail.com Date: Tue Dec 16 19:45:06 2014 -0800 Move away from rsync * @kloesing shut down the server. * Closes #24 on github --- Makefile | 75

[tor-commits] [check/master] Merge pull request #25 from mttp/bundle-verbiage

2014-12-21 Thread arlo
commit 3dfc6f8fecc4430c05bf4c682ef4e83d52b6cc32 Merge: 7274522 35c0076 Author: Arlo Breault arlo...@gmail.com Date: Sun Dec 21 18:11:39 2014 -0800 Merge pull request #25 from mttp/bundle-verbiage It's Tor Browser now, not Tor Browser Bundle. check.pot |4 ++-- public

[tor-commits] [check/master] Merge pull request #26 from mttp/doc-clarify

2014-12-21 Thread arlo
commit d1718ecc580996d68e73d7be7a0cca21701e299a Merge: 3dfc6f8 59b5baf Author: Arlo Breault arlo...@gmail.com Date: Sun Dec 21 18:12:47 2014 -0800 Merge pull request #26 from mttp/doc-clarify Check is also the home page for Orweb. docs/ABOUT.md |4 ++-- 1 file changed, 2

[tor-commits] [check/master] Check is also the home page for Orweb.

2014-12-21 Thread arlo
commit 59b5baff211856c022d8677c3f46d5e418f8ff28 Author: Matt Pagan m...@pagan.io Date: Sat Dec 20 20:00:01 2014 -0600 Check is also the home page for Orweb. --- docs/ABOUT.md |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ABOUT.md b/docs/ABOUT.md index

[tor-commits] [check/master] It's Tor Browser now, not Tor Browser Bundle.

2014-12-21 Thread arlo
commit 35c0076b8cd55a85f5a91ced4ae21060eb748889 Author: Matt Pagan m...@pagan.io Date: Sat Dec 20 19:40:51 2014 -0600 It's Tor Browser now, not Tor Browser Bundle. --- check.pot |4 ++-- public/index.html |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [tor-messenger-build/master] Remove upstreamed patches

2015-01-05 Thread arlo
commit 3b5da55f65f6ac0dc4bc348240e4b3897860e4f9 Author: Arlo Breault arlo...@gmail.com Date: Mon Jan 5 11:50:34 2015 -0800 Remove upstreamed patches * These were merged in, https://hg.mozilla.org/comm-central/rev/90bc651566be https://hg.mozilla.org/comm-central/rev

[tor-commits] [tor-messenger-build/master] Remove patch

2015-03-03 Thread arlo
commit 38e4460835ede60ed4b9a499e50fca5ea9756db7 Author: Arlo Breault arlo...@gmail.com Date: Tue Mar 3 20:34:54 2015 -0800 Remove patch * Fixed by https://github.com/arlolra/ctypes-otr/commit/1215828b26507aad3025e5c771b14a745769f482 --- projects/instantbird/slashme.patch | 44

[tor-commits] [check/master] Update favicon / title with check result

2015-05-04 Thread arlo
commit 4f2b003dfe56bf524ed71ed318c332af7aa7954b Author: Arlo Breault arlo...@gmail.com Date: Mon May 4 12:23:53 2015 -0700 Update favicon / title with check result * trac 15820 --- public/base.html |2 +- public/bulk.html |1 + public/img/tor-not.ico | Bin 0

[tor-commits] [check/master] Added Orfox user agent identification to regexp

2015-06-25 Thread arlo
commit 749fd988c32e764e7fc8dde1f59ab7f06a63f0cd Author: Amogh Pradeep amogh...@gmail.com Date: Thu Jun 25 18:57:12 2015 -0500 Added Orfox user agent identification to regexp --- utils.go |2 +- utils_test.go |1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

[tor-commits] [check/master] Test LikelyTBB

2015-06-25 Thread arlo
commit 682823141993e77cb5151ad655ec612550a678a5 Author: Arlo Breault arlo...@gmail.com Date: Thu Jun 25 21:39:48 2015 -0700 Test LikelyTBB --- utils_test.go | 21 + 1 file changed, 21 insertions(+) diff --git a/utils_test.go b/utils_test.go new file mode 100644 index

[tor-commits] [check/master] Turn off descriptor validation

2015-05-28 Thread arlo
commit a16bfe14bb463af2b3e60b6eff2c4783946d3f52 Author: Arlo Breault arlo...@gmail.com Date: Thu May 28 14:06:48 2015 -0700 Turn off descriptor validation * At least until trac 16227 is resolved and stem upgraded. --- scripts/exitips.py |7 --- 1 file changed, 4

[tor-commits] [check/master] Use stem==1.4.1

2015-05-28 Thread arlo
commit 949ae3fc71cef69d19af51f7ace9430fe19f93ec Author: Arlo Breault arlo...@gmail.com Date: Thu May 28 19:55:15 2015 -0700 Use stem==1.4.1 --- requirements.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d406152..e07b919

[tor-commits] [tor-messenger-build/master] Pin ctypes-otr to 0.0.0 tag

2015-07-13 Thread arlo
commit eb35f9d31514a81340340f31ebbd706869428732 Author: Arlo Breault arlo...@gmail.com Date: Mon Jul 13 08:25:58 2015 -0700 Pin ctypes-otr to 0.0.0 tag --- projects/ctypes-otr/config |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ctypes-otr/config b

[tor-commits] [tor-messenger-build/master] Bump ctypes-otr

2015-10-22 Thread arlo
commit ce7403ed9fabafad81735eace415b5b9a9475902 Author: Arlo Breault <arlo...@gmail.com> Date: Thu Oct 22 17:22:35 2015 -0700 Bump ctypes-otr * For trac #16544 * And so that a .gitattributes is picked up to avoid exporting various files with git a

[tor-commits] [tor-messenger-build/master] Add item to the changelog for the last commits

2015-11-11 Thread arlo
commit 4017733c7d8af87db50dd1c794cdfed387addc6e Author: Arlo Breault <arlo...@gmail.com> Date: Wed Nov 11 09:07:04 2015 -0800 Add item to the changelog for the last commits * Yikes! --- ChangeLog |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

[tor-commits] [tor-messenger-build/master] Bump ctypes-otr again

2015-11-11 Thread arlo
commit 50927daa230ca941a1714b4cfb0447ecbd4851f7 Author: Arlo Breault <arlo...@gmail.com> Date: Wed Nov 11 08:41:24 2015 -0800 Bump ctypes-otr again * After testing on Linux / Windows. --- projects/ctypes-otr/config |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [tor-messenger-build/master] Prevent auto login at startup

2015-11-16 Thread arlo
commit 4f9934fae3244b99262d45ec8039e12ab0517926 Author: Arlo Breault <arlo...@gmail.com> Date: Mon Nov 16 20:45:14 2015 -0800 Prevent auto login at startup * Trac 16489 --- ChangeLog |1 + projects/instantbird/config |1 + pr

[tor-commits] [tor-messenger-build/master] Do not set messenger.startup.action

2015-11-17 Thread arlo
commit 95388488e7dc34cc6abc2fd8f5d073f8cf808f59 Author: Arlo Breault <arlo...@gmail.com> Date: Tue Nov 17 10:42:56 2015 -0800 Do not set messenger.startup.action * Follow up to 4f9934fae3244b99262d45ec8039e12ab0517926 --- projects/instantbird/preferences.patch |3 +--

[tor-commits] [tor-messenger-build/master] Bump ctypes-otr for trac 15179

2015-11-10 Thread arlo
commit acb351a813433c60820f6c2defc6f5c6052a0ed3 Author: Arlo Breault <arlo...@gmail.com> Date: Tue Nov 10 22:53:17 2015 -0800 Bump ctypes-otr for trac 15179 --- projects/ctypes-otr/config |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ctypes-otr/co

[tor-commits] [tor-messenger-build/master] Add a patch for trac 16476

2015-11-06 Thread arlo
commit 329d846869dcb07ae534ba0c0f2a5d872e140ccf Author: Arlo Breault <arlo...@gmail.com> Date: Fri Nov 6 18:11:29 2015 -0800 Add a patch for trac 16476 * Themes preference is positioned incorrectly on OS X --- ChangeLog |3 +++ projects/insta

[tor-commits] [tor-messenger-build/master] Add patch for trac 17552

2015-11-06 Thread arlo
commit efe3391fe4a4ffa136d6fa3e9c229b16a0a04dee Author: Arlo Breault <arlo...@gmail.com> Date: Fri Nov 6 18:02:56 2015 -0800 Add patch for trac 17552 * Instantbird throwing on XMPP non-MUC message stanzas w/ subject --- ChangeLog |1 + pr

[tor-commits] [tor-messenger-build/master] Rebase patches

2015-11-07 Thread arlo
commit 392518c6da62a2aab39c33725983b7667f28262b Author: Arlo Breault <arlo...@gmail.com> Date: Sat Nov 7 19:43:38 2015 -0800 Rebase patches --- projects/instantbird/trac-16476.patch | 31 +++ projects/instantbird/trac-17552.patch | 18 +--

  1   2   3   4   5   6   7   >