Implement Alt-Detection #67
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#67
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Each user document in the database should contain an 'alts' property which contains an array of refs/_id's for other users.
Whenever a new IP Hash is recorded, we should check all other users for the same IP hash.
If one is found, then it should be considered an alt. If Both users aren't already, they should be added to each-other's alt-lists.
added #35 as parent issue
changed the description
Added alt detection, just need to patch up account deletion to take stale refs out of alt accounts:
980c84afffAccount deletion now removes related alt entries from deleted accounts alt accounts:
60801f0dc2