dendrite/clientapi/routing
Neil Alexander eb0efa4636
Cross-signing groundwork (#1953)
* Cross-signing groundwork

* Update to matrix-org/gomatrixserverlib#274

* Fix gobind builds, which stops unit tests in CI from yelling

* Some changes from review comments

* Fix build by passing in UIA

* Update to matrix-org/gomatrixserverlib@bec8d22

* Process master/self-signing keys from devices call

* nolint

* Enum-ify the key type in the database

* Process self-signing key too

* Fix sanity check in device list updater

* Fix check

* Fix sytest, hopefully

* Fix build
2021-08-04 17:56:29 +01:00
..
account_data.go Use NotFound instead of Forbidden for missing account data (#1872) 2021-06-14 14:06:14 +01:00
admin_whois.go
aliases.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
auth_fallback.go
capabilities.go
createroom.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
deactivate.go Read the right username field when performing account deactivation (#1954) 2021-08-02 13:11:23 +01:00
device.go
directory_public_test.go
directory_public.go
directory.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
getevent.go Send events to appservice based on room membership (#1680) 2021-03-03 16:27:44 +00:00
joinroom.go
key_backup.go Key Backups (3/3) : Implement querying keys and various bugfixes (#1946) 2021-07-27 19:29:32 +01:00
key_crosssigning.go Cross-signing groundwork (#1953) 2021-08-04 17:56:29 +01:00
keys.go Cross-signing groundwork (#1953) 2021-08-04 17:56:29 +01:00
leaveroom.go
login.go
logout.go
membership.go Fix failing ban tests (#1884) 2021-07-19 18:33:05 +01:00
memberships.go Don't send null in joined_rooms response (#1659) 2020-12-18 13:33:08 +00:00
openid.go Implement OpenID module (#599) (#1812) 2021-04-07 13:26:20 +01:00
password.go
peekroom.go Peeking updates (#1607) 2020-12-03 11:11:46 +00:00
profile.go Increase gocyclo complexity to 25 (and remove all but 2 golint directives related to it) (#1783) 2021-03-03 14:35:57 +00:00
rate_limiting.go
receipt.go
redaction.go
register_secret_test.go Implement /_synapse/admin/v1/register (#1911) 2021-07-09 16:52:31 +01:00
register_secret.go Implement /_synapse/admin/v1/register (#1911) 2021-07-09 16:52:31 +01:00
register_test.go
register.go Implement /_synapse/admin/v1/register (#1911) 2021-07-09 16:52:31 +01:00
room_tagging.go
routing.go Cross-signing groundwork (#1953) 2021-08-04 17:56:29 +01:00
sendevent.go Add CS sendevent metrics 2020-12-17 10:52:31 +00:00
sendtodevice.go
sendtyping.go
state.go Increase gocyclo complexity to 25 (and remove all but 2 golint directives related to it) (#1783) 2021-03-03 14:35:57 +00:00
threepid.go
userdirectory.go
voip.go
whoami.go