MatrixSynapse/synapse
Erik Johnston a46e5ef621 SYN-163: Add an order by rowid to selects.
This should fix the bug where the edges of the graph get returned in a
different order than they were inserted in, and so no get_event no
longer returned the exact same JSON as was inserted. This meant that
signature checks failed.
2014-11-24 10:56:36 +00:00
..
api Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
app Merge branch 'develop' into http_client_refactor 2014-11-20 17:49:48 +00:00
config
crypto Merge branch 'develop' into http_client_refactor 2014-11-20 17:49:48 +00:00
federation Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
handlers Return 404 M_NOT_FOUND when trying to look up a room alias that doesn't exist 2014-11-21 15:11:48 +00:00
http typos 2014-11-24 01:41:12 +00:00
rest Fix pep8 and pyflakes warnings 2014-11-20 18:00:10 +00:00
storage SYN-163: Add an order by rowid to selects. 2014-11-24 10:56:36 +00:00
streams SYN-58: Allow passing explicit limit=0 to initialSync to request no messages at all; missing still implies default 10 2014-11-20 19:33:45 +00:00
util Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
__init__.py Bump version, changelog and upgrade.rst 2014-11-19 18:00:57 +00:00
notifier.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
server.py
state.py
types.py