Implement Global-IP Ban #39
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#39
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?
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.
added #35 as parent issue
changed the description
Finished up with IP-Ban functionality on the back-end:
977e8e1e2eJust need to finish up with UI.
Updated ban UI to handle IP-Bans:
7624e1928a