summary refs log tree commit diff
path: root/synapse/rest (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-25Move logic from rest/ to handlers/Erik Johnston1-34/+23
2016-01-22Don't crash if a user has no push rule enabled entriesDavid Baker1-0/+3
2016-01-22Overlay the push_rules_enabled map for users, otherwise they won't be able to...David Baker2-0/+43
2016-01-22Don't add the member functiopn if we're not using treecacheDavid Baker1-1/+4
2016-01-22docsDavid Baker1-1/+5
2016-01-22Revert all the bits changing keys of eeverything that used LRUCaches to tuplesDavid Baker5-44/+44
2016-01-22Make LRU cache not default to treecache & add options to use itDavid Baker4-12/+22
2016-01-22Add __contains__David Baker1-0/+3
2016-01-22Docs for treecacheDavid Baker1-0/+5
2016-01-22Use new invalidate_many cache invalidation to invalidate the event_push_actio...David Baker1-4/+15
2016-01-22Add invalidate_many here tooDavid Baker1-0/+1
2016-01-22Test treecache directlyDavid Baker1-0/+19
2016-01-22