commit a293f9e18840610d7fc5f72c6a85319b40edddfe Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Jan 8 09:13:38 2018 +0100
Update news.json to version 209 of doc/MetricsTimeline. --- src/main/resources/web/json/news.json | 65 +++++++++++++++++++++++++++++++---- 1 file changed, 58 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/web/json/news.json b/src/main/resources/web/json/news.json index 410dd9a..ee3e1cf 100644 --- a/src/main/resources/web/json/news.json +++ b/src/main/resources/web/json/news.json @@ -2876,6 +2876,37 @@ ] }, { + "start": "2017-12-04", + "description": "DDoS attack uses a bug in the KIST scheduler to crash relays by running them out of memory.", + "links": [ + "<a href="https://lists.torproject.org/pipermail/tor-relays/2017-December/013669.html%... thread</a>", + "<a href="https://metrics.torproject.org/relayflags.html?start=2017-11-01&end=2018... graph</a>", + "<a href="https://lists.torproject.org/pipermail/tor-project/2017-December/001604.html... post</a>", + "<a href="https://bugs.torproject.org/24665%5C%22%3Eticket</a>" + ] + }, + { + "start": "2017-12-21", + "description": "Release of tor 0.3.2.8-rc, intended to fix the bug that was enabling an ongoing DDoS on relays.", + "links": [ + "<a href="https://lists.torproject.org/pipermail/tor-talk/2017-December/043844.html%5C...</a>", + "<a href="https://bugs.torproject.org/24665%5C%22%3Eticket</a>" + ] + }, + { + "start": "2017-12-28", + "places": [ + "ir" + ], + "description": "Protests in Iran, blocking of various services including Tor.", + "links": [ + "<a href="https://ooni.torproject.org/post/2018-iran-protests/%5C%22%3EOONI report</a>", + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-11-01... graph</a>", + "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2017-11-0... graph</a>", + "<a href="https://twitter.com/nusenu_/status/948914485045145601%5C%22%3Etweet</a>" + ] + }, + { "start": "2016-02-24", "places": [ "tm" @@ -2906,13 +2937,14 @@ }, { "start": "2016-08-18", + "end": "2016-08-29", "places": [ "ml" ], "description": "Sudden increase of direct and bridge users in Mali.", "links": [ - "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2016-01-01... graph</a>", - "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2016-01-0... graph</a>" + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2016-03-01... graph</a>", + "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2016-03-0... graph</a>" ], "unknown": true }, @@ -3166,13 +3198,14 @@ }, { "start": "2017-06-14", + "end": "2017-07-06", "places": [ "ml" ], "description": "Sudden increase of direct and bridge users in Mali.", "links": [ - "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-01-01... graph</a>", - "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2017-01-0... graph</a>" + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-03-01... graph</a>", + "<a href="https://metrics.torproject.org/userstats-bridge-country.html?start=2017-03-0... graph</a>" ], "unknown": true }, @@ -3367,6 +3400,7 @@ }, { "start": "2017-09-26", + "end": "2017-10-22", "places": [ "de" ], @@ -3374,7 +3408,7 @@ "<OR>", "relay" ], - "description": "Steady increase of users in Germany, from 180k to over 500k.", + "description": "Steady increase of relay users in Germany, from 180k to around 500k. It could increase further starting 2017-12-10.", "links": [ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-08-15... graph</a>", "<a href="https://www.reddit.com/r/TOR/comments/7b53kq/direct_users_from_germany_go_fr... thread</a>" @@ -3383,6 +3417,7 @@ }, { "start": "2017-10-07", + "end": "2017-12-20", "places": [ "ro" ], @@ -3390,9 +3425,9 @@ "<OR>", "relay" ], - "description": "Steady increase of relay users in Romania.", + "description": "Surge of relay users in Romania, from 10k to around 90k, which later subsided.", "links": [ - "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-08-09...</a>", + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-08-09...</a>", "<a href="https://lists.torproject.org/pipermail/metrics-team/2017-October/000502.html... thread</a>" ], "unknown": true @@ -3412,5 +3447,21 @@ "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-08-01...</a>" ], "unknown": true + }, + { + "start": "2017-12-10", + "places": [ + "de" + ], + "protocols": [ + "<OR>", + "relay" + ], + "description": "Further increase of relay users in Germany, from 500k to over 1M.", + "links": [ + "<a href="https://metrics.torproject.org/userstats-relay-country.html?start=2017-11-01...</a>", + "<a href="https://www.reddit.com/r/TOR/comments/7ldrox/tor_usage_in_germany_what_happe... thread</a>" + ], + "unknown": true } ]
tor-commits@lists.torproject.org