about summary refs log tree commit diff
path: root/app/models/glitch
AgeCommit message (Expand)Author
2018-05-04Escape metachars in keywordsDaggertooth
2018-04-30Also treat non-whole-word mutes as case-insensitive. #450.David Yip
2018-02-10Use Html2Text to generate plaintext for keyword mutes. #236.David Yip
2018-02-10Glitch::FilterHelper -> Glitch::KeywordMuteHelper. #234.David Yip
2018-02-10Fill out some examples for Glitch::FilterHelper. #234.David Yip
2018-02-10Strip HTML from keyword mute input. #234.David Yip
2017-11-15Replace =~ with #matches?. #208.David Yip
2017-11-15Prefix cache keys with the matcher type. #208.David Yip
2017-11-15Match keyword mute filter on hashtags. #208.David Yip
2017-11-13Maintain case-insensitivity when merging multiple matchers (#213)David Yip
2017-10-24Remove nil check in Glitch::KeywordMute#=~.David Yip
2017-10-24Switch to Regexp.union for building the mute expression.David Yip
2017-10-23Only cache the regex text, not the regex itself.David Yip
2017-10-22KeywordMute matcher: more closely mimic Regexp#=~ behavior.David Yip
2017-10-22Don't add \b to whole-word keywords that don't start with word characters.David Yip
2017-10-21Apply keyword mutes to reblogs.David Yip
2017-10-21Move KeywordMute into Glitch namespace.David Yip