0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-29 10:43:46 +02:00
dendrite/test
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
..
testrig Refactor appservices component (#2687) 2022-09-01 09:20:40 +01:00
wasm Add startup testing for Wasm Pinecone build (#1910) 2021-07-20 12:14:58 +01:00
db.go Really SKIP_NODB (#2472) 2022-05-18 15:17:23 +02:00
event.go bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) 2022-05-17 13:23:35 +01:00
http.go Complement QoL changes (#2663) 2022-08-23 13:10:29 +02:00
keyring.go bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) 2022-05-17 13:23:35 +01:00
keys.go Pinecone standalone refactoring (#2685) 2022-08-31 10:41:32 +01:00
room.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
slice.go bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466) 2022-05-17 13:23:35 +01:00
user.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00