..
engines
Optionally make committing to postgres asynchronous.
2016-06-20 17:53:38 +01:00
schema
Split up device_lists_outbound_pokes table for faster updates.
2017-06-07 11:02:38 +01:00
util
Fix assertion to stop transaction queue getting wedged
2017-03-15 12:16:55 +00:00
__init__.py
Merge pull request #2259 from matrix-org/erikj/fix_state_woes
2017-06-07 17:51:25 +01:00
_base.py
Merge pull request #2259 from matrix-org/erikj/fix_state_woes
2017-06-07 17:51:25 +01:00
account_data.py
Revert "Speed up filtering of a single event in push"
2017-05-08 13:07:41 +01:00
appservice.py
Make get_if_app_services_interested_in_user faster
2017-05-18 16:34:44 +01:00
background_updates.py
Don't create event_search index on sqlite
2017-05-11 12:46:55 +01:00
client_ips.py
Increase size of IP cache
2017-06-07 10:18:44 +01:00
deviceinbox.py
Deduplicate new deviceinbox rows for replication
2017-04-04 16:21:21 +01:00
devices.py
When pruning, delete from device_lists_outbound_last_success
2017-06-07 11:20:47 +01:00
directory.py
Add some invalidations to a cache_stream
2016-08-15 11:15:17 +01:00
end_to_end_keys.py
Remove redundant invalidation
2017-05-23 09:46:59 +01:00
event_federation.py
Add background task to clear out old event_auth
2017-05-24 15:23:34 +01:00
event_push_actions.py
User Cursor.__iter__ instead of fetchall
2017-03-23 17:53:49 +00:00
events.py
Merge pull request #2259 from matrix-org/erikj/fix_state_woes
2017-06-07 17:51:25 +01:00
filtering.py
Fail with a coherent error message if /sync?filter=
is invalid
2016-11-21 13:15:25 +00:00
keys.py
fix up some key verif docstrings
2017-03-21 13:27:50 +00:00
media_repository.py
Implement purge_media_cache admin API
2016-06-29 14:57:59 +01:00
openid.py
Add an openidish mechanism for proving to third parties that you own a given user_id
2016-05-05 13:42:44 +01:00
prepare_database.py
Add background task to clear out old event_auth
2017-05-24 15:23:34 +01:00
presence.py
Actually call invalidate
2017-03-24 13:28:20 +00:00
profile.py
Add the create_profile method back since the tests use it
2016-06-17 19:20:47 +01:00
push_rule.py
Increase size of push rule caches
2017-05-18 17:17:53 +01:00
pusher.py
Fix up docs
2017-03-31 11:19:24 +01:00
receipts.py
Fix invalidation of get_users_with_read_receipts_in_room
2017-05-19 14:38:50 +01:00
registration.py
User Cursor.__iter__ instead of fetchall
2017-03-23 17:53:49 +00:00
rejections.py
copyrights
2016-01-07 04:26:29 +00:00
room.py
Add per user ratelimiting overrides
2017-05-10 11:05:43 +01:00
roommember.py
Change is_host_joined to use current_state table
2017-06-09 10:52:26 +01:00
search.py
Remove spurious comment
2016-11-03 15:04:32 +00:00
signatures.py
User Cursor.__iter__ instead of fetchall
2017-03-23 17:53:49 +00:00
state.py
Ensure we don't use unpersisted state group as prev group
2017-06-08 11:59:57 +01:00
stream.py
Assume rooms likely haven't changed
2017-03-13 09:50:10 +00:00
tags.py
User Cursor.__iter__ instead of fetchall
2017-03-23 17:53:49 +00:00
transactions.py
Fix tests and flake8
2016-11-22 18:18:31 +00:00
user_directory.py
Handle profile updates in user directory
2017-06-01 15:39:51 +01:00