summary refs log tree commit diff
path: root/synapse/storage/pdu.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove PDU tables.Erik Johnston2014-10-311-949/+0
|
* Add transaction level logging and timing information. Add a _simple_delete ↵Erik Johnston2014-10-281-1/+12
| | | | method
* Merge branch 'event_signing' of github.com:matrix-org/synapse into ↵Erik Johnston2014-10-271-6/+23
|\ | | | | | | | | | | | | federation_authorization Conflicts: synapse/storage/__init__.py
| * Hash the same content covered by the signature when referencing previous ↵Mark Haines2014-10-171-2/+2
| | | | | | | | PDUs rather than reusing the PDU content hashes
| * Include hashes of previous pdus when referencing themMark Haines2014-10-161-6/+16
| |
| * persist hashes and origin signatures for PDUsMark Haines2014-10-151-2/+9
| |
* | Use state groups to get current state. Make join dance actually work.Erik Johnston2014-10-171-0/+6
|/
* 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