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
6ff34e00d9
MatrixSynapse
/
synapse
/
storage
/
databases
/
main
History
Erik Johnston
df4b1e9c74
Pass room_id to get_auth_chain_difference (
#8879
)
...
This is so that we can choose which algorithm to use based on the room ID.
2020-12-04 15:52:49 +00:00
..
schema
UIA: offer only available auth flows
2020-12-02 18:54:15 +00:00
__init__.py
…
account_data.py
…
appservice.py
Fix error handling around when completing an AS transaction (
#8693
)
2020-10-30 16:50:48 +00:00
cache.py
…
censor_events.py
…
client_ips.py
…
deviceinbox.py
…
devices.py
…
directory.py
…
e2e_room_keys.py
…
end_to_end_keys.py
Improve start time by adding index to e2e_cross_signing_keys (
#8694
)
2020-11-02 13:55:56 +00:00
event_federation.py
Pass room_id to get_auth_chain_difference (
#8879
)
2020-12-04 15:52:49 +00:00
event_push_actions.py
…
events.py
…
events_bg_updates.py
…
events_worker.py
…
filtering.py
…
group_server.py
…
keys.py
…
media_repository.py
Fix race for concurrent downloads of remote media. (
#8682
)
2020-10-30 10:55:24 +00:00
metrics.py
…
monthly_active_users.py
…
openid.py
…
presence.py
…
profile.py
…
purge_events.py
Drop (almost) unused index on event_json (
#8845
)
2020-11-30 18:44:09 +00:00
push_rule.py
…
pusher.py
…
receipts.py
Improve appservice handler to send only the most recent read receipts when no stream_id is stored. (
#8744
)
2020-11-18 18:54:09 +00:00
registration.py
UIA: offer only available auth flows
2020-12-02 18:54:15 +00:00
rejections.py
…
relations.py
…
room.py
Generalise _maybe_store_room_on_invite (
#8754
)
2020-11-13 16:24:04 +00:00
roommember.py
Speed up remote invite rejection database call (
#8815
)
2020-11-25 20:06:13 +00:00
search.py
…
signatures.py
…
state.py
…
state_deltas.py
…
stats.py
Add an admin API for users' media statistics (
#8700
)
2020-11-05 18:59:12 +00:00
stream.py
…
tags.py
…
transactions.py
…
ui_auth.py
…
user_directory.py
…
user_erasure_store.py
…