summary refs log tree commit diff
path: root/synapse/storage/presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a stream id generator for backfilled idsMark Haines2016-04-011-2/+4
* Merge pull request #489 from matrix-org/markjh/replicationMark Haines2016-03-011-0/+16
|\
| * Add a /replication API for extracting the updates that happened onMark Haines2016-03-011-0/+16
* | Load the current id in the IdGenerator constructorMark Haines2016-03-011-2/+2
|/
* Create a new stream_id per presence updateErik Johnston2016-02-231-6/+9
* Prefix TS fields with _tsErik Johnston2016-02-181-11/+12
* Initial cutErik Johnston2016-02-171-50/+120
* Fix up logcontextsErik Johnston2016-02-081-2/+3
* Implement a _simple_select_many_batchErik Johnston2016-01-251-17/+18
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Bump size of get_presence_state cacheErik Johnston2015-08-181-1/+1
* Remember to invalidate cachesErik Johnston2015-08-171-2/+8
* Implement a batched presence_handler.get_state and use itErik Johnston2015-08-171-2/+4
* Add batched version of store.get_presence_stateErik Johnston2015-08-171-1/+19
* Move all the caches into their own package, synapse.util.cachesErik Johnston2015-08-111-1/+2
* Change Cache to not use *args in its interfaceErik Johnston2015-08-071-2/+2
* Add a cache for getting the presence list for a userMark Haines2015-05-221-8/+27
* Implement or_ignore flag on insertsErik Johnston2015-04-071-0/+1
* Give sensible names for '_simple_...' transactionsErik Johnston2015-03-201-0/+11
* Tidy up _simple_... methodsErik Johnston2015-03-201-1/+0
* Update copyright noticesMark Haines2015-01-061-1/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* retcols is mandatory. i have no idea how this could ever have worked?Matthew Hodgson2014-08-161-0/+1
* An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-131-2/+3
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+103