aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics
AgeCommit message (Expand)Author
2020-09-16relay effective family link should use that relay's fingerprintJordan
2020-09-16fix status circle display in Tor Browser (use CSS instead of entity)Jordan
2020-09-16encapsulate family fingerprints and contact strings in <code> tagsJordan
2020-09-16combine exit/middle count columns in misc pages, looks cleanerJordan
2020-09-16display unverified hostnames and colorize, closes #7Jordan
2020-09-16correctly display exit policy summary, closes #6Jordan
2020-09-16smaller, relay-prefixed running column, related to #1Jordan
2020-09-16template cleanup, make First Seen clickable, closes #3Jordan
2020-09-16make dir address clickable, closes #5Jordan
2020-09-16make IP addresses clickable, closes #2Jordan
2020-09-07networks-by-bandwidth href correctionJordan
2020-09-07add more sorting options for family and network pagesJordan
2020-09-07sorted family length contains unprocessed (non-unique) count, invalidJordan
2020-09-07add network-global family and ASN pagesJordan
2020-09-07lower bound to process family should be > 1 membersJordan
2020-09-07Merge branch 'master' of github.com:tempname1024/tor-metricsJordan
2020-09-07yak shaving - generalize sort-by functionsJordan
2020-09-06table overflow w/ 1366x768, truncate nicks to 15 charsJordan
2020-09-05rm unicode contact table header, nick truncatingJordan
2020-09-04link to contact-sorted page from relay listingJordan
2020-09-04add support for sorting by contact infoJordan
2020-07-19platform link in relay info pages, cleanupJordan
2020-07-15add thematic break to relay info templateJordan
2020-07-02housekeepingJordan
2020-05-16move generate_html() function calls to main()Jordan
2020-03-29header text: consisting of -> withJordan
2020-03-27add per-key middle/exit count to headerJordan
2020-03-14typo: v -> members (length check)Jordan
2020-03-13optimize sorting algorithm, generalize logicJordan
2020-02-25licenses, raise exception rather than returning None (anti-pattern)Jordan
2020-02-24cleanup, sort methods to update a subset list associated w/ relays objectJordan
2020-02-18make flag-sorted headers more clearJordan
2020-02-17truncate long platforms, flag links globallyJordan
2020-02-17support sorting by relay flag (exit, guard...)Jordan
2019-11-02smaller-scope if conditionals, missing exception returnJordan
2019-10-03recover from the absence of observed_bandwidth--rare but possible conditionJordan
2019-09-28onionoo values used in file/dir creation must be alphanumericJordan
2019-09-05update documentation, improve naming, misc non-functional updatesJordan
2019-09-02ensure HTML safety of onionoo-provided stringsJordan
2019-09-02ensure contact string is HTML-safeJordan
2019-08-10per-relay pages, template cleanupJordan
2019-06-26general cleanup, rm write()Jordan
2019-06-25use single conditional when checking member countJordan
2019-06-25display family count conditionally, clean family dir if it existsJordan
2019-06-25preliminary effective family display/sortingJordan
2019-06-21trim redundant exception handlingJordan
2019-06-21readme, relays.py trailing whitespaceJordan
2019-06-16replace requests w/ urllibJordan
2019-06-12initial commitJordan