| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `log_function` and its uses (#11761) | Richard van der Hoff | 2022-01-18 | 1 | -3/+0 |
* | Add most of the missing type hints to `synapse.federation`. (#11483) | Patrick Cloke | 2021-12-02 | 1 | -1/+3 |
* | Convert Transaction and Edu object to attrs (#10542) | Patrick Cloke | 2021-08-06 | 1 | -2/+2 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -4/+2 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Convert additional database code to async/await. (#8195) | Patrick Cloke | 2020-08-28 | 1 | -8/+11 |
* | Convert calls of async database methods to async (#8166) | Patrick Cloke | 2020-08-27 | 1 | -7/+9 |
* | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2019-11-21 | 1 | -2/+2 |
* | remove dead transaction persist code (#5622) | Richard van der Hoff | 2019-07-05 | 1 | -32/+0 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -11/+4 |
* | Fix origin handling for pushed transactions | Richard van der Hoff | 2018-09-05 | 1 | -4/+4 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | And use buffer(...) there as well | Erik Johnston | 2015-05-05 | 1 | -1/+1 |
* | Use buffer(...) when inserting into bytea column | Erik Johnston | 2015-05-05 | 1 | -3/+1 |
* | Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder... | Erik Johnston | 2015-02-11 | 1 | -3/+4 |
* | Blunty replace json with simplejson | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Remove unused imports | Erik Johnston | 2014-11-04 | 1 | -2/+0 |
* | For now, don't store txn -> pdu mappings. | Erik Johnston | 2014-11-03 | 1 | -1/+0 |
* | Remove PDU tables. | Erik Johnston | 2014-10-31 | 1 | -70/+0 |
* | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 1 | -1/+1 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Remove unused populate_previous_pdus | Mark Haines | 2014-08-27 | 1 | -19/+0 |
* | Use store.persist_event rather than pdu_actions.persist_outgoing/pdu_actions.... | Mark Haines | 2014-08-26 | 1 | -19/+0 |
* | Move pdu and event persistence into a single persist_event function | Mark Haines | 2014-08-26 | 1 | -28/+2 |
* | when we're talking about backfilling data in federation, call it backfilling ... | Matthew Hodgson | 2014-08-13 | 1 | -3/+3 |
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 1 | -0/+1 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+240 |