summary refs log tree commit diff
path: root/synapse/push/bulk_push_rule_evaluator.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add caches to bulk_get_push_rules*Erik Johnston2016-05-311-3/+5
* move filter_events_for_client out of base handlerMark Haines2016-05-111-3/+4
* Don't push for everyone who ever sent an RR to the roomDavid Baker2016-04-141-1/+13
* Fix invite pushesDavid Baker2016-04-081-1/+11
* Make pushers use the event_push_actions table instead of listening on an even...David Baker2016-04-061-7/+18
* Use get_users_in_room to count the number of room members rather than using r...Mark Haines2016-03-221-1/+3
* Fix relative imports so they work in both py3 and py27Mark Haines2016-03-081-3/+3
* Merge branch 'develop' into rav/guest_access_after_room_joinRichard van der Hoff2016-02-191-1/+1
|\
| * Remove dead code for setting device specific rules.Mark Haines2016-02-181-1/+1
* | Allow guest users access to messages in rooms they have joinedRichard van der Hoff2016-02-191-1/+1
|/
* Pass in current state to push action handlerErik Johnston2016-02-091-7/+3
* Merge pull request #523 from matrix-org/dbkr/no_push_unless_notifyDavid Baker2016-01-221-9/+1
|\
| * Better fix for actions with both dont_notify and tweaksDavid Baker2016-01-221-1/+1
| * Revert b4a41aa542203c03bb8a6c93097b94bc5d167265 as it's just broken.David Baker2016-01-221-9/+1
* | Merge pull request #522 from matrix-org/dbkr/no_push_unless_notifyDavid Baker2016-01-221-1/+9
|\|
| * Don't add notifications to the table unless there's actually a 'notify' actionDavid Baker2016-01-221-1/+9
* | Don't mutate cached valuesErik Johnston2016-01-221-2/+6
|/
* Don't crash if a user has no push rule enabled entriesDavid Baker2016-01-221-0/+3
* Overlay the push_rules_enabled map for users, otherwise they won't be able to...David Baker2016-01-221-0/+14
* 'filtered' is a list of zero or 1David Baker2016-01-201-1/+1
* Don't generate push actions for our own eventsDavid Baker2016-01-201-0/+3
* 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