9 Commits (cb4ef24ac9d48e70648135f106fdc275dedf14fc)

Author SHA1 Message Date
David Yip cb4ef24ac9 Match keyword mute filter on hashtags. #208. 7 years ago
David Yip 656d54e945 Maintain case-insensitivity when merging multiple matchers (#213) 7 years ago
David Yip e40fe4092d Remove nil check in Glitch::KeywordMute#=~. 7 years ago
David Yip f5a3283976 Switch to Regexp.union for building the mute expression. 7 years ago
David Yip 8410d33b49 Only cache the regex text, not the regex itself. 7 years ago
David Yip af8f06413e KeywordMute matcher: more closely mimic Regexp#=~ behavior. 7 years ago
David Yip 4b68e82a19 Don't add \b to whole-word keywords that don't start with word characters. 7 years ago
David Yip ad86c86fa8 Apply keyword mutes to reblogs. 7 years ago
David Yip 670e6a33f8 Move KeywordMute into Glitch namespace. 7 years ago
David Yip 4a64181461 Allow keywords to match either substrings or whole words. 7 years ago
David Yip b4b657eb1d Invalidate cached matcher objects on KeywordMute commit. #164. 7 years ago
David Yip 693c66dfde Use more idiomatic string concatentation. #164. 7 years ago
David Yip a4851100fd Make use of the regex attr_reader. #164. 7 years ago
David Yip 603cf02b70 Rework KeywordMute interface to use a matcher object; spec out matcher. #164. 7 years ago
David Yip 4745d6eeca Spec out KeywordMute interface. #164. 7 years ago
David Yip 9093e2de7a Add KeywordMute model. 7 years ago