dendrite/roomserver/internal
Neil Alexander a23fda6626
Update Events call-sites which now don't return an error, update parsedRespState to sort (#2227)
* Topologically sort with `SendEventWithState`, so that earlier events should satisfy auth for later ones

* Revert "Topologically sort with `SendEventWithState`, so that earlier events should satisfy auth for later ones"

This reverts commit b0cd706012b4c9b6724b11e16f19c4cb732ab286.

* Update to matrix-org/gomatrixserverlib#293

* `Events` no longer returns an error, other tweaks

* Make sure `Events` is sorted for `parsedRespState` too
2022-02-28 14:51:40 +00:00
..
helpers Relax roomserver input transactional isolation (#2224) 2022-02-23 15:41:32 +00:00
input Update Events call-sites which now don't return an error, update parsedRespState to sort (#2227) 2022-02-28 14:51:40 +00:00
perform Return ErrRoomNoExists if insufficient state is available for a buildEvent to succeed when joining a room (#2210) 2022-02-21 16:22:29 +00:00
query Ensure only one transaction is used for RS input per room (#2178) 2022-02-11 17:40:14 +00:00
alias.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
api.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00