| Commit message (Expand) | Author | Age | Files | Lines |
* | Try and drop stale extremities. (#8929) | Erik Johnston | 2020-12-18 | 1 | -16/+184 |
* | Fix message duplication if something goes wrong after persisting the event (#... | Erik Johnston | 2020-10-13 | 1 | -13/+83 |
* | Remove stream ordering from Metadata dict (#8452) | Richard van der Hoff | 2020-10-05 | 1 | -0/+2 |
* | Various clean ups to room stream tokens. (#8423) | Erik Johnston | 2020-09-29 | 1 | -3/+2 |
* | Mypy fixes for `synapse.handlers.federation` (#8422) | Richard van der Hoff | 2020-09-29 | 1 | -1/+1 |
* | Add EventStreamPosition type (#8388) | Erik Johnston | 2020-09-24 | 1 | -5/+9 |
* | Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281) | Erik Johnston | 2020-09-11 | 1 | -6/+10 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -2/+2 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -3/+3 |
* | Convert storage layer to async/await. (#7963) | Patrick Cloke | 2020-07-28 | 1 | -22/+18 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -1/+4 |
* | Generate real events when we reject invites (#7804) | Richard van der Hoff | 2020-07-09 | 1 | -6/+0 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -2/+0 |
* | Replace iteritems/itervalues/iterkeys with native versions. (#7692) | Patrick Cloke | 2020-06-15 | 1 | -4/+3 |
* | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 1 | -0/+6 |
* | Fix bug in persist events when dealing with non member types. (#7548) | Erik Johnston | 2020-05-21 | 1 | -2/+2 |
* | Shuffle persist event data store functions. (#7440) | Erik Johnston | 2020-05-13 | 1 | -20/+7 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -4/+4 |
* | Increase DB/CPU perf of `_is_server_still_joined` check. (#6936) | Erik Johnston | 2020-02-19 | 1 | -15/+28 |
* | Reduce amount of logging at INFO level. (#6862) | Erik Johnston | 2020-02-06 | 1 | -1/+1 |
* | s/get_room_version/get_room_version_id/ | Richard van der Hoff | 2020-01-31 | 1 | -1/+1 |
* | When server leaves room check for stale device lists. (#6801) | Erik Johnston | 2020-01-30 | 1 | -4/+47 |
* | Delete current state when server leaves a room (#6792) | Erik Johnston | 2020-01-29 | 1 | -3/+86 |
* | Add a DeltaState to track changes to be made to current state (#6716) | Erik Johnston | 2020-01-20 | 1 | -55/+68 |
* | Split state groups into a separate data store (#6296) | Erik Johnston | 2019-12-20 | 1 | -1/+1 |
* | Merge pull request #6294 from matrix-org/erikj/add_state_storage | Erik Johnston | 2019-10-31 | 1 | -1/+1 |
|\ |
|
| * | Add StateGroupStorage interface | Erik Johnston | 2019-10-30 | 1 | -1/+1 |
* | | fix delete_existing for _persist_events (#6300) | Richard van der Hoff | 2019-10-30 | 1 | -4/+1 |
|/ |
|
* | Review comments | Erik Johnston | 2019-10-30 | 1 | -3/+10 |
* | Add DataStores and Storage classes. | Erik Johnston | 2019-10-23 | 1 | -3/+4 |
* | Move persist_events out from main data store. | Erik Johnston | 2019-10-23 | 1 | -0/+644 |