| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply suggestions from code review | Richard van der Hoff | 2020-10-16 | 1 | -1/+1 |
* | type annotations for LruCache | Richard van der Hoff | 2020-10-16 | 1 | -7/+9 |
* | Make LruCache register its own metrics (#8561) | Richard van der Hoff | 2020-10-16 | 1 | -3/+1 |
* | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 2020-10-01 | 1 | -2/+2 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Don't ignore `set_tweak` actions with no explicit `value`. (#7766) | reivilibre | 2020-07-06 | 1 | -4/+27 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -3/+1 |
* | Ensure the body is a string before comparing push rules. (#7701) | Patrick Cloke | 2020-06-15 | 1 | -2/+2 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -2/+2 |
* | Do not treat display names as globs for push rules. (#7271) | Patrick Cloke | 2020-04-16 | 1 | -30/+39 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -2/+2 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -31/+26 |
* | Clean up event accesses and tests | Erik Johnston | 2018-11-02 | 1 | -2/+2 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-28 | 1 | -1/+3 |
|\ |
|
| * | Replace some more comparisons with six | Adrian Tschira | 2018-05-19 | 1 | -1/+3 |
* | | replacing portions | Amber Brown | 2018-05-21 | 1 | -1/+1 |
|/ |
|
* | pep8 | David Baker | 2017-10-10 | 1 | -1/+1 |
* | Use notification levels in power_levels | David Baker | 2017-10-10 | 1 | -6/+14 |
* | What year is it!? Who's the president!? | David Baker | 2017-10-10 | 1 | -1/+1 |
* | pep8 | David Baker | 2017-10-05 | 1 | -0/+3 |
* | Support for channel notifications | David Baker | 2017-10-05 | 1 | -7/+18 |
* | Use better method for word boundary searching | David Baker | 2017-10-05 | 1 | -11/+3 |
* | pep8 | David Baker | 2017-10-05 | 1 | -0/+1 |
* | Fix notif kws that start/end with non-word chars | David Baker | 2017-10-05 | 1 | -2/+21 |
* | Fix caching error in the push evaluator | Richard van der Hoff | 2017-07-05 | 1 | -1/+3 |
* | Cache glob to regex at a higher level for push | Erik Johnston | 2017-03-29 | 1 | -47/+57 |
* | 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 |