MatrixSynapse/synapse/rest
Kegan Dougal c099b36af3 Comment out password reset for now, until the mechanism is fully discussed (IS token auth vs HS auth) 2014-09-16 13:32:33 +01:00
..
__init__.py
base.py
directory.py Generate m.room.aliases event when the HS creates a room alias 2014-09-05 21:35:56 +01:00
events.py Correctly handle the 'age' key in events and pdus 2014-09-15 13:26:11 +01:00
initial_sync.py
login.py Comment out password reset for now, until the mechanism is fully discussed (IS token auth vs HS auth) 2014-09-16 13:32:33 +01:00
presence.py
profile.py Empty string is not a valid JSON object, so don't return them in HTTP responses. 2014-09-05 17:13:26 +01:00
register.py More helpful 400 error messages. 2014-09-15 16:05:51 +01:00
room.py Correctly handle the 'age' key in events and pdus 2014-09-15 13:26:11 +01:00
transactions.py