dendrite/roomserver/internal
Neil Alexander 6cb1a65809
Synchronous invites (#1273)
* Refactor invites to be synchronous

* Fix synchronous invites

* Fix client API return type for send invite error

* Linter

* Restore PerformError on rsAPI.PerformInvite

* Update sytest-whitelist

* Don't override PerformError with normal errors

* Fix error passing

* Un-whitelist a couple of tests

* Update sytest-whitelist

* Try to handle multiple invite rejections better

* nolint

* Update gomatrixserverlib

* Fix /v1/invite test

* Remove replace from go.mod
2020-08-17 11:40:49 +01:00
..
alias.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
api.go Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
input.go Add PerformInvite and refactor how errors get handled (#1158) 2020-06-24 15:06:14 +01:00
input_authevents.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
input_authevents_test.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
input_events.go Use TransactionWriter in other component SQLite (#1209) 2020-07-21 15:48:21 +01:00
input_latest_events.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
input_membership.go Use memberships to determine whether to reset latest events/state on room join (#1047) 2020-05-20 18:03:06 +01:00
perform_backfill.go Roomserver API changes (#1118) 2020-06-11 19:50:40 +01:00
perform_invite.go Synchronous invites (#1273) 2020-08-17 11:40:49 +01:00
perform_join.go Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
perform_leave.go Configuration format v1 (#1230) 2020-08-10 14:18:04 +01:00
perform_publish.go Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver (#1174) 2020-07-02 15:41:18 +01:00
query.go Modify /state/{eventType}/{stateKey} to return the event at the time the user left (#1222) 2020-07-28 10:09:10 +01:00
query_test.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00