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
events.py
initial_sync.py
login.py
presence.py
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