forked-synapse/synapse/storage
Richard van der Hoff 2db49ea476 Add some debug about processing read receipts.
I'm hoping to establish which rooms are having lots of RRs sent for them, and
how old the events are when they are sent.
2019-03-04 18:19:40 +00:00
..
engines Add database version to phonehome stats. (#4753) 2019-02-27 10:21:49 +00:00
schema Analyze user_ips before running deduplication 2019-02-12 11:55:27 +00:00
util
__init__.py Fix flake8 (#4519) 2019-01-30 10:53:17 +00:00
_base.py Limit cache invalidation replication line length (#4748) 2019-02-27 10:28:37 +00:00
account_data.py
appservice.py
background_updates.py
client_ips.py Merge pull request #4627 from matrix-org/erikj/user_ips_analyze 2019-02-12 13:05:09 +00:00
deviceinbox.py
devices.py
directory.py
e2e_room_keys.py add new endpoint to update backup versions 2019-02-06 17:57:10 -05:00
end_to_end_keys.py
event_federation.py Refactor event building into EventBuilder 2019-01-29 11:13:00 +00:00
event_push_actions.py
events_worker.py Fix infinite loop when an event is redacted in a v3 room (#4535) 2019-01-31 15:34:17 +00:00
events.py Batch cache invalidation over replication 2019-02-18 17:53:31 +00:00
filtering.py
group_server.py
keys.py
media_repository.py
monthly_active_users.py Fix UPSERTs on SQLite 3.24+ (#4477) 2019-01-28 15:43:32 +00:00
openid.py
prepare_database.py
presence.py
profile.py
push_rule.py
pusher.py
receipts.py Add some debug about processing read receipts. 2019-03-04 18:19:40 +00:00
registration.py Move /account/3pid to client_reader 2019-02-27 14:26:08 +00:00
rejections.py
room.py
roommember.py
search.py
signatures.py
state.py Add configurable room list publishing rules 2019-02-14 16:02:23 +00:00
stream.py
tags.py
transactions.py
user_directory.py Run black on user directory code (#4635) 2019-02-13 23:05:32 +11:00
user_erasure_store.py