synapse-product/synapse/storage
Richard van der Hoff f29b41fde9
Merge pull request #3324 from matrix-org/rav/remove_dead_method
Remove was_forgotten_at
2018-06-04 18:18:08 +01:00
..
engines
schema remove unnecessary INSERT 2018-06-01 10:50:40 +01:00
util
__init__.py Tighter filtering for user_daily_visits 2018-05-18 17:10:35 +01:00
_base.py update metrics to be in seconds 2018-05-28 19:10:27 +10:00
account_data.py
appservice.py
background_updates.py
client_ips.py replace some iteritems with six 2018-05-19 17:59:26 +02:00
deviceinbox.py
devices.py replace some iteritems with six 2018-05-19 17:59:26 +02:00
directory.py
end_to_end_keys.py replace some iteritems with six 2018-05-19 17:59:26 +02:00
event_federation.py
event_push_actions.py replace some iteritems with six 2018-05-19 17:59:26 +02:00
events_worker.py Misc. py3 fixes 2018-05-24 20:20:33 +02:00
events.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
filtering.py Misc. py3 fixes 2018-05-24 20:20:33 +02:00
group_server.py
keys.py add remaining memoryview changes 2018-05-29 17:42:43 +02:00
media_repository.py
openid.py
prepare_database.py bump version 2018-05-29 17:47:28 +01:00
presence.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
profile.py
push_rule.py
pusher.py
receipts.py Handle RRs which arrive before their events 2018-06-01 14:01:43 +01:00
registration.py Merge pull request #3264 from matrix-org/neil/sign-up-stats 2018-06-01 13:42:01 +00:00
rejections.py
room.py
roommember.py Remove was_forgotten_at 2018-06-01 18:21:49 +01:00
search.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00
signatures.py use memoryview in py3 2018-05-29 17:14:34 +02:00
state.py Add hacky cache factor override system 2018-06-04 15:39:28 +01:00
stream.py Remove unused string formatting param 2018-05-22 18:24:32 +01:00
tags.py
transactions.py add remaining memoryview changes 2018-05-29 17:42:43 +02:00
user_directory.py Consistently use six's iteritems and wrap lazy keys/values in list() if they're not meant to be lazy (#3307) 2018-05-31 19:03:47 +10:00