dendrite/clientapi/routing
Kegsay 1d72ce8b7a
Implement claiming one-time keys locally (#1210)
* Add API shape for claiming keys

* Implement claiming one-time keys locally

Fairly boring, nothing too special going on.
2020-07-21 14:47:53 +01:00
..
account_data.go
auth_fallback.go
capabilities.go
createroom.go Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
device.go Add User-Interactive Authentication (#1193) 2020-07-10 00:39:44 +01:00
directory.go
directory_public.go
directory_public_test.go
getevent.go
joinroom.go
keys.go Implement claiming one-time keys locally (#1210) 2020-07-21 14:47:53 +01:00
leaveroom.go
login.go Add User-Interactive Authentication (#1193) 2020-07-10 00:39:44 +01:00
logout.go
membership.go Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
memberships.go
profile.go
redaction.go Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
register.go
register_test.go
room_tagging.go
routing.go Implement claiming one-time keys locally (#1210) 2020-07-21 14:47:53 +01:00
sendevent.go Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
sendtodevice.go
sendtyping.go
state.go
threepid.go
voip.go
whoami.go