0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-28 20:48:58 +02:00
synapse/synapse/api
Will Hunt 0538e3e2db
Add Retry-After to M_LIMIT_EXCEEDED error responses (#16136)
Implements MSC4041 behind an experimental configuration flag.
2023-08-24 10:40:26 -04:00
..
auth Add an admin endpoint to allow authorizing server to signal token revocations (#16125) 2023-08-22 14:15:34 +00:00
__init__.py
auth_blocking.py Factor out an is_mine_server_name method (#15542) 2023-05-05 15:06:22 +01:00
constants.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
errors.py Add Retry-After to M_LIMIT_EXCEEDED error responses (#16136) 2023-08-24 10:40:26 -04:00
filtering.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
presence.py
ratelimiting.py Fix room creation being rate limited too aggressively since Synapse v1.69.0. (#14314) 2022-10-28 11:53:34 +01:00
room_versions.py Support room version 11 (#15912) 2023-07-18 08:44:59 -04:00
urls.py