forked-synapse/synapse/handlers
2018-06-25 20:03:41 +01:00
..
__init__.py Move RoomCreationHandler out of synapse.handlers.Handlers 2018-05-17 09:08:42 +01:00
_base.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
account_data.py
admin.py
appservice.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
auth.py Pass around the reactor explicitly (#3385) 2018-06-22 09:37:10 +01:00
deactivate_account.py Merge pull request #3441 from matrix-org/erikj/redo_erasure 2018-06-25 14:37:01 +01:00
device.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
devicemessage.py
directory.py
e2e_keys.py typos 2018-06-25 17:37:16 +01:00
events.py Stub out ServerNoticesSender on the workers 2018-05-22 11:54:51 +01:00
federation.py Actually fix it 2018-06-25 20:03:41 +01:00
groups_local.py replace some iteritems with six 2018-05-19 17:59:26 +02:00
identity.py Remove run_on_reactor (#3395) 2018-06-14 18:27:37 +10:00
initial_sync.py Fix returned token is no longer a tuple 2018-05-09 15:43:00 +01:00
message.py Remove all global reactor imports & pass it around explicitly (#3424) 2018-06-25 14:08:28 +01:00
presence.py Remove all global reactor imports & pass it around explicitly (#3424) 2018-06-25 14:08:28 +01:00
profile.py Only update remote profile cache on master 2018-03-13 17:38:21 +00:00
read_marker.py
receipts.py Improve exception handling for background processes 2018-04-27 11:07:40 +01:00
register.py Remove run_on_reactor (#3395) 2018-06-14 18:27:37 +10:00
room_list.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
room_member_worker.py s/join/joined/ in notify_user_membership_change 2018-03-14 14:17:43 +00:00
room_member.py Let users leave the server notice room after joining 2018-05-25 11:07:21 +01:00
room.py Add error code to room creation error 2018-06-14 14:08:40 +02:00
search.py Also log number of events for serach context 2018-06-22 15:42:11 +01:00
set_password.py
sync.py typo 2018-06-25 17:37:16 +01:00
typing.py Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background 2018-04-27 14:31:23 +01:00
user_directory.py Pass around the reactor explicitly (#3385) 2018-06-22 09:37:10 +01:00