summary refs log tree commit diff
path: root/synapse/storage/pdu.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove PDU tables.Erik Johnston2014-10-311-949/+0
* Add transaction level logging and timing information. Add a _simple_delete me...Erik Johnston2014-10-281-1/+12
* Merge branch 'event_signing' of github.com:matrix-org/synapse into federation...Erik Johnston2014-10-271-6/+23
|\
| * Hash the same content covered by the signature when referencing previous PDUs...Mark Haines2014-10-171-2/+2
| * 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
|\
| * 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