ProfanityFilter
ProfanityFilter copied to clipboard
Add file caching of regular expressions
Currently all regular expressions are generated on each request. This seems like there is opportunity to speed things up a bit. As word lists don't change often, generating the regexs for a particular config should be fairly easy.