From 43672f9fcaf78cbb49abe4b258b95648a609b4cf Mon Sep 17 00:00:00 2001 From: vnepveu Date: Wed, 23 Sep 2020 11:30:15 -0400 Subject: 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] --- changes/ticket7193 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ticket7193 (limited to 'changes') 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 -- cgit v1.2.3-54-g00ecf