forked from JFreegman/toxic
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature for the user, not a new feature for build scriptNew feature for the user, not a new feature for build script
Milestone
Description
I'd like a list of strings that must never be sent through toxic. If I try to send it, toxic should block the enter key's action (not send, not clear the message entry line either). This is to prevent leaking certain well-known information, e.g. hunter2. It should be a simple substring match, so btwhunter2 should also be blocked. If we want to be fancy, we can do regex, but then we need to start depending on a regex library, so I'd start with just a substring match.
JFreegman
Metadata
Metadata
Assignees
Labels
enhancementNew feature for the user, not a new feature for build scriptNew feature for the user, not a new feature for build script