Commit graph

10 commits

Author SHA1 Message Date
Till Faelligen d4db4ed40d
Add ProcessContext to ConnectionManager to cleanly shut down database
connections
2023-03-20 18:14:49 +01:00
Till Faelligen edb5b4b637
Let CreateConfig return a ProcessContext 2023-03-20 16:10:56 +01:00
Till Faelligen fffd2d9228
Test updates, I guess 2023-03-20 15:48:56 +01:00
Till Faelligen 1d2429cf58
Remove BaseDendrite from userAPI 2023-03-20 14:28:32 +01:00
Till Faelligen b7947c38e8
Remove BaseDendrite from roomserver 2023-03-20 14:05:36 +01:00
Till Faelligen 1fd3b2894f
Remove BaseDendrite from client API 2023-03-20 13:39:34 +01:00
Till Faelligen 93d0fba3c0
Remove NATS from BaseDendrite 2023-03-20 10:37:53 +01:00
Till 5579121c6f
Preparations for removing BaseDendrite (#3016)
Preparations to actually remove/replace `BaseDendrite`.
Quite a few changes:
- SyncAPI accepts an `fulltext.Indexer` interface (fulltext is removed
from `BaseDendrite`)
- Caches are removed from `BaseDendrite`
- Introduces a `Router` struct (likely to change)
  - also fixes #2903
- Introduces a `sqlutil.ConnectionManager`, which should remove
`base.DatabaseConnection` later on
- probably more
2023-03-17 11:09:45 +00:00
Till 4594233f89
Merge keyserver & userapi (#2972)
As discussed yesterday, a first draft of merging the keyserver and the
userapi.
2023-02-20 14:58:03 +01:00
Till b0c5af6674
Fix /login issue causing wrong device list updates (#2922)
Fixes https://github.com/matrix-org/dendrite/issues/2914 and possibly
https://github.com/matrix-org/dendrite/issues/2073?
2023-01-10 17:02:38 +01:00