Implement Global-IP Ban #39

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

IP Ban should add all of accounts IP's from active sessions/socket.io connections added to plaintext banned IP list, as well as hashed IP's from database in hashed banned IP list.

All incoming IP's should be checked by both. Matches against hashed IP list should have entries replaced by entry in plaintext list to reduce workload of checking against hashed IP's.

IP Ban should add all of accounts IP's from active sessions/socket.io connections added to plaintext banned IP list, as well as hashed IP's from database in hashed banned IP list. All incoming IP's should be checked by both. Matches against hashed IP list should have entries replaced by entry in plaintext list to reduce workload of checking against hashed IP's.
rainbownapkin commented 2024-11-16 16:07:25 -05:00 (Migrated from gitlab.com)

added #35 as parent issue

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

changed the description

changed the description
rainbownapkin commented 2025-01-01 17:43:46 -05:00 (Migrated from gitlab.com)

Finished up with IP-Ban functionality on the back-end: 977e8e1e2e

Just need to finish up with UI.

Finished up with IP-Ban functionality on the back-end: 977e8e1e2e69d0eda43e1d7aee28d4b49d585fe5 Just need to finish up with UI.
rainbownapkin (Migrated from gitlab.com) closed this issue 2025-01-01 23:02:09 -05:00
rainbownapkin commented 2025-01-01 23:02:10 -05:00 (Migrated from gitlab.com)

Updated ban UI to handle IP-Bans: 7624e1928a

Updated ban UI to handle IP-Bans: 7624e1928a9e2aceafd8fab669e8f48db9a17302
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#39
No description provided.