summary refs log tree commit diff
path: root/synapse/storage/controllers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant types from comments. (#14412)Patrick Cloke2022-11-161-3/+2
* Clean-up events persistance code (#14411)Patrick Cloke2022-11-141-2/+0
* Fix performance regression in `get_users_in_room` (#13972)Erik Johnston2022-09-301-12/+18
* fix: Push notifications for invite over federation (#13719)Kateřina Churanová2022-09-281-4/+6
* Handle the case of remote users leaving a partial join room for device lists ...Erik Johnston2022-09-271-71/+0
* Faster room joins: Avoid blocking `/keys/changes` (#13888)Sean Quah2022-09-231-1/+6
* Send device list updates out to servers in partially joined rooms (#13874)Sean Quah2022-09-231-1/+43
* Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-141-3/+17
* Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-071-0/+4
* Optimize how we calculate `likely_domains` during backfill (#13575)Eric Eastwood2022-08-301-2/+1
* Avoid blocking lazy-loading `/sync`s during partial joins (#13477)Sean Quah2022-08-181-4/+20
* Instrument the federation/backfill part of `/messages` (#13489)Eric Eastwood2022-08-162-7/+28
* Faster room joins: make `/joined_members` block whilst the room is partial st...reivilibre2022-08-161-0/+13
* Instrument `/messages` for understandable traces in Jaeger (#13368)Eric Eastwood2022-08-031-0/+5
* Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404)Sean Quah2022-08-011-0/+4
* Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-261-2/+6
* Don't pull out the full state when storing state (#13274)Erik Johnston2022-07-151-1/+1
* Fix a bug which could lead to incorrect state (#13278)Erik Johnston2022-07-151-1/+2
* Don't pull out state in `compute_event_context` for unconflicted state (#13267)Erik Johnston2022-07-142-3/+13
* Faster room joins: fix race in recalculation of current room state (#13151)Sean Quah2022-07-071-41/+100
* Handle race between persisting an event and un-partial stating a room (#13100)Sean Quah2022-07-051-0/+12
* Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-092-1/+7
* Reduce state pulled from DB due to sending typing and receipts over federatio...Erik Johnston2022-06-061-0/+8
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-061-0/+27
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-013-7/+113
* Rename storage classes (#12913)Erik Johnston2022-05-314-0/+1633