dendrite/roomserver/internal
Neil Alexander 5c894efd0e
Roomserver perform join (#1001)
* Add PerformJoin template

* Try roomserver perform join

* Send correct server name to FS API

* Pass through content, try to handle multiple server names

* Fix local server checks

* Don't refer to non-existent error

* Add directory lookups of aliases

* Remove unneeded parameters

* Don't repeat join events into the roomserver

* Unmarshal the content, that would help

* Check if the user is already in the room in the fedeationapi too

* Return incompatible room version error

* Use Membership, don't try more servers than needed

* Review comments, make FS API take list of servernames, dedupe them, break out of loop properly on success

* Tweaks
2020-05-04 13:53:47 +01:00
..
alias.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
api.go Roomserver perform join (#1001) 2020-05-04 13:53:47 +01:00
input.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +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 Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
input_latest_events.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
input_membership.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
perform_join.go Roomserver perform join (#1001) 2020-05-04 13:53:47 +01:00
query.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
query_backfill.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
query_test.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00