MatrixSynapse/synapse/rest/client/v1
David Baker 887c6e6f05 Split out the room list handler
So I can use it from federation bits without pulling in all the handlers.
2016-05-31 11:05:16 +01:00
..
__init__.py
admin.py
base.py
directory.py Add published room list edit API 2016-03-21 15:06:07 +00:00
events.py
initial_sync.py
login.py Make pyjwt dependency optional 2016-04-25 14:30:15 +01:00
logout.py
presence.py Move the presence handler out of the Handlers object 2016-05-16 18:56:37 +01:00
profile.py
push_rule.py Fix regression where synapse checked whether push rules were valid JSON before the compatibility hack that handled clients sending invalid JSON 2016-03-14 14:16:41 +00:00
pusher.py Make the /set part mandatory 2016-04-12 13:54:41 +01:00
register.py Create user with expiry 2016-05-13 15:34:15 +02:00
room.py Split out the room list handler 2016-05-31 11:05:16 +01:00
transactions.py
voip.py