dendrite/setup
Neil Alexander ad6b902b84
Refactor appservices component (#2687)
This PR refactors the app services component. It makes the following changes:

* Each appservice now gets its own NATS JetStream consumer
* The appservice database is now removed entirely, since we just use JetStream as a data source instead
* The entire component is now much simpler and we deleted lots of lines of code 💅

The result is that it should be much lighter and hopefully much more performant.
2022-09-01 09:20:40 +01:00
..
base Fix race condition on startup (#2679) 2022-08-30 13:59:13 +02:00
config Refactor appservices component (#2687) 2022-09-01 09:20:40 +01:00
jetstream Refactor appservices component (#2687) 2022-09-01 09:20:40 +01:00
mscs /hierarchy - return public and knockable rooms for authed users (#2578) 2022-08-12 14:07:45 +01:00
process Try to recover from corrupted NATS streams in memory temporarily (#2301) 2022-03-25 12:24:21 +00:00
flags.go Add restrictions for open registration (#2402) 2022-04-29 09:31:11 +02:00
monolith.go Clean up interface definitions (#2427) 2022-05-06 12:39:26 +01:00