dendrite/roomserver/internal/perform
Neil Alexander c1447a58e5
Various alias fixes (#1934)
* Generate m.room.canonical_alias instead of legacy m.room.aliases

* Add omitempty tags

* Add aliases endpoint to client API

* Check power levels when setting aliases

* Don't return null on /aliases

* Don't return error if the state event fails

* Update sytest-whitelist

* Don't send updated m.room.canonical_alias events

* Don't check PLs after all because for local aliases they are apparently irrelevant

* Fix some bugs

* Allow deleting a local alias with enough PL

* Fix some more bugs

* Update sytest-whitelist

* Fix copyright notices

* Review comments
2021-07-21 16:53:50 +01:00
..
perform_backfill.go
perform_forget.go
perform_inbound_peek.go
perform_invite.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
perform_join.go Move a couple of callers to helpers.IsServerCurrentlyInRoom over to the query API (#1912) 2021-07-09 17:49:59 +01:00
perform_leave.go bugfix: retire invites even when we cannot talk to the remote server to make/send_leave (#1918) 2021-07-14 10:39:17 +01:00
perform_peek.go
perform_publish.go
perform_unpeek.go