dendrite/clientapi/routing
Alex Chen 66bf615360
Fix transaction IDs in transaction cache have global scope (#772)
2019-08-06 23:33:53 +08:00
..
account_data.go Remove unnecessary http method checks (#747) 2019-07-18 15:40:10 +08:00
createroom.go Replace membership and visibility values with constants (#774) 2019-08-06 15:07:36 +01:00
device.go Remove unnecessary http method checks (#747) 2019-07-18 15:40:10 +08:00
directory.go Fix #661 appservice can't set aliases in its own namespace (#731) 2019-07-12 21:36:17 +08:00
filter.go Store & retrieve filters as structs rather than []byte (#436) 2019-07-25 00:08:51 +08:00
joinroom.go Replace membership and visibility values with constants (#774) 2019-08-06 15:07:36 +01:00
login.go Correctly create new device when device_id is passed to /login (#753) 2019-07-22 15:05:38 +01:00
logout.go Remove unnecessary http method checks (#747) 2019-07-18 15:40:10 +08:00
membership.go Replace membership and visibility values with constants (#774) 2019-08-06 15:07:36 +01:00
memberships.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
profile.go Replace membership and visibility values with constants (#774) 2019-08-06 15:07:36 +01:00
register.go Correctly create new device when device_id is passed to /login (#753) 2019-07-22 15:05:38 +01:00
register_test.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
room_tagging.go Implements room tagging. (#694) 2019-08-02 19:17:51 +08:00
routing.go Replace membership and visibility values with constants (#774) 2019-08-06 15:07:36 +01:00
sendevent.go Fix transaction IDs in transaction cache have global scope (#772) 2019-08-06 23:33:53 +08:00
sendtyping.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
threepid.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
voip.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
whoami.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00