This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
MatrixSynapse
mirror of
https://github.com/matrix-org/synapse
Watch
1
Star
0
Fork
You've already forked MatrixSynapse
0
Code
Issues
Releases
Wiki
Activity
9820665597
MatrixSynapse
/
synapse
/
handlers
History
Richard van der Hoff
6da861ae69
`_process_received_pdu`: Improve exception handling (
#13145
)
...
`_check_event_auth` is expected to raise `AuthError`s, so no need to log it again.
2022-07-01 10:52:10 +01:00
..
ui_auth
…
__init__.py
…
account.py
…
account_data.py
…
account_validity.py
…
admin.py
…
appservice.py
…
auth.py
Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (
#12986
)
2022-06-14 09:12:08 -04:00
cas.py
…
deactivate_account.py
…
device.py
Use new `device_list_changes_in_room` table when getting device list changes (
#13045
)
2022-06-17 11:42:03 +01:00
devicemessage.py
…
directory.py
…
e2e_keys.py
…
e2e_room_keys.py
…
event_auth.py
Move some event auth checks out to a different method (
#13065
)
2022-06-15 19:48:22 +01:00
events.py
…
federation.py
…
federation_event.py
`_process_received_pdu`: Improve exception handling (
#13145
)
2022-07-01 10:52:10 +01:00
identity.py
…
initial_sync.py
…
message.py
Don't process /send requests for users who have hit their ratelimit (
#13134
)
2022-06-30 09:22:40 -07:00
oidc.py
Move the "email unsubscribe" resource, refactor the macaroon generator & simplify the access token verification logic. (
#12986
)
2022-06-14 09:12:08 -04:00
pagination.py
…
password_policy.py
…
presence.py
…
profile.py
…
push_rules.py
…
read_marker.py
…
receipts.py
…
register.py
Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (
#13021
)
2022-06-14 09:51:15 +01:00
relations.py
…
room.py
Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (
#13021
)
2022-06-14 09:51:15 +01:00
room_batch.py
…
room_list.py
Implement MSC3827: Filtering of `/publicRooms` by room type (
#13031
)
2022-06-29 17:12:45 +00:00
room_member.py
Rate limiting invites per issuer (
#13125
)
2022-06-30 09:44:47 +00:00
room_member_worker.py
…
room_summary.py
…
saml.py
…
search.py
…
send_email.py
…
set_password.py
…
sso.py
…
state_deltas.py
…
stats.py
Implement MSC3827: Filtering of `/publicRooms` by room type (
#13031
)
2022-06-29 17:12:45 +00:00
sync.py
Use new `device_list_changes_in_room` table when getting device list changes (
#13045
)
2022-06-17 11:42:03 +01:00
typing.py
…
user_directory.py
…