summary refs log tree commit diff
path: root/synapse/push/rulekinds.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-22Add some comments to areas that could be optimised.David Baker3-1/+14
2015-12-22Remove the list of problems (moved to jira issues)David Baker1-5/+0
2015-12-22Insert push actions in a single db query rather than one per user/profile_tagDavid Baker2-17/+24
2015-12-22Include the list of bad room ids in the errorMark Haines2-2/+24
2015-12-22clarify problemsDavid Baker1-1/+1
2015-12-22Add bulk push rule evaluator which actually still evaluates rules one by one,...David Baker4-22/+159
2015-12-22Use a list comprehensionMark Haines1-3/+4
2015-12-22Hook up read receipts and typing notifications for guest accessMark Haines1-13/+11
2015-12-22Add top level filters for filtering by room idMark Haines2-34/+35
2015-12-22Allow guest access to /syncMark Haines1-46/+98
2015-12-22Allow guest access if the user provides a list of rooms in the filterMark Haines3-1/+22
2015-12-21Add top level filtering by room i