MatrixSynapse/synapse/handlers
Erik Johnston be14c24cea Fix rare notifier bug where listeners dont timeout
There was a race condition that caused the notifier to 'miss' the
timeout notification, since there were no other checks for the timeout
this caused listeners to get stuck in a loop until something happened.
2016-12-09 15:43:18 +00:00
..
__init__.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
_base.py as_user->app_service, less redundant comments, better positioned comments 2016-10-20 12:04:54 +01:00
account_data.py
admin.py
appservice.py
auth.py Merge pull request #1649 from matrix-org/dbkr/log_ui_auth_args 2016-12-05 16:40:58 +00:00
device.py
devicemessage.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00
directory.py
e2e_keys.py
events.py
federation.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
identity.py
initial_sync.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
message.py Handle sending events and device messages over federation 2016-11-17 15:48:04 +00:00
presence.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00
profile.py
receipts.py Fix ignored read-receipts 2016-12-08 12:13:01 +00:00
register.py Prevent user tokens being used as guest tokens (#1675) 2016-12-06 15:31:37 +00:00
room.py Merge pull request #653 from matrix-org/erikj/preset_guest_join 2016-12-05 17:47:14 +00:00
room_list.py
room_member.py
search.py
sync.py Fix rare notifier bug where listeners dont timeout 2016-12-09 15:43:18 +00:00
typing.py Use new federation_sender DI 2016-11-16 14:47:52 +00:00