Implement Alt-Detection #67

Closed
opened 2024-12-23 19:29:53 -05:00 by rainbownapkin · 4 comments
rainbownapkin commented 2024-12-23 19:29:53 -05:00 (Migrated from gitlab.com)

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.

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.
rainbownapkin commented 2024-12-23 19:29:54 -05:00 (Migrated from gitlab.com)

added #35 as parent issue

added #35 as parent issue
rainbownapkin commented 2024-12-23 20:25:25 -05:00 (Migrated from gitlab.com)

changed the description

changed the description
rainbownapkin commented 2024-12-24 11:02:20 -05:00 (Migrated from gitlab.com)

Added alt detection, just need to patch up account deletion to take stale refs out of alt accounts: 980c84afff

Added alt detection, just need to patch up account deletion to take stale refs out of alt accounts: 980c84afffa87351cf80e661b6e320f239818805
rainbownapkin (Migrated from gitlab.com) closed this issue 2024-12-25 05:53:36 -05:00
rainbownapkin commented 2024-12-25 05:53:37 -05:00 (Migrated from gitlab.com)

Account deletion now removes related alt entries from deleted accounts alt accounts: 60801f0dc2

Account deletion now removes related alt entries from deleted accounts alt accounts: 60801f0dc213bb78b74226f7a1134e1597b1b5fb
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rainbownapkin/canopy#67
No description provided.