Age | Commit message (Expand) | Author |
---|---|---|
2017-10-24 | Remove nil check in Glitch::KeywordMute#=~. | David Yip |
2017-10-24 | Switch to Regexp.union for building the mute expression. | David Yip |
2017-10-23 | Only cache the regex text, not the regex itself. | David Yip |
2017-10-22 | KeywordMute matcher: more closely mimic Regexp#=~ behavior. | David Yip |
2017-10-22 | Don't add \b to whole-word keywords that don't start with word characters. | David Yip |
2017-10-21 | Apply keyword mutes to reblogs. | David Yip |
2017-10-21 | Move KeywordMute into Glitch namespace. | David Yip |