You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/handlers
Erik Johnston e3edca3b5d Refactor to speed up incremental syncs 7 years ago
..
__init__.py Shuffle receipt handler around so that worker apps don't need to load it 8 years ago
_base.py Add per user ratelimiting overrides 8 years ago
account_data.py
admin.py admin,storage: added more administrator functionalities 8 years ago
appservice.py storage/appservice: make appservice methods only relying on the cache synchronous 8 years ago
auth.py Use an ExpiringCache for storing registration sessions 8 years ago
device.py Correctly handle leaving room in /key/changes 7 years ago
devicemessage.py Use new federation_sender DI 8 years ago
directory.py Ignore backoff history for invites, aliases, and roomdirs 8 years ago
e2e_keys.py Replace some instances of preserve_context_over_deferred 8 years ago
events.py Use state handler instead of get_users_in_room/get_joined_hosts 8 years ago
federation.py Add a config option to block all room invites (#2457) 7 years ago
identity.py Revert accidental commit 8 years ago
initial_sync.py Format presence events on the edges instead of reformatting them multiple times 8 years ago
message.py PoC for filtering spammy events (#2456) 7 years ago
presence.py Make presence use cached users/hosts in room 8 years ago
profile.py Add per user ratelimiting overrides 8 years ago
read_marker.py m.read_marker -> m.fully_read (#2128) 8 years ago
receipts.py Don't recreate so many sets 8 years ago
register.py Modify condition on empty localpart 8 years ago
room.py Change to create new room and join other users 8 years ago
room_list.py Comments 8 years ago
room_member.py Add a config option to block all room invites (#2457) 7 years ago
search.py move filter_events_for_client out of base handler 9 years ago
sync.py Refactor to speed up incremental syncs 7 years ago
typing.py Fix typing tests 8 years ago
user_directory.py Make some more params configurable 8 years ago