summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-27Bump version and changelogErik Johnston1-1/+1
2016-01-26Only notify for messages in one to one rooms, not every eventDavid Baker1-0/+6
2016-01-25Add missing yield in push_rules set enabledMark Haines1-2/+2
2016-01-25Guard against empty iterablesErik Johnston1-0/+6
2016-01-25Correct docstringErik Johnston1-1/+0
2016-01-25PEP8Erik Johnston1-1/+0
2016-01-25Add index to event_push_actionsErik Johnston1-0/+1
2016-01-25Push: Use storage apis that are cachedErik Johnston2-17/+14
2016-01-25Remove weird stuffErik Johnston1-6/+0
2016-01-25Implement a _simple_select_many_batchErik Johnston3-60/+105
2016-01-25Fix testsErik Johnston2-7/+5
2016-01-25Move logic from rest/ to handlers/Erik Johnston3-87/+181
2016-01-22Better fix for actions with both dont_notify and tweaksDavid Baker1-1/+1
2016-01-22Revert b4a41aa542203c03bb8a6c93097b94bc5d167265 as it's just broken.David Baker1-9/+1
2016-01-22Don't add notifications to the table unless there's actually a 'notify' actionDavid Baker1-1/+9
2016-01-22Don't mutate cached valuesErik Johnston1-2/+6
2016-01-22Don't crash if a user has no push rule enabled entriesDavid Baker1-0/+3
2016-01-22Underscores are allowed in user idsErik Johnston1-1/+1
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