summary refs log tree commit diff
path: root/synapse/federation/persistence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert Transaction and Edu object to attrs (#10542)Patrick Cloke2021-08-061-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-8/+11
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-7/+9
* Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-2/+2
* remove dead transaction persist code (#5622)Richard van der Hoff2019-07-051-32/+0
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-11/+4
* Fix origin handling for pushed transactionsRichard van der Hoff2018-09-051-4/+4
* run isortAmber Brown2018-07-091-3/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* And use buffer(...) there as wellErik Johnston2015-05-051-1/+1
* Use buffer(...) when inserting into bytea columnErik Johnston2015-05-051-3/+1
* Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder...Erik Johnston2015-02-111-3/+4
* 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 has...Matthew Hodgson2014-09-031-1/+1
* Remove unused populate_previous_pdusMark Haines2014-08-271-19/+0
* Use store.persist_event rather than pdu_actions.persist_outgoing/pdu_actions....Mark Haines2014-08-261-19/+0
* 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
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+240