Commit message (Collapse) | 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 |
| | | | | Fixes https://github.com/vector-im/vector-web/issues/1244 | ||||
* | 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 |
| | | | | | | It wasn't possible to hit the code from the API because of a typo in parsing the request path. Since no-one was using the feature we might as well remove the dead code. | ||||
* | 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 ↵ | Erik Johnston | 2016-01-19 | 1 | -3/+17 |
| | | | | receipts, and are on that server | ||||
* | 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 ↵ | Mark Haines | 2016-01-13 | 1 | -12/+12 |
| | | | | of the code | ||||
* | Merge pull request #456 from matrix-org/store_event_actions | David Baker | 2016-01-08 | 1 | -7/+15 |
|\ | | | | | Send unread notification counts | ||||
| * | Add bulk push rule evaluator which actually still evaluates rules one by ↵ | David Baker | 2015-12-22 | 1 | -5/+8 |
| | | | | | | | | one, but does far fewer db queries to fetch the rules | ||||
| * | Store nothing instead of ['dont_notify'] for events with no notification ↵ | David Baker | 2015-12-10 | 1 | -2/+7 |
| | | | | | | | | required: much as it would be nice to be able to tell between the event not having been processed and there being no notification for it, this isn't worth filling up the table with ['dont_notify'] I think. Consequently treat the empty actions array as dont_notify and filter dont_notify out of the result. | ||||
* | | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
|/ | |||||
* | Split out the push rule evaluator into a separate file so it can be more ↵ | David Baker | 2015-12-09 | 1 | -0/+224 |
readily reused. Should be functionally identical. |