summary refs log tree commit diff
path: root/synapse/federation/persistence.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't unfreeze when using FreezeEvent.get_dict, as we are using a ↵Erik Johnston2015-02-111-3/+4
| | | | JSONEncoder that understands FrozenDict
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Remove unused importsErik Johnston2014-11-041-2/+0
|
* For now, don't store txn -> pdu mappings.Erik Johnston2014-11-031-1/+0
|
* Remove PDU tables.Erik Johnston2014-10-311-70/+0
|
* SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines2014-10-171-1/+1
|
* 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-19/+0
|
* Use store.persist_event rather than ↵Mark Haines2014-08-261-19/+0
| | | | pdu_actions.persist_outgoing/pdu_actions.persist_received
* Move pdu and event persistence into a single persist_event functionMark Haines2014-08-261-28/+2
|
* when we're talking about backfilling data in federation, call it backfilling ↵Matthew Hodgson2014-08-131-3/+3
| | | | - not pagination.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+240