summary refs log tree commit diff
path: root/synapse/storage/account_data.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't hit DB for noop replications queriesErik Johnston2016-06-081-0/+3
* Add bulk fetch storage APIErik Johnston2016-05-051-3/+22
* Implement basic ignore userErik Johnston2016-05-041-0/+31
* Use a stream id generator for backfilled idsMark Haines2016-04-011-2/+2
* Merge pull request #489 from matrix-org/markjh/replicationMark Haines2016-03-011-2/+34
|\
| * Add a /replication API for extracting the updates that happened onMark Haines2016-03-011-2/+34
* | Load the current id in the IdGenerator constructorMark Haines2016-03-011-4/+4
|/
* Remove unused param from get_max_tokenErik Johnston2016-02-181-2/+2
* Invalidate _account_data_stream_cache correctlyErik Johnston2016-01-291-0/+4
* Prefill stream change cachesErik Johnston2016-01-291-9/+0
* Bump AccountDataAndTagsChangeCache sizeErik Johnston2016-01-291-1/+1
* Amalgamate tags and account data stream cachesErik Johnston2016-01-281-1/+2
* Don't use defer.returnValueErik Johnston2016-01-281-1/+1
* Change name and doc has_entity_changedErik Johnston2016-01-281-1/+1
* Cache tags and account dataErik Johnston2016-01-281-1/+19
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add API for setting account_data globaly or on a per room basisMark Haines2015-12-011-0/+211