MatrixSynapse/synapse/rest
Paul "LeoNerd" Evans 572a1ca42a Remember also to UTF-8 decode bytes in room alias names in directory server URLs 2014-11-18 18:06:35 +00:00
..
__init__.py
admin.py
base.py Add an EventValidator. Fix bugs in auth ++ storage 2014-11-10 18:25:42 +00:00
directory.py Remember also to UTF-8 decode bytes in room alias names in directory server URLs 2014-11-18 18:06:35 +00:00
events.py Use state groups to get current state. Make join dance actually work. 2014-10-17 18:56:42 +01:00
initial_sync.py
login.py
presence.py Make sure to return an empty JSON object ({}) from presence PUT/POST requests rather than an empty string ("") because most deserialisers won't like the latter 2014-10-14 16:48:15 +01:00
profile.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00
register.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00
room.py Remember to URL decode the room_id in room initialSync 2014-11-18 17:44:55 +00:00
transactions.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00
voip.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00