MatrixSynapse/synapse/rest
Matthew Hodgson aed62a3583 track replication destination health, and perform exponential back-off when sending transactions. does *not* yet retry transactions, but drops them on the floor if waiting for a server to recover. 2014-12-07 02:26:07 +00:00
..
__init__.py
admin.py
base.py
directory.py Remember also to UTF-8 decode bytes in room alias names in directory server URLs 2014-11-18 18:06:35 +00:00
events.py Fix pep8 codestyle warnings 2014-11-20 17:26:36 +00:00
initial_sync.py
login.py
presence.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
profile.py
register.py Fix pep8 and pyflakes warnings 2014-11-20 18:00:10 +00:00
room.py Allow GET /room/:room_id/messages without 'limit' parameter to default to 10 2014-12-02 18:01:16 +00:00
transactions.py track replication destination health, and perform exponential back-off when sending transactions. does *not* yet retry transactions, but drops them on the floor if waiting for a server to recover. 2014-12-07 02:26:07 +00:00
voip.py