MatrixSynapse/synapse/rest
Erik Johnston 30bcbc433a Fix up directory server to not require uploading room hosts. Update the room hosts table with the current room hosts (if we have them) on GET. 2014-09-03 16:04:27 +01:00
..
__init__.py Renamed /public/rooms to /publicRooms 2014-08-27 14:52:07 +01:00
base.py Added basic in-memory REST transaction storage. Only the latest transaction for a given path/access_token combo is stored in order to prevent storing ALL request/response pairs. 2014-08-26 14:13:32 +01:00
directory.py Fix up directory server to not require uploading room hosts. Update the room hosts table with the current room hosts (if we have them) on GET. 2014-09-03 16:04:27 +01:00
events.py Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor 2014-08-27 14:13:06 +01:00
initial_sync.py Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor 2014-08-26 18:57:55 +01:00
login.py Support multiple login flows when deciding how to login. Updated cmdclient and spec. Webclient doesn't need updating for this. 2014-08-28 14:56:55 +01:00
presence.py Kill the state 2014-09-03 15:37:10 +01:00
profile.py URL decode user IDs for /profile REST path segments. 2014-09-03 11:05:29 +01:00
register.py Encode unicode from json as utf-8. This was required to allow people to register on my laptop 2014-08-24 11:29:29 +01:00
room.py Add ban support: /rooms/$roomid/ban with { user_id : foo } 2014-09-03 09:43:32 +01:00
transactions.py Implemented /rooms/$roomid/[invite|join|leave] with POST / PUT (incl txn ids) 2014-08-26 14:49:44 +01:00