MatrixSynapse/synapse/handlers
Erik Johnston 2ef617bc06 Fix infinite typing bug
There's a bug somewhere that causes typing notifications to not be timed
out properly. By adding a paranoia timer and using correct inequalities
notifications should stop being stuck, even if it the root cause hasn't
been fixed.
2016-10-24 15:51:22 +01:00
..
__init__.py
_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 storage/appservice: make appservice methods only relying on the cache synchronous 2016-10-06 15:24:59 +02:00
auth.py Convert emails to lowercase when storing 2016-10-19 11:13:55 +01:00
device.py
devicemessage.py
directory.py storage/appservice: make appservice methods only relying on the cache synchronous 2016-10-06 15:24:59 +02:00
e2e_keys.py
events.py
federation.py
identity.py
initial_sync.py
message.py Fix incredubly slow back pagination query 2016-10-24 13:35:51 +01:00
presence.py
profile.py handlers/profile: added admin override for set_displayname and set_avatar_url 2016-10-06 15:24:59 +02:00
receipts.py
register.py rest/client/v1/register: use the correct requester in createUser 2016-10-06 22:12:32 +02:00
room.py Fix incredubly slow back pagination query 2016-10-24 13:35:51 +01:00
room_list.py
room_member.py
search.py
sync.py storage/appservice: make appservice methods only relying on the cache synchronous 2016-10-06 15:24:59 +02:00
typing.py Fix infinite typing bug 2016-10-24 15:51:22 +01:00