MatrixSynapse/synapse/storage
David Baker d19e79ecc9 Make deleting other access tokens when you change your password actually work 2015-03-24 15:33:48 +00:00
..
schema Schema change as delta in v14 2015-03-06 14:11:49 +00:00
__init__.py Remember the 'last seen' time for a given user/IP/device combination and only bother INSERTing another if it's stale 2015-03-20 18:25:49 +00:00
_base.py Pull out the cache logic from the @cached wrapper into its own class we can reuse 2015-03-20 18:25:42 +00:00
appservice.py Add a description to storage layer's _execute_and_decode() 2015-03-11 17:08:57 +00:00
directory.py Put a cache on get_aliases_for_room 2015-03-20 19:21:13 +00:00
event_federation.py Clean out event_forward_extremities table when the server rejoins the room 2015-03-18 11:19:47 +00:00
events.py Merge branch 'develop' of github.com:matrix-org/synapse into store_rearrangement 2015-03-20 16:02:47 +00:00
filtering.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
keys.py Appease pep8 2015-03-11 17:32:43 +00:00
media_repository.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
presence.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
profile.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
push_rule.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
pusher.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
registration.py Make deleting other access tokens when you change your password actually work 2015-03-24 15:33:48 +00:00
rejections.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
room.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
roommember.py Give sensible names for '_simple_...' transactions 2015-03-20 15:59:18 +00:00
signatures.py Update copyright notices 2015-01-06 13:21:39 +00:00
state.py Rearrange storage modules 2015-03-20 14:11:38 +00:00
stream.py Merge branch 'develop' of github.com:matrix-org/synapse into store_rearrangement 2015-03-20 16:02:47 +00:00
transactions.py Start removing Tables 2015-03-20 15:05:44 +00:00