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
cbf350db63
MatrixSynapse
/
synapse
/
handlers
History
Erik Johnston
cdd985c64f
Only send a presence state to a destination once (
#10165
)
...
It turns out that we were sending the same presence state to a remote potentially multiple times.
2021-06-11 15:21:08 +01: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
acme.py
…
acme_issuing_service.py
…
admin.py
…
appservice.py
Always update AS last_pos, even on no events (
#10107
)
2021-06-07 15:42:05 +01:00
auth.py
Change the format of access tokens away from macaroons (
#5588
)
2021-05-12 15:04:51 +01:00
cas.py
…
deactivate_account.py
…
device.py
…
devicemessage.py
…
directory.py
…
e2e_keys.py
…
e2e_room_keys.py
…
event_auth.py
Allow a user who could join a restricted room to see it in spaces summary. (
#9922
)
2021-05-20 11:10:36 -04:00
events.py
…
federation.py
Handle /backfill returning no events (
#10133
)
2021-06-08 10:37:01 +01:00
groups_local.py
…
identity.py
…
initial_sync.py
…
message.py
…
oidc.py
…
pagination.py
…
password_policy.py
…
presence.py
Only send a presence state to a destination once (
#10165
)
2021-06-11 15:21:08 +01:00
profile.py
…
read_marker.py
…
receipts.py
…
register.py
Change the format of access tokens away from macaroons (
#5588
)
2021-05-12 15:04:51 +01:00
room.py
Correctly ratelimit invites when creating a room (
#9968
)
2021-05-12 16:05:28 +02:00
room_list.py
…
room_member.py
Refactor checking restricted join rules (
#10007
)
2021-05-18 12:17:04 -04:00
room_member_worker.py
…
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
Do not show invite-only rooms in spaces summary (unless joined/invited). (
#10109
)
2021-06-02 11:31:41 -04:00
sso.py
…
state_deltas.py
…
stats.py
…
sync.py
Delete completes to-device messages earlier in /sync (
#10124
)
2021-06-07 09:19:06 +01:00
typing.py
…
user_directory.py
…