Store recent hashed IP addresses for 7-days. #38
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#38
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?
Store hashed/salted IP's for 7-days.
This allows us to keep IP's for IP-Bans without the privacy concerns of saving raw-IP's.
added #35 as parent issue
changed the description
IP's should be hashed and stored against users during the following actions:
These IP's should be stored with the date they where first recorded as well as the one that they where last recorded on.
IP's which where last recorded over a week ago should be deleted on a nightly basis.
IP hashes are now recorded on account log-in and channel join. They are deleted after seven days of inactivity for that specific address:
6e785dc211