| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove code that's now been obsoleted or moved elsewhere | David Baker | 2016-04-07 | 1 | -126/+8 |
* | Don't ignore the obey overlay if the rule has an enabled attribute of False | David Baker | 2016-03-31 | 1 | -2/+3 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -2/+2 |
* | Remove dead code for setting device specific rules. | Mark Haines | 2016-02-18 | 1 | -10/+5 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+1 |
* | Change regex cache size to 5000 | Erik Johnston | 2016-01-19 | 1 | -1/+1 |
* | Add regex cache. Only caculate push actions for users that have sent read rec... | Erik Johnston | 2016-01-19 | 1 | -3/+17 |
* | Handle glob -> regex errors | Erik Johnston | 2016-01-19 | 1 | -29/+33 |
* | Preserve truthiness | Erik Johnston | 2016-01-18 | 1 | -1/+2 |
* | You need to escape backslashes | Erik Johnston | 2016-01-18 | 1 | -2/+2 |
* | Fix branch didn't check word_boundary | Erik Johnston | 2016-01-18 | 1 | -3/+9 |
* | Don't split at word boundaries, actually use regex | Erik Johnston | 2016-01-18 | 1 | -62/+47 |
* | Drop log levels | Erik Johnston | 2016-01-18 | 1 | -2/+2 |
* | Add comments and remove dead code | Erik Johnston | 2016-01-18 | 1 | -12/+11 |
* | Use static for const dicts | Erik Johnston | 2016-01-18 | 1 | -6/+14 |
* | Don't edit ruleset | Erik Johnston | 2016-01-18 | 1 | -5/+4 |
* | Make notifications go quicker | Erik Johnston | 2016-01-18 | 1 | -76/+150 |
* | Rename 'user_name' to 'user_id' in push to make it consistent with the rest o... | Mark Haines | 2016-01-13 | 1 | -12/+12 |
* | Merge pull request #456 from matrix-org/store_event_actions | David Baker | 2016-01-08 | 1 | -7/+15 |
|\ |
|
| * | Add bulk push rule evaluator which actually still evaluates rules one by one,... | David Baker | 2015-12-22 | 1 | -5/+8 |
| * | Store nothing instead of ['dont_notify'] for events with no notification requ... | David Baker | 2015-12-10 | 1 | -2/+7 |
* | | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
|/ |
|
* | Split out the push rule evaluator into a separate file so it can be more read... | David Baker | 2015-12-09 | 1 | -0/+224 |