dendrite/src/github.com/matrix-org/dendrite
Mark Haines 17c60759c4 Add query API for listing active invites (#196)
* Add query API for listing active invites

This lists the invites for a user in a room that could be used to
join the room over federation.

* s/Lookup/Look up/

* Fix implements comments
2017-08-23 15:08:48 +01:00
..
clientapi Add query API for listing active invites (#196) 2017-08-23 15:08:48 +01:00
cmd Implement public rooms APIs (#185) 2017-08-22 11:12:51 +01:00
common Implement public rooms APIs (#185) 2017-08-22 11:12:51 +01:00
federationapi Move setting up the api mux to outside the routing.Setup functions. (#173) 2017-08-03 15:10:39 +01:00
federationsender Make txn *sql.Tx arguments optional everywhere using a utility function (#191) 2017-08-21 17:20:23 +01:00
mediaapi Add prefixes to namespace the SQL tables. (#177) 2017-08-07 11:51:46 +01:00
publicroomsapi Implement public rooms APIs (#185) 2017-08-22 11:12:51 +01:00
roomserver Add query API for listing active invites (#196) 2017-08-23 15:08:48 +01:00
syncapi Fix sync not returning on room join (#195) 2017-08-22 14:14:37 +01:00