Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Refactor the application of masks and censor rules to messages. | Louise Crow | 2014-12-15 | -0/+127 |
Seems more logical to make this one method that figures out what to do based on file type. Plus, incoming message does so many things, it seemed like having these related methods be separate would make them easier to read and understand. Also, email, mobile and login substitution texts weren't being translated. Finally, I think passing the censor rules and masks as arguments is a first step in some more decoupling of models. |