| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -3/+2 |
* | Always notify replication when a stream advances (#14877) | Erik Johnston | 2023-01-20 | 1 | -1/+2 |
* | Update all stream IDs after processing replication rows (#14723) | Nick Mills-Barrett | 2023-01-04 | 1 | -0/+7 |
* | Improve logging and opentracing for to-device message handling (#14598) | Richard van der Hoff | 2022-12-06 | 1 | -17/+75 |
* | Add missing types to opentracing. (#13345) | Patrick Cloke | 2022-07-21 | 1 | -1/+1 |
* | Revert "Make all `process_replication_rows` methods async (#13304)" (#13312) | Erik Johnston | 2022-07-18 | 1 | -4/+2 |
* | Make all `process_replication_rows` methods async (#13304) | Nick Mills-Barrett | 2022-07-17 | 1 | -2/+4 |
* | Replace noop background updates with DELETE. (#12954) | Patrick Cloke | 2022-06-13 | 1 | -11/+0 |
* | Add some type hints to datastore (#12485) | Dirk Klimpel | 2022-04-27 | 1 | -23/+56 |
* | Reduce to-device queries for /sync. (#12163) | Erik Johnston | 2022-03-04 | 1 | -0/+3 |
* | Fix to-device being dropped in limited sync in SQLite. (#11966) | Erik Johnston | 2022-02-11 | 1 | -1/+4 |
* | Send to-device messages to application services (#11215) | Andrew Morgan | 2022-02-01 | 1 | -39/+237 |
* | Replace uses of simple_insert_many with simple_insert_many_values. (#11742) | Patrick Cloke | 2022-01-13 | 1 | -14/+16 |
* | Improve type hints in storage classes. (#11652) | Dirk Klimpel | 2021-12-29 | 1 | -2/+2 |
* | Type hint the constructors of the data store classes (#11555) | Sean Quah | 2021-12-13 | 1 | -1/+6 |
* | Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... | Brendan Abolivier | 2021-11-25 | 1 | -146/+63 |
* | Add type hints to some storage classes (#11307) | Patrick Cloke | 2021-11-11 | 1 | -16/+36 |
* | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 1 | -3/+20 |
* | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 2021-11-02 | 1 | -0/+89 |
* | Stop synapse from saving messages in device_inbox for hidden devices. (#10097) | JohannesKleine | 2021-11-01 | 1 | -2/+6 |
* | Fix comments referencing v1.46.0 from PR #10969. (#11212) | Dirk Klimpel | 2021-10-29 | 1 | -1/+1 |
* | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 2021-10-27 | 1 | -1/+91 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 1 | -3/+6 |
* | Remove unnecessary parentheses around tuples returned from methods (#10889) | Andrew Morgan | 2021-09-23 | 1 | -3/+3 |
* | [pyupgrade] `synapse/` (#10348) | Jonathan de Jong | 2021-07-19 | 1 | -3/+1 |
* | Add debug logging for issue #9533 (#9959) | Richard van der Hoff | 2021-05-11 | 1 | -0/+18 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Add a type hints for service notices to the HomeServer object. (#9675) | Patrick Cloke | 2021-03-24 | 1 | -3/+3 |
* | Fix some typos. | Patrick Cloke | 2021-02-12 | 1 | -1/+1 |
* | Allow moving account data and receipts streams off master (#9104) | Erik Johnston | 2021-01-18 | 1 | -3/+1 |
* | Allow running sendToDevice on workers (#9044) | Erik Johnston | 2021-01-07 | 1 | -32/+115 |
* | Some cleanups to device inbox store. (#9041) | Erik Johnston | 2021-01-07 | 1 | -49/+58 |
* | Use `async with` for ID gens (#8383) | Erik Johnston | 2020-09-23 | 1 | -2/+2 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -2/+2 |
* | Convert additional database code to async/await. (#8195) | Patrick Cloke | 2020-08-28 | 1 | -6/+6 |
* | Make StreamIdGen `get_next` and `get_next_mult` async (#8161) | Erik Johnston | 2020-08-25 | 1 | -2/+2 |
* | Convert account data, device inbox, and censor events databases to async/awai... | Patrick Cloke | 2020-08-12 | 1 | -45/+49 |
* | Reduce unnecessary whitespace in JSON. (#7372) | David Vo | 2020-08-07 | 1 | -5/+4 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -0/+476 |