MatrixSynapse/synapse/rest
David Baker f1c7f8e813 Merge branch 'develop' into http_client_refactor 2014-11-20 17:49:48 +00:00
..
__init__.py
admin.py
base.py
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 Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
initial_sync.py
login.py
presence.py Add a few missing yields, Move deferred lists inside PreserveLoggingContext because they don't interact well with the logging contexts 2014-11-20 16:24:00 +00:00
profile.py
register.py Separate out the matrix http client completely because just about all of its code it now separate from the simple case we need for standard HTTP(S) 2014-11-20 17:41:56 +00:00
room.py
transactions.py
voip.py