0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-07 05:28:38 +02:00
dendrite/roomserver/storage
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
..
postgres Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
shared Unset RoomServerEvent, since we can't be sure that Set actually updates the cached entry (#3002) 2023-03-09 09:52:13 +01:00
sqlite3 Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
tables Refactor StoreEvent and create a new RoomDatabase interface (#2985) 2023-02-24 09:40:20 +01:00
interface.go Make redaction check easier to read (#2995) 2023-03-03 14:03:17 +01:00
storage.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
storage_wasm.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00