dendrite/clientapi/auth/storage/devices
Kegan Dougal e6bac4a438 BREAKING: Make eduserver/appservice use userapi
This is a breaking change because this PR restructures how the AS API
tracks its position in Kafka streams. Previously, it used the account DB
to store partition offsets. However, this is also being used by `clientapi`
for the same purpose, which is bad (each component needs to store offsets
independently or else you might lose messages across restarts). This PR
changes this behaviour to now store partition offsets in the `appservice`
database.

This means that:
 - Upon restart, the `appservice` component will attempt to replay all
   room events from the beginning of time.
 - An additional table will be created in the appservice database, which
   in and of itself is backwards compatible.
2020-06-16 17:08:48 +01:00
..
postgres Make userapi responsible for checking access tokens (#1133) 2020-06-16 14:10:55 +01:00
sqlite3 Make userapi responsible for checking access tokens (#1133) 2020-06-16 14:10:55 +01:00
interface.go BREAKING: Make eduserver/appservice use userapi 2020-06-16 17:08:48 +01:00
storage.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
storage_wasm.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00