MatrixSynapse/synapse/storage
Erik Johnston 12819d5082 Remove debug lines 2015-01-06 13:12:30 +00:00
..
schema Fix upgrade script to run all the missing deltas. 2014-12-16 15:13:34 +00:00
__init__.py Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.6.0 2014-12-16 18:35:46 +00:00
_base.py Don't do batching when getting events. 2015-01-06 13:10:27 +00:00
directory.py SYN-149: Send join event immediately after the room create event 2014-11-18 15:29:48 +00:00
event_federation.py Use _get_events_txn instead of _parse_events_txn 2014-12-16 19:16:41 +00:00
feedback.py
keys.py
media_repository.py Get the code actually working 2014-12-10 15:46:18 +00:00
presence.py
profile.py
registration.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
room.py Look for name, topic in the event content rather than the event itself when persisting room name and topic events 2014-12-19 15:16:48 +00:00
roommember.py Add RoomMemberStore.get_users_in_room, so that we can get the list of joined users without having to retrieve the full events 2015-01-06 10:55:43 +00:00
signatures.py Convert rest and handlers to use new event structure 2014-12-04 15:50:01 +00:00
state.py Remove debug lines 2015-01-06 13:12:30 +00:00
stream.py Only fetch prev_content when a client is streaming/paginating. Use transactions for event streams. 2015-01-06 13:03:23 +00:00
transactions.py Code style. 2014-12-10 10:16:09 +00:00