Age | Commit message (Expand) | Author |
---|---|---|
2018-06-12 | keyword mute: Add missing scope for regex escape test | David Yip |
2018-06-12 | Merge remote-tracking branch 'glitchsoc/master' into 454-allow-keyword-mutes-... | David Yip |
2018-06-05 | Escape metacharacters in non-whole-word keyword mutes. Fixes #533. | David Yip |
2018-06-03 | Thread scopes through #matches?. #454. | David Yip |
2018-04-30 | Also treat non-whole-word mutes as case-insensitive. #450. | David Yip |
2017-11-15 | Add some examples for Glitch::KeywordMute::TagMatcher. #208. | David Yip |
2017-11-15 | Replace =~ with #matches?. #208. | David Yip |
2017-11-15 | Match keyword mute filter on hashtags. #208. | David Yip |
2017-11-13 | Maintain case-insensitivity when merging multiple matchers (#213) | David Yip |
2017-10-24 | Fix example description. | 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 | Move KeywordMute into Glitch namespace. | David Yip |