forked-synapse/synapse/http
David Baker e9c908ebc0 Completely replace fallback auth for C/S V2:
* Now only the auth part goes to fallback, not the whole operation
 * Auth fallback is a normal API endpoint, not a static page
 * Params like the recaptcha pubkey can just live in the config
Involves a little engineering on JsonResource so its servlets aren't always forced to return JSON. I should document this more, in fact I'll do that now.
2015-04-01 15:05:30 +01:00
..
__init__.py
client.py New registration for C/S API v2. Only ReCAPTCHA working currently. 2015-03-30 18:13:10 +01:00
endpoint.py
matrixfederationclient.py Appease pep8 2015-03-12 16:24:51 +00:00
server_key_resource.py Make /keys/ return correct Server version 2015-02-18 17:32:12 +00:00
server.py Completely replace fallback auth for C/S V2: 2015-04-01 15:05:30 +01:00
servlet.py Add missing commas 2015-03-13 15:24:03 +00:00