aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorvnepveu <victor.nepveu@imt-atlantique.net>2020-09-23 11:30:15 -0400
committerNick Mathewson <nickm@torproject.org>2020-09-23 11:30:15 -0400
commit43672f9fcaf78cbb49abe4b258b95648a609b4cf (patch)
treed422cebf623fad3bfcf092efa8f952b36407ff43 /changes
parent10e40ca1de34d0e0611d510f913ff4f181e04c10 (diff)
downloadtor-43672f9fcaf78cbb49abe4b258b95648a609b4cf.tar.gz
tor-43672f9fcaf78cbb49abe4b258b95648a609b4cf.zip
Implement IPv6 sybil protection.
[This is a squashed patch for ticket 7193, based on taking a "git diff" for the original branch, then applying it with "git apply -3". I earlier attempted to squash the branch with "git rebase", but there were too many conflicts. --nickm]
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket71932
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/ticket7193 b/changes/ticket7193
new file mode 100644
index 0000000000..18c4915dd5
--- /dev/null
+++ b/changes/ticket7193
@@ -0,0 +1,2 @@
+ o Minor features (dirvote):
+ - Add IPv6 support in protection against Sybil attacks. Closes ticket7193