4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-01-13 19:06:34 +00:00
dendrite/roomserver/internal/input
Neil Alexander 98a5e410d7
Per-room consumers ()
* Roomserver input refactoring — again!

* Ensure the actor runs again

* Preserve consumer after unsubscribe

* Another sprinkling of magic

* Rename `TopicFor` to `Prefixed`

* Recreate the stream if the config is bad

* Check streams too

* Prefix subjects, preserve inboxes

* Recreate if subjects wrong

* Remove stream subject

* Reconstruct properly

* Fix mutex unlock

* Comments

* Fix tests

* Don't drop events

* Review comments

* Separate `queueInputRoomEvents` function

* Re-jig control flow a bit
2022-03-23 10:20:18 +00:00
..
input_events.go Mark soft-failed events as rejected in roomserver_events () 2022-03-04 15:27:10 +00:00
input_latest_events.go Don't send adds_state_events in roomserver output events anymore () 2022-03-07 17:17:16 +00:00
input_membership.go Fix transaction issues in events table in PSQL () 2022-02-10 09:30:16 +00:00
input_missing.go Update Events call-sites which now don't return an error, update parsedRespState to sort () 2022-02-28 14:51:40 +00:00
input_test.go Ensure only one transaction is used for RS input per room () 2022-02-11 17:40:14 +00:00
input.go Per-room consumers () 2022-03-23 10:20:18 +00:00