forked-synapse/synapse/handlers
Erik Johnston 78cdb72cd6
Delete stale non-e2e devices for users, take 3 (#15183)
This should help reduce the number of devices e.g. simple bots the repeatedly login rack up.

We only delete non-e2e devices as they should be safe to delete, whereas if we delete e2e devices for a user we may accidentally break their ability to receive e2e keys for a message.
2023-03-29 12:07:14 +01:00
..
ui_auth Use mypy 1.0 (#15052) 2023-02-16 16:09:11 +00:00
__init__.py
account_data.py
account_validity.py Move Account Validity callbacks to a dedicated file (#15237) 2023-03-16 10:35:31 +00:00
account.py
admin.py
appservice.py Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) 2023-03-28 18:26:27 +00:00
auth.py Make cleaning up pushers depend on the device_id instead of the token_id (#15280) 2023-03-24 11:09:39 -04:00
cas.py
deactivate_account.py
device.py Delete stale non-e2e devices for users, take 3 (#15183) 2023-03-29 12:07:14 +01:00
devicemessage.py
directory.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
e2e_keys.py Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) 2023-03-28 18:26:27 +00:00
e2e_room_keys.py
event_auth.py
events.py Make EventHandler.get_event return None when the requested event is not found (#15298) 2023-03-21 13:23:47 +00:00
federation_event.py Fix joining rooms you have been unbanned from (#15323) 2023-03-29 08:37:27 +00:00
federation.py
identity.py
initial_sync.py
message.py Fix error when sending message into deleted room. (#15235) 2023-03-21 09:13:43 +00:00
oidc.py
pagination.py
password_policy.py
presence.py
profile.py Refresh remote profiles that have been marked as stale, in order to fill the user directory. [rei:userdirpriv] (#14756) 2023-03-16 11:44:11 +00:00
push_rules.py
read_marker.py
receipts.py
register.py Delete stale non-e2e devices for users, take 3 (#15183) 2023-03-29 12:07:14 +01:00
relations.py
room_batch.py
room_list.py Use stable prefixes for MSC3827: filtering of /publicRooms by room type (#13370) 2022-07-27 19:46:57 +01:00
room_member_worker.py
room_member.py Fix joining rooms you have been unbanned from (#15323) 2023-03-29 08:37:27 +00:00
room_summary.py
room.py
saml.py
search.py
send_email.py
set_password.py
sso.py
state_deltas.py Remove HomeServer.get_datastore() (#12031) 2022-02-23 11:04:02 +00:00
stats.py
sync.py
typing.py Prune old typing notifications (#15332) 2023-03-27 14:32:36 +01:00
user_directory.py Refresh remote profiles that have been marked as stale, in order to fill the user directory. [rei:userdirpriv] (#14756) 2023-03-16 11:44:11 +00:00