dendrite/clientapi/routing
mohitks 0ef94e7ad6 support non-exclusive namespaces for AS
Signed-off-by: MohitKS5 <mohitkumarsingh907@gmail.com>
2019-12-13 19:50:20 +05:30
..
account_data.go Remove unnecessary http method checks (#747) 2019-07-18 15:40:10 +08:00
auth_fallback.go Add auth fallback endpoint (#405) 2019-08-15 01:34:49 +08:00
createroom.go Replace event content types with ones in gomatrixserverlib (#785) 2019-08-16 01:45:11 +08:00
device.go Remove unnecessary http method checks (#747) 2019-07-18 15:40:10 +08:00
directory.go Add missing servers field in /directory/room/:alias response (#732) 2019-10-02 00:09:47 +08:00
filter.go Store & retrieve filters as structs rather than []byte (#436) 2019-07-25 00:08:51 +08:00
getevent.go Implement client single event retrieval (#693) 2019-08-09 17:45:54 +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 event content types with ones in gomatrixserverlib (#785) 2019-08-16 01:45:11 +08:00
memberships.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
profile.go Replace event content types with ones in gomatrixserverlib (#785) 2019-08-16 01:45:11 +08:00
register.go support non-exclusive namespaces for AS 2019-12-13 19:50:20 +05:30
register_test.go use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
room_tagging.go selectAccountDataByType return ClientEvent pointer instead of slice of ClientEvent (#798) 2019-09-30 17:25:04 +01:00
routing.go Add missing servers field in /directory/room/:alias response (#732) 2019-10-02 00:09:47 +08:00
sendevent.go Associate transactions with session IDs instead of device IDs (#789) 2019-08-24 00:55:40 +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