MatrixSynapse/synapse/storage
David Baker 7642d95d5e Merge branch 'develop' into pushers 2014-12-02 13:50:05 +00:00
..
schema Merge branch 'develop' into pushers 2014-12-02 13:50:05 +00:00
__init__.py Merge branch 'develop' into pushers 2014-12-02 13:50:05 +00:00
_base.py SYN-163: Add an order by rowid to selects. 2014-11-24 10:56:36 +00:00
directory.py
event_federation.py
feedback.py
keys.py
presence.py
profile.py
pusher.py More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP pokes work or not yet but the retry semantics are pretty good. 2014-11-21 12:21:00 +00:00
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 Correctly handle the case where we get an event for an unknown room, which turns out we are actually in 2014-11-26 10:41:08 +00:00
stream.py Don't return outliers when we get recent events for rooms. 2014-11-27 16:38:50 +00:00
transactions.py