dendrite/roomserver/internal/input
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
..
input_events_test.go Fix outliers whose auth_events are in a different room are correctly rejected (#2791) 2022-10-14 09:14:54 +02:00
input_events.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
input_latest_events.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
input_membership.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
input_missing.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
input_test.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
input.go Refactor StoreEvent and create a new RoomDatabase interface (#2985) 2023-02-24 09:40:20 +01:00