summary refs log tree commit diff
path: root/synapse/push/bulk_push_rule_evaluator.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add regex cache. Only caculate push actions for users that have sent read rec...Erik Johnston2016-01-191-5/+10
* Return don't breakErik Johnston2016-01-191-1/+1
* Except truthy valuesErik Johnston2016-01-191-1/+1
* Don't split at word boundaries, actually use regexErik Johnston2016-01-181-1/+1
* Use static for const dictsErik Johnston2016-01-181-8/+7
* Make notifications go quickerErik Johnston2016-01-181-51/+65
* more commasDavid Baker2016-01-071-1/+1
* Add is_guest flag to users db to track whether a user is a guest user or not....David Baker2016-01-061-5/+22
* comment typoDavid Baker2016-01-051-1/+1
* Address minor PR issuesDavid Baker2016-01-041-1/+1
* pep8 & unused variableDavid Baker2015-12-221-2/+2
* Add some comments to areas that could be optimised.David Baker2015-12-221-0/+8
* Add bulk push rule evaluator which actually still evaluates rules one by one,...David Baker2015-12-221-0/+99