0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-26 16:28:19 +02:00
dendrite/federationapi
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
..
api Relay integration to pinecone demos (#2955) 2023-01-28 23:27:53 +00:00
consumers Refactor StoreEvent, add MaybeRedactEvent, create an EventDatabase (#2989) 2023-03-01 17:06:47 +01:00
internal Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
producers Merge keyserver & userapi (#2972) 2023-02-20 14:58:03 +01:00
queue Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
routing Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
statistics Relay integration to pinecone demos (#2955) 2023-01-28 23:27:53 +00:00
storage Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
types Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00
federationapi.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
federationapi_keys_test.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
federationapi_test.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00