mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
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 |
||
|---|---|---|
| .. | ||
| deltas | ||
| account_data_table.go | ||
| accounts_table.go | ||
| constraint_wasm.go | ||
| cross_signing_keys_table.go | ||
| cross_signing_sigs_table.go | ||
| device_keys_table.go | ||
| devices_table.go | ||
| key_backup_table.go | ||
| key_backup_version_table.go | ||
| key_changes_table.go | ||
| logintoken_table.go | ||
| notifications_table.go | ||
| one_time_keys_table.go | ||
| openid_table.go | ||
| profile_table.go | ||
| pusher_table.go | ||
| stale_device_lists.go | ||
| stats_table.go | ||
| storage.go | ||
| threepid_table.go | ||