dendrite/syncapi/consumers
Till 5579121c6f
Preparations for removing BaseDendrite ()
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 
- Introduces a `sqlutil.ConnectionManager`, which should remove
`base.DatabaseConnection` later on
- probably more
2023-03-17 11:09:45 +00:00
..
clientapi.go Preparations for removing BaseDendrite () 2023-03-17 11:09:45 +00:00
keychange.go Merge keyserver & userapi () 2023-02-20 14:58:03 +01:00
presence.go Fix newly joined users presence () 2022-12-08 08:25:03 +01:00
receipts.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
roomserver.go Preparations for removing BaseDendrite () 2023-03-17 11:09:45 +00:00
sendtodevice.go Merge keyserver & userapi () 2023-02-20 14:58:03 +01:00
typing.go Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
userapi.go Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00