Commit graph

4 commits

Author SHA1 Message Date
Till Faelligen 2dc7088de2 Add custom error for rejecting server notice invite 2022-02-18 10:11:55 +01:00
Till Faelligen 2e1e0c81a1 Add check for admin account
Enable server notices for CI
Return same values as Synapse
2022-02-18 09:23:58 +01:00
Kegsay 9c77022513
Make userapi responsible for checking access tokens (#1133)
* Make userapi responsible for checking access tokens

There's still plenty of dependencies on account/device DBs, but this
is a start. This is a breaking change as it adds a required config
value `listen.user_api`.

* Cleanup

* Review comments and test fix
2020-06-16 14:10:55 +01:00
Neil Alexander 9b1b095b49
Roomserver perform leave (#1004)
* First pass at PerformLeave

* Fix SQLite bulkSelectEventStateKey

* Update gomatrixserverlib

* Fix bugs

* Tidy a bit

* Satisfy King Linter

* Review comments

* Review comments

* Fix constants in SQLite event state keys table
2020-05-04 18:34:09 +01:00