summary refs log tree commit diff
path: root/synapse/storage/pdu.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into test-sqlite-memoryPaul "LeoNerd" Evans2014-09-121-72/+11
|\ | | | | | | | | Conflicts: synapse/storage/pdu.py
| * Make the state resolution use actual power levels rather than taking them ↵Erik Johnston2014-09-121-71/+10
| | | | | | | | from a Pdu key.
| * 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. ↵Erik Johnston2014-09-081-3/+6
| | | | Update tests to catch this case.
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* 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
| | | | - not pagination.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+993