MatrixSynapse/synapse/handlers
Daniel Wagner-Hall 4e62ffdb21 Merge branch 'develop' of github.com:matrix-org/synapse into develop 2015-11-04 17:31:01 +00:00
..
__init__.py Add room context api 2015-10-28 13:45:56 +00:00
_base.py
admin.py
appservice.py Fix bug where synapse was sending AS user queries incorrectly. 2015-06-17 17:26:03 +01:00
auth.py
directory.py Disallow whitespace in aliases here too 2015-05-14 13:21:55 +01:00
events.py
federation.py Remove the LockManager class because it wasn't being used 2015-11-04 14:08:15 +00:00
identity.py Add endpoint that proxies ID server request token and errors if the given email is in use on this Home Server. 2015-08-04 14:37:09 +01:00
message.py
presence.py Fix some races in the synapse presence handler caused by not yielding on deferreds 2015-10-09 19:59:50 +01:00
private_user_data.py Inform the client of new room tags using v1 /events 2015-10-29 15:21:09 +00:00
profile.py
receipts.py Fix receipts for room initial sync 2015-10-22 16:17:23 +01:00
register.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
room.py
search.py
sync.py
typing.py