forked-synapse/synapse/rest/client/v1
Erik Johnston 5a7f561a9b Fix bug where pusherpool didn't start and broke some rooms
Since we didn't instansiate the PusherPool at start time it could fail
at run time, which it did for some users.

This may or may not fix things for those users, but it should happen at
start time and stop the server from starting.
2017-07-06 17:55:51 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
admin.py Add API to quarantine media 2017-06-19 17:39:21 +01:00
base.py Clean transactions based on time. Add HttpTransactionCache tests. 2016-11-14 11:19:24 +00:00
directory.py Check that requested room_id exists 2017-04-14 23:50:59 +05:30
events.py Make synchrotron accept /events 2016-08-12 15:31:44 +01:00
initial_sync.py Support /initialSync in synchrotron worker 2016-09-21 11:46:28 +01:00
login.py Merge pull request #1997 from matrix-org/dbkr/cas_partialdownload 2017-03-15 13:52:34 +00:00
logout.py Add helper function for getting access_tokens from requests 2016-09-09 16:33:15 +01:00
presence.py Format presence events on the edges instead of reformatting them multiple times 2017-03-15 14:27:34 +00:00
profile.py admin,storage: added more administrator functionalities 2017-02-02 14:02:26 +01:00
push_rule.py Load push rules in storage layer, so that they get cached 2016-06-03 11:10:00 +01:00
pusher.py Fix bug where pusherpool didn't start and broke some rooms 2017-07-06 17:55:51 +01:00
register.py Stop putting a time caveat on access tokens 2016-11-29 16:49:41 +00:00
room.py Add more granular event send metrics 2017-05-02 14:23:26 +01:00
voip.py add setting (on by default) to support TURN for guests 2017-03-15 12:22:18 +00:00