Store recent hashed IP addresses for 7-days. #38

Closed
opened 2024-11-16 16:07:04 -05:00 by rainbownapkin · 4 comments
rainbownapkin commented 2024-11-16 16:07:04 -05:00 (Migrated from gitlab.com)

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.

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.
rainbownapkin commented 2024-11-16 16:07:04 -05:00 (Migrated from gitlab.com)

added #35 as parent issue

added #35 as parent issue
rainbownapkin commented 2024-11-16 16:51:27 -05:00 (Migrated from gitlab.com)

changed the description

changed the description
rainbownapkin commented 2024-12-22 21:36:39 -05:00 (Migrated from gitlab.com)

IP's should be hashed and stored against users during the following actions:

  • account log-in
  • channel join

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's should be hashed and stored against users during the following actions: - account log-in - channel join 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.
rainbownapkin (Migrated from gitlab.com) closed this issue 2024-12-23 15:22:31 -05:00
rainbownapkin commented 2024-12-23 15:22:32 -05:00 (Migrated from gitlab.com)

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

IP hashes are now recorded on account log-in and channel join. They are deleted after seven days of inactivity for that specific address: 6e785dc21182cb32daccbeb20b802717c047ce3a
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#38
No description provided.