forked-synapse/synapse/storage
Erik Johnston fbdeb1778d Merge pull request #664 from matrix-org/erikj/public_room_list
Don't require alias in public room list.
2016-03-23 14:42:01 +00:00
..
engines
schema Comment about weird SQL 2016-03-23 14:15:32 +00:00
util Add replication stream for pushers 2016-03-15 17:33:10 +00:00
__init__.py Add replication stream for pushers 2016-03-15 17:33:10 +00:00
_base.py Make stateGroupCache honour CACHE_SIZE_FACTOR 2016-03-22 10:32:50 +00:00
account_data.py
appservice.py
background_updates.py
directory.py Bump get_aliases_for_room cache 2016-03-22 14:08:13 +00:00
end_to_end_keys.py Fix relative imports so they work in both py3 and py27 2016-03-08 11:45:50 +00:00
event_federation.py
event_push_actions.py Bump get_unread_event_push_actions_by_room_for_user cache 2016-03-22 14:18:21 +00:00
events.py Merge pull request #665 from matrix-org/erikj/dont_cache_events 2016-03-23 13:19:12 +00:00
filtering.py
keys.py Fix relative imports so they work in both py3 and py27 2016-03-08 11:45:50 +00:00
media_repository.py Fix relative imports so they work in both py3 and py27 2016-03-08 11:45:50 +00:00
prepare_database.py
presence.py
profile.py
push_rule.py s/stream_ordering/event_stream_ordering/ in push 2016-03-04 16:15:23 +00:00
pusher.py Fix a couple of errors when deleting pushers 2016-03-15 17:47:36 +00:00
receipts.py
registration.py Thats not how transactions work. 2016-03-11 16:45:27 +00:00
rejections.py
room.py Add published room list edit API 2016-03-21 15:06:07 +00:00
roommember.py Make get_invites return RoomsForUser 2016-03-23 10:32:10 +00:00
search.py
signatures.py Fix relative imports so they work in both py3 and py27 2016-03-08 11:45:50 +00:00
state.py Don't cache events in get_current_state_for_key 2016-03-23 11:42:17 +00:00
stream.py Don't cache events in get_recent_events_for_room 2016-03-23 11:42:50 +00:00
tags.py
transactions.py