[tor-commits] [depictor/master] Better describe some bwauth graphs

2021-12-21 Thread tom
commit 4683f495be493a5b9ce26d4ee76f757b336b8394 Author: Tom Ritter Date: Tue Dec 21 21:24:28 2021 -0500 Better describe some bwauth graphs --- graphs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphs.py b/graphs.py index 482fd20..44cbf78 100755

[tor-commits] [depictor/master] Update the parseOldconsensuses script

2021-12-21 Thread tom
commit 97bea9d85284ef38b589cd75d599d39ef5cd64db Author: Tom Ritter Date: Tue Dec 21 21:25:46 2021 -0500 Update the parseOldconsensuses script Make print statements python3-compatible DescribtorReader was removed from stem, replace it Add bastet to the known dirauths

[tor-commits] [depictor/master] Add more known parameters

2021-04-16 Thread tom
commit a96f3f2e57801b5fce1921fadf7910513c7a05d5 Author: Tom Ritter Date: Fri Apr 16 22:52:41 2021 -0400 Add more known parameters --- data/consensus.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/consensus.cfg b/data/consensus.cfg index fd825d4..97232c6

[tor-commits] [depictor/master] Port to stem's master branch

2021-04-16 Thread tom
commit 109738157cdc56a58d3440eb619516b28a2ec525 Author: Tom Ritter Date: Fri Apr 16 22:53:54 2021 -0400 Port to stem's master branch --- utility.py | 7 --- website.py | 2 +- write_website.py | 8 3 files changed, 9 insertions(+), 8 deletions(-) diff --git

[tor-commits] [depictor/master] Switch stem to be a submodule so I can document what stem version I am using

2021-04-16 Thread tom
commit 4aeb834f5565451f8db6b9e9661dc42edc212311 Author: Tom Ritter Date: Fri Apr 16 22:59:46 2021 -0400 Switch stem to be a submodule so I can document what stem version I am using --- .gitignore | 3 +-- .gitmodules | 6 ++ stem| 1 + stem-git| 1 + 4 files changed, 9

[tor-commits] [depictor/master] If no protocol is specified in both the vote and consensus, do not write it in red.

2021-04-16 Thread tom
commit 205f87724745e8999bdfc5c67807e585af500359 Author: Tom Ritter Date: Fri Apr 16 22:53:22 2021 -0400 If no protocol is specified in both the vote and consensus, do not write it in red. --- website.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website.py b

[tor-commits] [depictor/master] not present -> could not be retrieved

2020-12-18 Thread tom
commit 0ecbf494bc108c5cbf1eb369f411ccd5ee38ac92 Author: Tom Ritter Date: Fri Dec 18 12:59:18 2020 -0600 not present -> could not be retrieved --- website.py | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/website.py b/website.py index 9c13

[tor-commits] [depictor/master] Output a line for bwauths without bwauth data

2020-12-18 Thread tom
commit 2f91602b455805b98ba6aa6b88ea3af104e802b1 Author: Tom Ritter Date: Fri Dec 18 12:55:33 2020 -0600 Output a line for bwauths without bwauth data --- website.py | 5 + 1 file changed, 5 insertions(+) diff --git a/website.py b/website.py index b7b9d69..9c13d31 100755

[tor-commits] [depictor/master] Add a timeout to the clock skew request

2020-12-18 Thread tom
commit 3355279b34a3e21c64cd61fc81b5eb7566a0d895 Author: Tom Ritter Date: Fri Dec 18 12:55:56 2020 -0600 Add a timeout to the clock skew request --- utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility.py b/utility.py index 7b35f00..390cebf 100755

[tor-commits] [depictor/master] Add IPv6 Relay count table

2020-08-01 Thread tom
commit 7bddb5a8899c10e600767b786b21debd3fdf1423 Author: Tom Ritter Date: Sat Aug 1 14:31:18 2020 -0500 Add IPv6 Relay count table Closes #33266 --- website.py | 122 - 1 file changed, 121 insertions(+), 1 deletion

[tor-commits] [depictor/master] Turn time_to_report_half_network into hours. #33099

2020-02-05 Thread tom
commit 2a908d2c5cf377c2bdbd16794282cad45eba2319 Author: Tom Ritter Date: Wed Feb 5 11:19:34 2020 -0600 Turn time_to_report_half_network into hours. #33099 --- website.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website.py b/website.py index 2f5d299..1bdbd28 100755

[tor-commits] [depictor/master] Correct a couple typos/comments

2020-01-28 Thread tom
commit 0f0dccd2ed5152fd26df3a38d09a04810fd70ae8 Author: Tom Ritter Date: Tue Jan 28 14:26:16 2020 +0100 Correct a couple typos/comments --- graphs.py| 2 +- write_website.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphs.py b/graphs.py index 5d60074

[tor-commits] [depictor/master] Update to python3 and a bump to stem master

2020-01-27 Thread tom
commit f8c25e7efd545a6e00672dce76070a2bd489494e Author: Tom Ritter Date: Mon Jan 27 15:25:49 2020 +0100 Update to python3 and a bump to stem master --- graphs.py| 8 utility.py | 40 website.py | 29

[tor-commits] [depictor/master] Update to micro-desc consensus for moria, and add a known config param.

2020-01-27 Thread tom
commit 86413d9f83b9d751c8552d5245f82c63ab49da5e Author: Tom Ritter Date: Mon Jan 27 13:42:49 2020 +0100 Update to micro-desc consensus for moria, and add a known config param. --- data/consensus.cfg | 3 ++- utility.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff

[tor-commits] [depictor/master] Correct the term of the bandwidth file. #28403

2019-07-03 Thread tom
commit 6d0ead08a87e5ea696de94cc755918a90e240cfb Author: Tom Ritter Date: Wed Jul 3 10:26:34 2019 -0500 Correct the term of the bandwidth file. #28403 --- website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website.py b/website.py index f035da2..455e0e1 100755

[tor-commits] [depictor/master] Add bandwidth file info. Closes #29946 and #29947

2019-06-20 Thread tom
commit d7aca8850f4bbff25d8c6155ac094c937d680bc5 Author: Tom Ritter Date: Thu Jun 20 07:02:34 2019 -0700 Add bandwidth file info. Closes #29946 and #29947 --- utility.py | 8 website.py | 41 + 2 files changed, 49 insertions(+) diff --git

[tor-commits] [depictor/master] Link to the bandwidth files used by dir auths.

2019-06-20 Thread tom
commit d501bfe98e151d6b78c89cec16bd8d6558bd758d Author: Tom Ritter Date: Wed Apr 24 12:26:41 2019 -0500 Link to the bandwidth files used by dir auths. Closes #28403 --- website.py | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/website.py b

[tor-commits] [depictor/master] Link to descriptors

2019-06-20 Thread tom
commit be09d1a8682a07ddfb54269e3001c78bd111a55c Author: Tom Ritter Date: Wed Apr 24 12:31:37 2019 -0500 Link to descriptors Closes #28404 --- website.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website.py b/website.py index b03298b..6d43e6f 100755

[tor-commits] [depictor/master] Add longclaw to bwauths

2018-11-02 Thread tom
commit 349219a92460c6f844ad942d8598f91df9ac8547 Author: Tom Ritter Date: Fri Nov 2 08:55:06 2018 -0500 Add longclaw to bwauths --- data/consensus.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/data/consensus.cfg b/data/consensus.cfg index 2ce4902..cde261b 100644 --- a/data

[tor-commits] [depictor/master] Add gabelmoo back to bwauth graphs

2018-10-15 Thread tom
commit 0f31f91f91627cda8f13ff6bca5edad5a58350a7 Author: Tom Ritter Date: Mon Oct 15 23:23:56 2018 -0500 Add gabelmoo back to bwauth graphs --- data/consensus.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/data/consensus.cfg b/data/consensus.cfg index 41a4147..2ce4902 100644

[tor-commits] [depictor/master] Handle the case where a DirAuth does not vote for one of the protocol types.

2018-09-09 Thread tom
commit 9c1a27716540d4c545d1772c5bee946a05ca9132 Author: Tom Ritter Date: Mon Sep 10 00:53:49 2018 -0500 Handle the case where a DirAuth does not vote for one of the protocol types. --- website.py | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website.py b

[tor-commits] [depictor/master] Replace the usage of the is_bwauth stem attribute that is deprecated now

2018-08-07 Thread tom
commit 339c90d2d20a41f2d98900d7e42e576e65c740b8 Author: Tom Ritter Date: Tue Aug 7 10:30:21 2018 -0500 Replace the usage of the is_bwauth stem attribute that is deprecated now --- data/consensus.cfg | 7 +++ utility.py | 8 +++- website.py | 23

[tor-commits] [depictor/master] Manipulate the query object directly to avoid it removing the .z suffix (when we update stem)

2018-07-10 Thread tom
commit 862a966e8f346c8a25016a141b81339cecd84ae3 Author: Tom Ritter Date: Tue Jul 10 14:57:42 2018 -0500 Manipulate the query object directly to avoid it removing the .z suffix (when we update stem) Closes #25782 --- utility.py | 3 +++ 1 file changed, 3 insertions(+) diff --git

[tor-commits] [depictor/master] Specify times are UTC

2018-06-15 Thread tom
commit 906ddac44fc85d1a414263cbf372d90e44021149 Author: Tom Ritter Date: Fri Jun 15 11:15:30 2018 -0700 Specify times are UTC Closes 26130 --- website.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website.py b/website.py index 49e3ef4..7baa0f8 100755

[tor-commits] [depictor/master] Only show the footnotes if we wrote one of them out

2018-06-15 Thread tom
commit cc01c8f6aaa5fd2a41dc4b18e6990c91e7932fc4 Author: Tom Ritter Date: Fri Jun 15 11:12:56 2018 -0700 Only show the footnotes if we wrote one of them out Closes 26077 --- website.py | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/website.py b

[tor-commits] [depictor/master] Disable autocorrect

2018-06-15 Thread tom
commit 8e84601319bb7b4b1b9d4fa917f0b2dff52748a1 Author: Tom Ritter Date: Fri Jun 15 11:08:23 2018 -0700 Disable autocorrect Closes #25940 --- website.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website.py b/website.py index 6fce488..2ba2cbb 100755

[tor-commits] [depictor/master] Add a few final known_params and fix unknown param processing

2018-04-20 Thread tom
commit 00b64da29c56dc22f630bc67abef8818761e808b Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 20 13:37:25 2018 -0500 Add a few final known_params and fix unknown param processing --- data/consensus.cfg | 5 - website.py | 1 - 2 files changed, 4 insertions(+), 2 del

[tor-commits] [depictor/master] Add known_params DoSConnectionEnabled

2018-04-20 Thread tom
commit f0269fde55ddcca112e26a6215cc2abe1adf4d08 Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 20 11:10:50 2018 -0500 Add known_params DoSConnectionEnabled --- data/consensus.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/consensus.cfg

[tor-commits] [depictor/master] HTML whitespace tweaks

2018-04-20 Thread tom
commit 3375895ec3a953ebad0d8e763a39081ccb710588 Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 20 11:09:00 2018 -0500 HTML whitespace tweaks --- website.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website.py b/website.py index d3fa842..e

[tor-commits] [depictor/master] Add known_params DoSCircuitCreationEnabled

2018-04-20 Thread tom
commit b9b5b95f5af577d859543dac8ec3dc206c940125 Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 20 10:32:03 2018 -0500 Add known_params DoSCircuitCreationEnabled --- data/consensus.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/data/consensus.cfg b/data/consensus.cfg

[tor-commits] [depictor/master] Fix leading spaces, turn them into tabs

2018-04-20 Thread tom
commit 515885814845d42c87199dba4b0e85fda988cff6 Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 20 09:39:59 2018 -0500 Fix leading spaces, turn them into tabs --- website.py | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff

[tor-commits] [depictor/master] Add Clock Skew. Closes #25767

2018-04-20 Thread tom
commit a91384c90639c71dad3486813f85b9bbf79bf2c4 Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 20 10:30:59 2018 -0500 Add Clock Skew. Closes #25767 --- data/consensus.cfg | 3 +++ utility.py | 28 +++ website.py

[tor-commits] [depictor/master] Allow Nickname to be case insensitive when searching

2018-04-20 Thread tom
commit 7795022d0ac9cd86c8ee5905c1393c0bdc6b41d5 Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 20 09:38:53 2018 -0500 Allow Nickname to be case insensitive when searching --- website.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websit

[tor-commits] [depictor/master] Enter in the textbox will load individual relay data.

2018-04-12 Thread tom
commit dfe0349b200bba3d62784a68257fc44ceaf32fc4 Author: Tom Ritter <t...@ritter.vg> Date: Thu Apr 12 15:39:28 2018 -0500 Enter in the textbox will load individual relay data. Closes #25771 --- website.py | 4 1 file changed, 4 insertions(+) diff --git a/websit

[tor-commits] [depictor/master] Allow searching for flags missing by putting a ! before it.

2018-04-12 Thread tom
commit 447f2575df4d999fb410229225206081c4e53545 Author: Tom Ritter <t...@ritter.vg> Date: Thu Mar 22 11:23:52 2018 -0500 Allow searching for flags missing by putting a ! before it. Closes #24887 --- website.py | 13 + 1 file changed, 9 insertions(+), 4 del

[tor-commits] [depictor/master] Add a feature to allow loading detailed relay information by full or partial fingerprint or exact nickname

2018-04-12 Thread tom
commit ee687bd1c6f792d601c208e4dfeee1e7522334d1 Author: Tom Ritter <t...@ritter.vg> Date: Fri Mar 9 11:54:52 2018 -0600 Add a feature to allow loading detailed relay information by full or partial fingerprint or exact nickname Closes #25588 --- .gitignore

[tor-commits] [depictor/master] Remove a partially misleading signature algorithm

2018-04-12 Thread tom
commit 5aeea0e0eaa3a4a7674c8d6baf6e85c078f6b512 Author: Tom Ritter <t...@ritter.vg> Date: Thu Feb 15 16:58:35 2018 -0600 Remove a partially misleading signature algorithm Closes #25184 --- website.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [depictor/master] Re-Comment the debugging commands

2018-04-12 Thread tom
commit bc79d015892f4fc90eaf99ba2d77af885a45445d Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 6 20:50:52 2018 -0500 Re-Comment the debugging commands --- write_website.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/write_website.py b/write_webs

[tor-commits] [depictor/master] Updates Relay Search name and URLs for new location (Fixes: #25288)

2018-04-12 Thread tom
commit 825cb582d3b10f76a45e3d0b6f2aedd5e81d9b6d Author: Iain R. Learmonth Date: Sat Feb 17 14:38:33 2018 + Updates Relay Search name and URLs for new location (Fixes: #25288) --- website.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [depictor/master] Use absolute directory paths instead of relative ones, and handle the case where 'stem' is not defined.

2018-04-12 Thread tom
commit cd08f47ce1a10e478297705e8781797fa6d7d29c Author: Tom Ritter <t...@ritter.vg> Date: Thu Feb 15 12:30:56 2018 -0600 Use absolute directory paths instead of relative ones, and handle the case where 'stem' is not defined. Resolves #25158 --- website.py | 11 ---

[tor-commits] [depictor/master] Add a flag when the Descriptor Time in the Consensus doesn't match a vote's Descriptor Time.

2018-04-12 Thread tom
commit 68232ece53be3b1a52cd417ebc39d5581c1836c3 Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 6 21:05:34 2018 -0500 Add a flag when the Descriptor Time in the Consensus doesn't match a vote's Descriptor Time. Addresses #24862 --- website.py | 10 ++ 1 file chang

[tor-commits] [depictor/master] When an assigning bwauth is not present, it (should be) because we are missing the vote of the assigning bwauth. Explain that in a footnote.

2018-02-15 Thread tom
commit a8be94bc374c2c5137ede0377c304b850086ee73 Author: Tom Ritter <t...@ritter.vg> Date: Thu Feb 15 10:39:20 2018 -0600 When an assigning bwauth is not present, it (should be) because we are missing the vote of the assigning bwauth. Explain that in a footnote. Closes

[tor-commits] [depictor/master] Don't omit unused known flags from summary

2018-02-15 Thread tom
commit 56b9329eb12ca734d4c4c5339cc33613f327e150 Author: Sebastian Hahn Date: Tue Feb 6 05:50:33 2018 +0100 Don't omit unused known flags from summary In the consensus it is possible that zero relays get assigned a known flag. This would cause depictor

[tor-commits] [depictor/master] Download compress documents, and lower the timeout to 30 seconds.

2018-01-27 Thread tom
commit 026bfdb53f59bdfcddcd60bfe852a8e2567dc709 Author: Tom Ritter <t...@ritter.vg> Date: Sat Jan 27 18:19:52 2018 -0600 Download compress documents, and lower the timeout to 30 seconds. --- utility.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utilit

[tor-commits] [depictor/master] Convert subprocess.call into shutil.copyfile

2018-01-27 Thread tom
commit fce83f5703b205d1b747ea24114d151799477d4b Author: Tom Ritter <t...@ritter.vg> Date: Thu Jan 25 22:08:09 2018 -0600 Convert subprocess.call into shutil.copyfile --- write_website.py | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/write_websit

[tor-commits] [torflow/master] Update the tor version used to tor 0.2.9 LTS

2018-01-15 Thread tom
commit 241ef3a079775a534043e50d2be7ea4afe9ca787 Author: Tom Ritter <t...@ritter.vg> Date: Mon Jan 15 15:39:30 2018 -0600 Update the tor version used to tor 0.2.9 LTS --- NetworkScanners/BwAuthority/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [depictor/master] Make it easy to search for the bug in #24628 which may not be happening anymore? Search for 'bwauth= '

2018-01-05 Thread tom
commit 4d0e8a74c88b9c43eed0d12e79b1c3ffcf3d6faf Author: Tom Ritter <t...@ritter.vg> Date: Sat Jan 6 00:07:31 2018 -0600 Make it easy to search for the bug in #24628 which may not be happening anymore? Search for 'bwauth= ' --- website.py | 2 +- 1 file changed, 1 insertion(+), 1 de

[tor-commits] [depictor/master] Actually, lets promote Unmeasured to a real pseudo-flag (part of #24691)

2018-01-05 Thread tom
commit 851852f884f4637b0d59a6b37135bd2677689334 Author: Tom Ritter <t...@ritter.vg> Date: Fri Jan 5 23:51:58 2018 -0600 Actually, lets promote Unmeasured to a real pseudo-flag (part of #24691) --- website.py | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-)

[tor-commits] [depictor/master] Tweak how Unmeasured is printed in the detail table

2018-01-05 Thread tom
commit 9da878582bb5fa865ea8e77a5534d44eee1f7b5d Author: Tom Ritter <t...@ritter.vg> Date: Fri Jan 5 23:38:04 2018 -0600 Tweak how Unmeasured is printed in the detail table --- website.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website.py b/website.py

[tor-commits] [depictor/master] Add hsdir_spread_store to known_params

2018-01-05 Thread tom
commit bc285fbb72209a5c2c6b36e081fbb369213202cf Author: Tom Ritter <t...@ritter.vg> Date: Fri Jan 5 23:37:39 2018 -0600 Add hsdir_spread_store to known_params --- data/consensus.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/consensus.cfg b/data/consens

[tor-commits] [depictor/master] Refactor the FallbackDir Pseudo-Flag (part of #24691)

2018-01-05 Thread tom
commit d038a0d05f62d7f390818e97dbd9204e72f5fced Author: Tom Ritter <t...@ritter.vg> Date: Fri Jan 5 22:30:31 2018 -0600 Refactor the FallbackDir Pseudo-Flag (part of #24691) --- data/consensus.cfg | 2 +- website.py | 22 -- 2 files changed, 17 insertions

[tor-commits] [depictor/master] Add a NoIPv6Consensus flag to indicate when the authorities could not form a consensus about a relay's IPv6 address. Closes #24557

2017-12-11 Thread tom
commit 62a10c50ccb4956ebcd6c010ddf93139c0cc54b6 Author: Tom Ritter <t...@ritter.vg> Date: Mon Dec 11 15:03:44 2017 -0600 Add a NoIPv6Consensus flag to indicate when the authorities could not form a consensus about a relay's IPv6 address. Closes #24557 --- website.py | 6 ++

[tor-commits] [depictor/master] Add the ReachableIPv6 pseudoflag. Closes 24287

2017-11-17 Thread tom
commit 5a8e4af0d4a1b7ea62a79d37eda63b3a5c6bcd6c Author: Tom Ritter <t...@ritter.vg> Date: Fri Nov 17 11:49:35 2017 -0600 Add the ReachableIPv6 pseudoflag. Closes 24287 --- website.py | 26 ++ 1 file changed, 26 insertions(+) diff --git a/website.py b/webs

[tor-commits] [depictor/master] Correctly return to the execution directory, so invocation of ./website.py can succeed.

2017-11-17 Thread tom
commit a168d6af049fd9b08fcae161973a0696021dd529 Author: Tom Ritter <t...@ritter.vg> Date: Fri Nov 17 11:11:43 2017 -0600 Correctly return to the execution directory, so invocation of ./website.py can succeed. --- website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[tor-commits] [torflow/master] Removed unneeded imports from BwAuthority

2017-11-08 Thread tom
commit 8336de82bc451dcbb169c06e95dfa3795f81e744 Author: Edmund Wong Date: Mon Oct 30 12:27:46 2017 +0800 Removed unneeded imports from BwAuthority --- NetworkScanners/BwAuthority/aggregate.py| 1 - NetworkScanners/BwAuthority/bwauthority_child.py| 2 --

[tor-commits] [torflow/master] Remove the FastFirstHopPK option, which is a deprecated option. The value we used is the default (bwauths were an early adoptor) Closes #21393

2017-11-08 Thread tom
commit 1288389e699c03702aeae06b84d3c7905fe98387 Author: Tom Ritter <t...@ritter.vg> Date: Wed Nov 8 09:07:55 2017 -0600 Remove the FastFirstHopPK option, which is a deprecated option. The value we used is the default (bwauths were an early adoptor) Closes #21393 --- NetworkSc

[tor-commits] [depictor/master] Adjust the graph colors Per #22174

2017-05-18 Thread tom
commit 60d2794b4cf0587168c6f69d3a501d25a89e4c9a Author: Tom Ritter <t...@ritter.vg> Date: Thu May 18 16:25:28 2017 -0500 Adjust the graph colors Per #22174 --- graphs.py | 159 -- 1 file changed, 93 insertions(+), 66 del

[tor-commits] [depictor/master] Add the git versions. Closes #21101

2017-05-12 Thread tom
commit 0621cd0c1d1c97835b6d8558e4fb0aa749821a37 Author: Tom Ritter <t...@ritter.vg> Date: Fri May 12 12:55:59 2017 -0500 Add the git versions. Closes #21101 --- website.py | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website.py b/website.py index b

[tor-commits] [depictor/master] Do not color missing Reveal values in red unless they shouldn't be missing. Closes #22050

2017-05-11 Thread tom
commit d23a06ca4ae5d8263828c3662347b733ae2b7fff Author: Tom Ritter <t...@ritter.vg> Date: Fri May 12 00:52:05 2017 -0500 Do not color missing Reveal values in red unless they shouldn't be missing. Closes #22050 --- website.py | 28 +--- 1 file chang

[tor-commits] [depictor/master] Promote limegreen for the linegraphs and demote yellow. Closes 22108

2017-05-05 Thread tom
commit 1a9fc3ed6490777b3eed01bbca11d6cdcd2a609e Author: Tom Ritter <t...@ritter.vg> Date: Fri May 5 12:00:24 2017 -0500 Promote limegreen for the linegraphs and demote yellow. Closes 22108 --- graphs.py | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-)

[tor-commits] [depictor/master] Also output the entire history of bwauth stats for a historical analysis

2017-05-03 Thread tom
commit bbd41efd441cd6d12f55bd22561e6f840258e91e Author: Tom Ritter <t...@ritter.vg> Date: Wed May 3 11:18:56 2017 -0500 Also output the entire history of bwauth stats for a historical analysis --- write_website.py | 11 +++ 1 file changed, 11 insertions(+) diff

[tor-commits] [depictor/master] Update the bwauth data on each new consensus

2017-05-03 Thread tom
commit dc138bcd4276936a075cd7e7d3c17f766109e746 Author: Tom Ritter <t...@ritter.vg> Date: Thu Apr 20 14:26:00 2017 -0500 Update the bwauth data on each new consensus This is a squashed commit that contained the following bugfixes: - Do not attempt to backfill table

[tor-commits] [depictor/master] Add bwauth statistics graphs to graphs.py

2017-05-03 Thread tom
commit 4386adee38d7740b54572fe575f24639f87c2e90 Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 14 23:42:09 2017 -0500 Add bwauth statistics graphs to graphs.py --- graphs.py | 236 ++ 1 file changed, 208 insertions(

[tor-commits] [depictor/master] Ingest historical bwauth statistics data

2017-05-03 Thread tom
commit e7a7dce049904664f0c1d7ba99ff76779c23e9ea Author: Tom Ritter <t...@ritter.vg> Date: Fri Apr 14 23:42:30 2017 -0500 Ingest historical bwauth statistics data Update the parseOldConsensuses.py script to ingest historical bwauth data. Note that this script is general

[tor-commits] [depictor/master] Include the bwauth that assigned the bw value for convenience. Also display if the relay is unmeasured

2017-04-06 Thread tom
commit 21fe2c9874b484611acbe0e96e227b3aa44da1bb Author: Tom Ritter <t...@ritter.vg> Date: Thu Apr 6 11:15:12 2017 -0500 Include the bwauth that assigned the bw value for convenience. Also display if the relay is unmeasured --- website.py | 33 +

[tor-commits] [torflow/master] Use Tor 0.2.8 for bandwidth scanners

2017-03-20 Thread tom
commit 08ea752c0f6f608a3aac0a199f02e199e36e328a Author: teor Date: Sat Nov 5 14:56:04 2016 +1100 Use Tor 0.2.8 for bandwidth scanners Signed-off-by: teor --- NetworkScanners/BwAuthority/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2

[tor-commits] [torflow/master] Ignore node classes with zero members, rather than asserting

2017-03-15 Thread tom
commit a8abac7b6e950a1a28bf82014cf0406ae99718ea Author: teor Date: Mon Oct 31 17:20:36 2016 +1100 Ignore node classes with zero members, rather than asserting Signed-off-by: teor --- NetworkScanners/BwAuthority/aggregate.py | 22

[tor-commits] [torflow/master] fixup! Ignore node classes with zero members, rather than asserting

2017-03-15 Thread tom
commit 8be88392e98742c1d77d979d1192a6857d6183c8 Author: teor Date: Thu Nov 10 12:18:27 2016 +1100 fixup! Ignore node classes with zero members, rather than asserting Signed-off-by: teor --- NetworkScanners/BwAuthority/aggregate.py | 5

[tor-commits] [torflow/master] Turn off Guards

2017-03-09 Thread tom
commit c3f584bf53fcde8666c3dceb071372b36ef07dcb Author: Tom Ritter <t...@ritter.vg> Date: Thu Mar 9 16:16:19 2017 -0600 Turn off Guards When running the bandwidth scanner with recent tor versions, the pathbias detector complains about circuit state at notice

[tor-commits] [torflow/master] Remove a URL that no longer works

2017-03-09 Thread tom
commit d36424497438cfce7a5af79a9a3affe79f3cba40 Author: teor Date: Mon Oct 31 17:21:08 2016 +1100 Remove a URL that no longer works Signed-off-by: teor --- NetworkScanners/BwAuthority/bwauthority_child.py | 3 ++- 1 file changed, 2

[tor-commits] [torflow/master] Output the scanner and slicefile in a new parameter

2017-03-08 Thread tom
commit 7e4ef735858acf5d2fbb183b6f8418b7fc2b364a Author: Tom Ritter <t...@ritter.vg> Date: Fri Feb 10 22:58:36 2017 -0600 Output the scanner and slicefile in a new parameter --- NetworkScanners/BwAuthority/aggregate.py | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-)

[tor-commits] [torflow/master] Write out the newest scanner's timestamp instead of the last numerical scanner's timestamp

2017-03-08 Thread tom
commit 1661daab85791068c771e75fc848d76019e1d457 Author: Tom Ritter <t...@ritter.vg> Date: Tue Mar 7 15:45:44 2017 -0600 Write out the newest scanner's timestamp instead of the last numerical scanner's timestamp --- NetworkScanners/BwAuthority/aggregate.py | 8 +--- 1 file chan

[tor-commits] [torflow/master] Merge branch 'scanner-debug'

2017-03-08 Thread tom
commit bd781b15e0d3994347ff191e1a1dfdbc1d444c29 Merge: 1661daa 7e4ef73 Author: Tom Ritter <t...@ritter.vg> Date: Wed Mar 8 15:47:19 2017 -0600 Merge branch 'scanner-debug' NetworkScanners/BwAuthority/aggregate.py | 8 +--- 1 file changed, 5 insertions(+), 3 del

[tor-commits] [depictor/master] Add human-readable bandwidth weights

2017-01-17 Thread tom
commit 4a2da5f0a3e45221499deb05103563f1aca42470 Author: Tom Ritter <t...@ritter.vg> Date: Tue Jan 17 11:04:37 2017 -0600 Add human-readable bandwidth weights --- website.py | 76 ++ 1 file changed, 76 insertions(+) diff

[tor-commits] [depictor/master] Handle some error conditions in Shared Random parsing

2017-01-09 Thread tom
commit eb685c30e23230e6de5767efdc4b7bb6d1c93231 Author: Tom Ritter <t...@ritter.vg> Date: Mon Jan 9 07:03:35 2017 -0600 Handle some error conditions in Shared Random parsing --- website.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website.py b/webs

[tor-commits] [depictor/master] Add Shared Random, closes 20763

2017-01-06 Thread tom
commit 63d38f33ecfeea6750c7b18d62a3d6a2fcabd5b7 Author: Tom Ritter <t...@ritter.vg> Date: Fri Jan 6 12:39:03 2017 -0600 Add Shared Random, closes 20763 --- website.py | 85 ++ 1 file changed, 85 insertions(+) diff

[tor-commits] [depictor/master] Correcting a spelling error

2017-01-05 Thread tom
commit dbac7dff3d2b38b14b73ff1542a3befc90abb7e0 Author: Tom Ritter <t...@ritter.vg> Date: Wed Jan 4 15:26:56 2017 -0600 Correcting a spelling error --- website.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website.py b/website.py index a596450..c

[tor-commits] [depictor/master] Print valid-after times of all dirauths (if they do not match the most recent consensus displayed by one of them). Closes #21100

2017-01-05 Thread tom
commit 1bcaa17a633c969eb884e8f94ba7e568c1e55ef4 Author: Tom Ritter <t...@ritter.vg> Date: Thu Jan 5 13:37:49 2017 -0600 Print valid-after times of all dirauths (if they do not match the most recent consensus displayed by one of them). Closes #21100 --- website.p

[tor-commits] [depictor/master] Add Flag Thresholds for #21079

2017-01-04 Thread tom
commit 626a41231f676e703c282d0e85949529b16d0926 Author: Tom Ritter <t...@ritter.vg> Date: Wed Jan 4 14:16:40 2017 -0600 Add Flag Thresholds for #21079 --- website.py | 32 1 file changed, 32 insertions(+) diff --git a/website.py b/website.py index 6

[tor-commits] [depictor/master] Collapse some span tags and move the class attribute to the td

2017-01-04 Thread tom
commit 030dc0accc3267cd6388da2f404e71179650e5ec Author: Tom Ritter <t...@ritter.vg> Date: Wed Jan 4 14:19:46 2017 -0600 Collapse some span tags and move the class attribute to the td --- website.py | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-)

[tor-commits] [depictor/master] Add a Protocol section for #20762

2017-01-04 Thread tom
commit 59cf04d4dc0211793764a4c5a8d860e1b7e87967 Author: Tom Ritter <t...@ritter.vg> Date: Wed Jan 4 14:05:44 2017 -0600 Add a Protocol section for #20762 --- website.py | 93 ++ 1 file changed, 93 insertions(+) diff

[tor-commits] [depictor/master] Add a microdesc consensus link and close 20917

2016-12-28 Thread tom
commit cce0a4f1da0abbe0919734b69900a95837e04e6a Author: Tom Ritter <t...@ritter.vg> Date: Wed Dec 28 18:35:11 2016 -0600 Add a microdesc consensus link and close 20917 Also fix a tab/space thing and add a line to gitignore --- .gitignore | 1 + website.py

[tor-commits] [depictor/master] Big refactor

2016-11-02 Thread tom
commit b30311728584e0682c3d02079932611d3d547e1a Author: Tom <t...@ritter.vg> Date: Thu Oct 27 14:34:41 2016 -0500 Big refactor - Put in a stub for putting your own DirAuths in - Fix 20480 by lowercasing dirauth names consistenty - Fix 20464 by making all oper

[tor-commits] [depictor/master] Change the vote_data table insert to use a non-hardcoded number of columns.

2016-11-02 Thread tom
commit 95b542b4359b83bde545e5f548efcc1f704243b2 Author: Tom <t...@ritter.vg> Date: Wed Oct 26 11:58:16 2016 -0500 Change the vote_data table insert to use a non-hardcoded number of columns. --- write_website.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[tor-commits] [depictor/master] Refactor the vote_data code so that it handles dirauths being added/removed

2016-11-02 Thread tom
commit 91ba412c5dc206a2b4a3b98265e5838118d7022c Author: Tom <t...@ritter.vg> Date: Wed Oct 26 14:54:01 2016 -0500 Refactor the vote_data code so that it handles dirauths being added/removed --- data/consensus.cfg | 14 -- write_website.py

[tor-commits] [depictor/master] Refactor to use the config file more

2016-11-02 Thread tom
commit f5071fd7bdfe716c81c9761defb0baa53134e51d Author: Tom <t...@ritter.vg> Date: Mon Oct 24 13:00:11 2016 -0500 Refactor to use the config file more Remove hardcoded historical dirauths and put them into the config file. Remove hardcoded brideauths and put them there

[tor-commits] [depictor/master] Make the graph min/max values configurable so small networks still get graphs.

2016-11-02 Thread tom
commit 983d981502f751aa640fc1181911d7bdf3a31b39 Author: Tom <t...@ritter.vg> Date: Fri Oct 28 15:22:59 2016 -0500 Make the graph min/max values configurable so small networks still get graphs. --- data/consensus.cfg | 9 - graphs.py | 6 -- website.py

[tor-commits] [depictor/master] Revert to getting fallback dirs from stem (and include the table in the website)

2016-10-16 Thread tom
commit a7583a42c0103af34a2ea46395bd2a0a6c7ec960 Author: Tom Ritter <t...@ritter.vg> Date: Sun Oct 16 17:56:23 2016 -0400 Revert to getting fallback dirs from stem (and include the table in the website) --- website.py | 3 +-- write_website.p

[tor-commits] [depictor/master] Add fallback directory graphs and statistics

2016-10-16 Thread tom
commit 2c26327fe813513c66bb53227ac79744c497b9c1 Author: Tom Ritter <t...@ritter.vg> Date: Sun Oct 16 17:20:20 2016 -0400 Add fallback directory graphs and statistics --- graphs.py| 223 --- website.py

[tor-commits] [depictor/master] Indicate Fallback Directory mirrors

2016-10-15 Thread tom
commit feb0d6b24d1f1081e8ffb8935a04dbf456a7e7b1 Author: Tom Ritter <t...@ritter.vg> Date: Sat Oct 15 23:31:58 2016 -0400 Indicate Fallback Directory mirrors --- website.py | 15 +++ write_website.py | 44 2 files chang

[tor-commits] [depictor/master] Rename the Relay Flags table to the Relay Info table

2016-10-15 Thread tom
commit cad41ec3b5d08d9410fa654298db1a0cc6aa7947 Author: Tom Ritter <t...@ritter.vg> Date: Sat Oct 15 22:15:56 2016 -0400 Rename the Relay Flags table to the Relay Info table --- website.py | 46 +++--- 1 file changed, 23 insertions(+), 23 del

[tor-commits] [depictor/master] Add the measured and consensus bandwidth weight

2016-10-15 Thread tom
commit 6061a7df37f1cca636875c328b5e953da09b952f Author: Tom Ritter <t...@ritter.vg> Date: Sat Oct 15 22:16:16 2016 -0400 Add the measured and consensus bandwidth weight --- website.py | 9 + 1 file changed, 9 insertions(+) diff --git a/website.py b/website.py index 9

[tor-commits] [depictor/master] Make the historical database available for download

2016-10-15 Thread tom
commit de52f15c1cbfbfd7cd54c88787a00f3762c8320c Author: Tom Ritter <t...@ritter.vg> Date: Sat Oct 15 21:35:17 2016 -0400 Make the historical database available for download --- write_website.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/write_website.py b/write_website.py

[tor-commits] [depictor/master] Add historical data to gitignore and remove globe links

2016-09-11 Thread tom
commit 8c8fbe42d0a63d7a9bd37b9b1fd96b3f18ddfb71 Author: Tom <t...@ritter.vg> Date: Sun Sep 11 12:56:09 2016 -0500 Add historical data to gitignore and remove globe links --- .gitignore | 3 ++- website.py | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitig

[tor-commits] [depictor/master] Add special bridgeauth handling for Bifroest

2016-09-01 Thread tom
commit 7354f7c1b921a9ffadafcd29c37e2e28e485476f Author: Tom <t...@ritter.vg> Date: Thu Sep 1 10:20:20 2016 -0500 Add special bridgeauth handling for Bifroest --- website.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website.py b/website.py index 5

[tor-commits] [depictor/master] Remove historical db

2016-09-01 Thread tom
commit e147bcf45cde3262cfca13eb6538cd3ae155cf8a Author: Tom <t...@ritter.vg> Date: Thu Sep 1 10:19:12 2016 -0500 Remove historical db --- data/historical.db | Bin 2191360 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/data/historical.db b/data/hist

[tor-commits] [depictor/master] Accidently was getting the javascript externally

2016-09-01 Thread tom
commit 2aa72ed90ffdee733218a79472b9bd8a98e8bd80 Author: Tom Ritter <t...@ritter.vg> Date: Wed Jul 6 13:12:54 2016 -0500 Accidently was getting the javascript externally --- graphs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphs.py b/graphs.py index e

[tor-commits] [depictor/master] Parse old consensus votes and put them into a sqlite db

2016-09-01 Thread tom
commit 3ada6a96541e3c7e0f3cc43668c1860f543b7d93 Author: Tom Ritter <t...@ritter.vg> Date: Fri Jun 24 15:49:41 2016 -0500 Parse old consensus votes and put them into a sqlite db --- parseOldConsensuses.py | 129 + 1 file change

[tor-commits] [depictor/master] Add the vote data for July 5/6

2016-09-01 Thread tom
commit 232083c2bc63dbad383fc244c3c2c6c82820bf10 Author: Tom Ritter <t...@ritter.vg> Date: Wed Jul 6 13:41:34 2016 -0400 Add the vote data for July 5/6 --- data/historical.db | Bin 2191360 -> 2191360 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/data/histor

[tor-commits] [depictor/master] Merge branch 'vote-tracking' of /home/tom/git/depictor into vote-tracking

2016-09-01 Thread tom
commit 4b7624ea937ffc47e701d400455637e544516a45 Merge: dc6f97b 668ed06 Author: Tom Ritter <t...@ritter.vg> Date: Fri Jul 1 13:47:47 2016 -0400 Merge branch 'vote-tracking' of /home/tom/git/depictor into vote-tracking graphs.py

  1   2   >