summary refs log tree commit diff
path: root/CHANGES.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-28Invalidate caches properly. Remove unused argErik Johnston4-10/+15
2016-01-28Clean up a bit. Add commentErik Johnston3-26/+18
2016-01-28Quot all the thingsDaniel Wagner-Hall1-2/+2
2016-01-28Change load limit paramsErik Johnston1-2/+2
2016-01-28Amalgamate incremental and full sync for userErik Johnston1-40/+16
2016-01-28Allow paginating backwards from stream tokenErik Johnston3-16/+24
2016-01-28Return correct type of tokenErik Johnston1-3/+6
2016-01-28Up get_rooms_for_user cache sizeErik Johnston1-1/+1
2016-01-28Remove chdirErik Johnston1-1/+0
2016-01-27Make it possible to paginate forwards from stream tokensRichard van der Hoff2-24/+35
2016-01-27No chdirErik Johnston1-1/+0
2016-01-27PEP8Erik Johnston3-6/+9
2016-01-27Use the same path for incremental with gap or without gapErik Johnston3-212/+147
2016-01-27Add cache to room streamErik Johnston5-74/+254
2016-01-27Don't turn on profilingErik Johnston1-1/+1
2016-01-27Fix testsErik Johnston3-5/+12
2016-01-27PEP 8Erik Johnston1-1/+0
2016-01-27Federation: drop events which cause SynapseErrorsRichard van der Hoff1-1/+7
2016-01-27Fix adding push rules relative to other rulesMark Haines2-6/+12
2016-01-26Don't turn on profilingErik Johnston1-1/+1
2016-01-26Add a Homeserver.setup method.Erik Johnston9-116/+121
2016-01-26Remove redundated BaseHomeServerErik Johnston12-545/+191
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
2016-01-22Docs for treecache<