anonymousland-synapse/synapse/handlers
Brendan Abolivier e19e3d452d
Improve the reliability of auto-joining remote rooms (#10237)
If a room is remote and we don't have a user in it, always try to join it. It might fail if the room is invite-only, but we don't have a user to invite with, so at this point it's the best we can do.

Fixes #10233 (at least to some extent)
2021-06-23 16:14:52 +02:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py Split multiplart email sending into a dedicated handler (#9977) 2021-05-17 12:33:38 +02:00
admin.py
appservice.py Always update AS last_pos, even on no events (#10107) 2021-06-07 15:42:05 +01:00
auth.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
cas.py
deactivate_account.py
device.py
devicemessage.py Fix m.room_key_request to-device messages (#9961) 2021-05-11 11:02:56 +01:00
directory.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
e2e_keys.py Limit the number of in-flight /keys/query requests from a single device. (#10144) 2021-06-09 07:05:32 -04:00
e2e_room_keys.py
event_auth.py Update MSC3083 support per changes in the MSC. (#10189) 2021-06-17 12:53:27 -04:00
events.py Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
federation.py Send out invite rejections and knocks over federation (#10223) 2021-06-23 12:54:50 +01:00
groups_local.py
identity.py
initial_sync.py
message.py Add endpoints for backfilling history (MSC2716) (#9247) 2021-06-22 10:02:53 +01:00
oidc.py
pagination.py
password_policy.py
presence.py Only send a presence state to a destination once (#10165) 2021-06-11 15:19:42 +01:00
profile.py
read_marker.py
receipts.py
register.py Improve the reliability of auto-joining remote rooms (#10237) 2021-06-23 16:14:52 +02:00
room_list.py Integrate knock rooms with the public rooms directory (#9359) 2021-06-09 20:31:31 +01:00
room_member_worker.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
room_member.py Add endpoints for backfilling history (MSC2716) (#9247) 2021-06-22 10:02:53 +01:00
room.py Correctly ratelimit invites when creating a room (#9968) 2021-05-12 16:05:28 +02:00
saml.py
search.py
send_email.py Split multiplart email sending into a dedicated handler (#9977) 2021-05-17 12:33:38 +02:00
set_password.py
space_summary.py Fix a missing await when in the spaces summary. (#10208) 2021-06-18 18:41:33 +01:00
sso.py Implement config option sso.update_profile_information (#10108) 2021-06-21 23:48:57 +01:00
state_deltas.py
stats.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
sync.py Ensure that we do not cache empty sync responses after a timeout (#10158) 2021-06-17 16:23:11 +01:00
typing.py
user_directory.py