dendrite/syncapi/routing
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
..
context_test.go Return state on calls to /message and lazy load members (#2218) 2022-03-01 14:39:56 +00:00
context.go Optimize /sync and history visibility (#2961) 2023-02-07 14:31:23 +01:00
filter.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
getevent.go Move /event to the SyncAPI (#2782) 2022-10-10 12:19:16 +02:00
memberships.go Refactor StoreEvent, add MaybeRedactEvent, create an EventDatabase (#2989) 2023-03-01 17:06:47 +01:00
messages.go Optimize /sync and history visibility (#2961) 2023-02-07 14:31:23 +01:00
relations.go Event relations (#2790) 2022-10-13 14:50:52 +01:00
routing.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
search.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00