MatrixSynapse/synapse/storage
Mark Haines 279c48c8b4 Write the upload portion of version 1 of the media repository 2014-12-02 17:13:14 +00:00
..
schema Write the upload portion of version 1 of the media repository 2014-12-02 17:13:14 +00:00
__init__.py Use module loggers rather than the root logger. Exceptions caused by bad clients shouldn't cause ERROR level logging. Fix sql logging to use 'repr' rather than 'str' 2014-11-20 17:10:37 +00:00
_base.py SYN-163: Add an order by rowid to selects. 2014-11-24 10:56:36 +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
feedback.py
keys.py
media_repository.py Write the upload portion of version 1 of the media repository 2014-12-02 17:13:14 +00:00
presence.py
profile.py
registration.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
room.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
roommember.py Add a few missing yields, Move deferred lists inside PreserveLoggingContext because they don't interact well with the logging contexts 2014-11-20 16:24:00 +00:00
signatures.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
state.py
stream.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
transactions.py