MatrixSynapse/synapse/storage
Erik Johnston 9da84a9a1e Make AppserviceHandler stream events from database
This is for two reasons:

1. Suppresses duplicates correctly, as the notifier doesn't do any
   duplicate suppression.
2. Makes it easier to connect the AppserviceHandler to the replication
   stream.
2016-08-18 11:54:41 +01:00
..
engines
schema Make AppserviceHandler stream events from database 2016-08-18 11:54:41 +01:00
util
__init__.py Rename table. Add docs. 2016-08-15 11:45:57 +01:00
_base.py Do it in storage function 2016-08-16 17:05:34 +01:00
account_data.py
appservice.py Make AppserviceHandler stream events from database 2016-08-18 11:54:41 +01:00
background_updates.py
client_ips.py
devices.py
directory.py Add some invalidations to a cache_stream 2016-08-15 11:15:17 +01:00
end_to_end_keys.py
event_federation.py
event_push_actions.py
events.py Add missing database corruption recovery case 2016-08-14 11:50:22 -07:00
filtering.py
keys.py
media_repository.py
openid.py
prepare_database.py Add some invalidations to a cache_stream 2016-08-15 11:15:17 +01:00
presence.py Add some invalidations to a cache_stream 2016-08-15 11:15:17 +01:00
profile.py
push_rule.py
pusher.py
receipts.py
registration.py Refactor user_delete_access_tokens. Invalidate get_user_by_access_token to slaves. 2016-08-15 17:04:39 +01:00
rejections.py
room.py
roommember.py Add some invalidations to a cache_stream 2016-08-15 11:15:17 +01:00
search.py
signatures.py
state.py
stream.py
tags.py
transactions.py