anonymousland-synapse/synapse/rest/client
2022-04-20 12:57:39 +01:00
..
__init__.py
_base.py
account_data.py
account_validity.py
account.py
auth.py
capabilities.py Move experimental support for MSC3440 to /versions. (#12099) 2022-02-28 18:29:09 +00:00
devices.py
directory.py
events.py
filter.py
groups.py
initial_sync.py
keys.py
knock.py
login.py Limit device_id size to 512B (#12454) 2022-04-13 10:04:01 -07:00
logout.py
mutual_rooms.py Remove mutual_rooms update_user_directory check, and add extra documentation (#12038) 2022-03-23 12:47:07 +00:00
notifications.py Use the proper serialization format when bundling aggregations. (#12090) 2022-03-03 10:43:06 -05:00
openid.py
password_policy.py
presence.py
profile.py
push_rule.py
pusher.py
read_marker.py
receipts.py
register.py
relations.py Support the v1 endpoint for /relations. (#12403) 2022-04-07 07:08:23 -04:00
report_event.py
room_batch.py Room batch: fix up handling of unknown prev_event_ids (#12316) 2022-03-29 14:56:25 +01:00
room_keys.py
room_upgrade_rest_servlet.py
room.py Implement MSC2815: allow room moderators to view redacted event content (#12427) 2022-04-20 12:57:39 +01:00
sendtodevice.py
sync.py Prevent a sync request from removing a user's busy presence status (#12213) 2022-04-13 16:21:07 +01:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py
user_directory.py Correct check_username_for_spam annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
versions.py Implement MSC2815: allow room moderators to view redacted event content (#12427) 2022-04-20 12:57:39 +01:00
voip.py