MatrixSynapse/synapse/handlers
Mark Haines 1620578b13 Shuffle when we get the signing_key attribute.
Wait until we sign a message to get the signing key from the homeserver
config. This means that the message handler can be created without
having a signing key in the config which means that separate processes
like the pusher that don't send messages and don't need to sign them can
still access the handlers.
2016-05-11 12:20:57 +01:00
..
__init__.py
_base.py Move _create_new_client_event and handle_new_client_event out of base handler 2016-05-11 09:09:20 +01:00
account_data.py
admin.py
appservice.py
auth.py Correctly handle NULL password hashes from the database 2016-05-11 12:06:02 +01:00
directory.py
events.py
federation.py Move _create_new_client_event and handle_new_client_event out of base handler 2016-05-11 09:09:20 +01:00
identity.py
message.py Shuffle when we get the signing_key attribute. 2016-05-11 12:20:57 +01:00
presence.py
profile.py
receipts.py
register.py
room.py
room_member.py Fix typo 2016-05-11 10:35:33 +01:00
search.py
sync.py Merge pull request #759 from matrix-org/dbkr/email_notifs 2016-05-10 16:30:05 +02:00
typing.py