forked-synapse/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 Split out RoomMemberHandler 2016-03-31 13:08:45 +01:00
_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 copyrights 2016-01-07 04:26:29 +00:00
admin.py copyrights 2016-01-07 04:26:29 +00:00
appservice.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Correctly handle NULL password hashes from the database 2016-05-11 12:06:02 +01:00
directory.py Doc string 2016-03-22 10:41:44 +00:00
events.py Remove dead code left over from presence changes 2016-03-17 11:03:47 +00:00
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 Add missing param to the log line 2016-01-29 15:01:26 +00:00
message.py Shuffle when we get the signing_key attribute. 2016-05-11 12:20:57 +01:00
presence.py Add and use get_domian_from_id 2016-05-09 10:36:03 +01:00
profile.py changed_presencelike_data isn't observed anywhere in synapse so can be removed 2016-04-08 10:37:19 +01:00
receipts.py Add comments on min_stream_id 2016-04-07 17:09:36 +01:00
register.py Move all the wrapper functions for distributor.fire 2016-04-08 11:01:38 +01:00
room_member.py Fix typo 2016-05-11 10:35:33 +01:00
room.py Run filter_events_for_client 2016-04-27 17:50:49 +01:00
search.py Run filter_events_for_client 2016-04-27 17:50:49 +01:00
sync.py Merge pull request #759 from matrix-org/dbkr/email_notifs 2016-05-10 16:30:05 +02:00
typing.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00