summary refs log tree commit diff
path: root/synapse/storage/pdu.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into test-sqlite-memoryPaul "LeoNerd" Evans2014-09-121-72/+11
|\
| * Make the state resolution use actual power levels rather than taking them fro...Erik Johnston2014-09-121-71/+10
| * Fix bug where we didn't return a tuple when expected.Erik Johnston2014-09-121-1/+1
* | Add a .runInteraction() method on SQLBaseStore itself to wrap the .db_poolPaul "LeoNerd" Evans2014-09-121-12/+12
|/
* Fix bug in state handling where we incorrectly identified a missing pdu. Upda...Erik Johnston2014-09-081-3/+6
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Remove unused populate_previous_pdusMark Haines2014-08-271-6/+1
* Move pdu and event persistence into a single persist_event functionMark Haines2014-08-261-19/+3
* Add a 'backfill room' buttonErik Johnston2014-08-191-8/+8
* Rename method name to not clash with other ones in storage.Erik Johnston2014-08-151-3/+3
* when we're talking about backfilling data in federation, call it backfilling ...Matthew Hodgson2014-08-131-10/+10
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+993