MatrixSynapse/synapse/rest/client
Shay 8af3f33d84
Fix endpoint improperly declaring support for MSC3814 (#16068)
2023-08-07 10:52:15 -07:00
..
__init__.py
_base.py
account.py Refactor config to be an experimental feature 2023-05-30 09:43:06 -04:00
account_data.py Error if attempting to set m.push_rules account data, per MSC4010. (#15555) 2023-05-09 10:34:10 -04:00
account_validity.py
appservice_ping.py Stabilize MSC2659 support for AS ping endpoint. (#15528) 2023-05-09 15:02:36 -04:00
auth.py
capabilities.py Implement stable support for MSC3882 to allow an existing device/session to generate a login token for use on a new device/session (#15388) 2023-06-01 08:52:51 -04:00
devices.py Fix endpoint improperly declaring support for MSC3814 (#16068) 2023-08-07 10:52:15 -07:00
directory.py Load `/directory/room/{roomAlias}` endpoint on workers (#15333) 2023-04-14 10:24:06 +01:00
events.py
filter.py `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `profiles` and `user_filters` (#15649) 2023-06-02 17:24:13 -07:00
initial_sync.py
keys.py Refactor config to be an experimental feature 2023-05-30 09:43:06 -04:00
knock.py
login.py Add login spam checker API (#15838) 2023-06-26 14:12:20 +00:00
login_token_request.py Implement stable support for MSC3882 to allow an existing device/session to generate a login token for use on a new device/session (#15388) 2023-06-01 08:52:51 -04:00
logout.py Refactor config to be an experimental feature 2023-05-30 09:43:06 -04:00
models.py
mutual_rooms.py Update Mutual Rooms (MSC2666) implementation (#15621) 2023-05-18 12:49:12 -04:00
notifications.py
openid.py
password_policy.py
presence.py
profile.py
push_rule.py Error if attempting to set m.push_rules account data, per MSC4010. (#15555) 2023-05-09 10:34:10 -04:00
pusher.py
read_marker.py
receipts.py
register.py Stop accepting 'user' parameter for application service registration. (#15928) 2023-07-13 07:23:56 -04:00
relations.py Initial implementation of MSC3981: recursive relations API (#15315) 2023-05-02 07:59:55 -04:00
rendezvous.py
report_event.py
room.py Support room version 11 (#15912) 2023-07-18 08:44:59 -04:00
room_keys.py
room_upgrade_rest_servlet.py Add ability to wait for locks and add locks to purge history / room deletion (#15791) 2023-07-31 10:58:03 +01:00
sendtodevice.py
sync.py `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `profiles` and `user_filters` (#15649) 2023-06-02 17:24:13 -07:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py Stabilize support for MSC3970: updated transaction semantics (scope to `device_id`) (#15629) 2023-08-04 07:47:18 -04:00
user_directory.py
versions.py Remove experimental MSC2716 implementation to incrementally import history into existing rooms (#15748) 2023-06-16 14:12:24 -05:00
voip.py