This website requires JavaScript.
Explore
Help
Sign In
Matrix-Mirrors
/
synapse-product
Watch
1
Star
0
Fork
0
You've already forked synapse-product
mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced
2024-12-20 04:44:22 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dcb6a37837
synapse-product
/
synapse
/
storage
/
databases
/
main
History
reivilibre
235d2916ce
Fix slow performance of
/logout
in some cases where refresh tokens are in use. The slowness existed since the initial implementation of refresh tokens. (
#12056
)
2022-02-22 13:29:04 +00:00
..
__init__.py
account_data.py
appservice.py
cache.py
censor_events.py
client_ips.py
deviceinbox.py
Fix to-device being dropped in limited sync in SQLite. (
#11966
)
2022-02-11 13:38:05 +00:00
devices.py
Optimise calculating device_list changes in
/sync
. (
#11974
)
2022-02-15 15:01:00 +00:00
directory.py
e2e_room_keys.py
end_to_end_keys.py
event_federation.py
Implement MSC3706: partial state in
/send_join
response (
#11967
)
2022-02-12 10:44:16 +00:00
event_push_actions.py
events_bg_updates.py
events_forward_extremities.py
events_worker.py
Fix 500 error with Postgres when looking backwards with the MSC3030
/timestamp_to_event
endpoint (
#12024
)
2022-02-18 12:11:18 +00:00
events.py
Fix incorrect
get_rooms_for_user
for remote user (
#11999
)
2022-02-15 14:26:28 +00:00
filtering.py
group_server.py
keys.py
lock.py
media_repository.py
metrics.py
monthly_active_users.py
openid.py
presence.py
Add type hints to
synapse/storage/databases/main
(
#11984
)
2022-02-21 16:03:06 +00:00
profile.py
purge_events.py
Add type hints to
synapse/storage/databases/main
(
#11984
)
2022-02-21 16:03:06 +00:00
push_rule.py
pusher.py
receipts.py
registration.py
Fix slow performance of
/logout
in some cases where refresh tokens are in use. The slowness existed since the initial implementation of refresh tokens. (
#12056
)
2022-02-22 13:29:04 +00:00
rejections.py
relations.py
Fix a typo in a comment.
2022-02-16 06:53:21 -05:00
room_batch.py
room.py
remote join processing: get create event from state, not auth_chain (
#12039
)
2022-02-21 19:27:35 +00:00
roommember.py
Optimise calculating device_list changes in
/sync
. (
#11974
)
2022-02-15 15:01:00 +00:00
search.py
Refactor search code to reduce function size. (
#11991
)
2022-02-15 13:47:05 +00:00
session.py
signatures.py
state_deltas.py
state.py
stats.py
stream.py
tags.py
transactions.py
ui_auth.py
user_directory.py
Add type hints to
synapse/storage/databases/main
(
#11984
)
2022-02-21 16:03:06 +00:00
user_erasure_store.py