-
For some reason it isn't catching "badword!" when the filter includes "badword".
Not too sure what the issue is
-
Hi again
I want to insert an array of Persian and Arabic dictionary array and get the badwords
The text cleanness is discovered correctly but the badwords function returns unknown characters
` …
-
There needs to be a delay in-between users being able to spam messages cause we have a lot of unnecessary "pick him pick her" spam at the moment.
Also a badword filter to make it obvious to not bm …
-
Hi,
With french-badwords-list added, all accented words are not filtered... Any help pls ?
(https://github.com/darwiin/french-badwords-list#readme)
Thanks
-
Given the example below:
```js
const BadWords = require('bad-words');
const bw = new BadWords()
bw.addWords(['foo-bar', 'foobar'])
> bw.isProfane('foobar')
'foobar'
> bw.isProfane('foo-ba…
-
Different apps can register the same lifecycle hooks. In most cases, the order of execution does not matter, but sometimes it causes unpredictable results.
For example: If we have 2 Apps, 1 for Aut…
-
https://github.com/web-mech/badwords
-
Usually bad-world filters are running heuristics on words using similar characters to avoid possible bypasses of the filter. You should consider that you might need to add this as an badword-filter l…
-
It would be useful to fight spam and abuser by having an option to set quiet instead of just kicking out.
the command to set quite could be used to quite both the host and the user name (not to be co…
-
using 'badwords' or 'washyourmouthoutwithsoap' module instead of custom cusswords.csv to filter the cusswords.
these libraries contains most of the badwords and supports multiple languages.