dendrite/cmd/dendrite-demo-libp2p
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
..
storage Only store our own aliases in publicroomsapi (#1081) 2020-06-02 15:01:13 +01:00
main.go BREAKING: Make eduserver/appservice use userapi 2020-06-16 17:08:48 +01:00
mdnslistener.go s/Base64String/Base64Bytes/g (#1093) 2020-06-04 11:50:57 +01:00
p2pdendrite.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00