0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-03 19:58:21 +02:00
dendrite/internal/httputil
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
..
httpapi.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
httpapi_test.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
paths.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
rate_limiting.go Rate limiting changes (#2519) 2022-06-07 14:24:04 +01:00
routing.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
routing_test.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00