dendrite/cmd
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
..
client-api-proxy Separate muxes for public and internal APIs (#1056) 2020-05-22 11:43:17 +01:00
create-account Fix pg user already exists (#1076) 2020-06-01 18:34:29 +01:00
create-room-events Fix rooms v3 url paths for good - with tests (#1130) 2020-06-15 16:57:59 +01:00
dendrite-appservice-server BREAKING: Make eduserver/appservice use userapi 2020-06-16 17:08:48 +01:00
dendrite-client-api-server Make userapi responsible for checking access tokens (#1133) 2020-06-16 14:10:55 +01:00
dendrite-demo-libp2p BREAKING: Make eduserver/appservice use userapi 2020-06-16 17:08:48 +01:00
dendrite-demo-yggdrasil BREAKING: Make eduserver/appservice use userapi 2020-06-16 17:08:48 +01:00
dendrite-edu-server BREAKING: Make eduserver/appservice use userapi 2020-06-16 17:08:48 +01:00
dendrite-federation-api-server Make federationapi use userapi (#1135) 2020-06-16 14:53:19 +01:00
dendrite-federation-sender-server Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
dendrite-key-server Make userapi responsible for checking access tokens (#1133) 2020-06-16 14:10:55 +01:00
dendrite-media-api-server Fix media API for demos and possibly Synapse (#1134) 2020-06-16 14:29:11 +01:00
dendrite-monolith-server BREAKING: Make eduserver/appservice use userapi 2020-06-16 17:08:48 +01:00
dendrite-public-rooms-api-server Make userapi responsible for checking access tokens (#1133) 2020-06-16 14:10:55 +01:00
dendrite-room-server Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
dendrite-server-key-api-server Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
dendrite-sync-api-server Make syncapi use userapi (#1136) 2020-06-16 17:05:38 +01:00
dendritejs BREAKING: Make eduserver/appservice use userapi 2020-06-16 17:08:48 +01:00
federation-api-proxy Separate muxes for public and internal APIs (#1056) 2020-05-22 11:43:17 +01:00
generate-keys Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
kafka-producer Fix sarama import URLs (#856) 2020-04-22 15:26:56 +01:00
mediaapi-integration-tests Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
roomserver-integration-tests More server key updates, tests (#1129) 2020-06-16 13:11:20 +01:00
syncserver-integration-tests Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00