MatrixSynapse/synapse/rest/client/v2_alpha
Richard van der Hoff 318711e139 Set Server header in SynapseRequest
(instead of everywhere that writes a response. Or rather, the subset of places
which write responses where we haven't forgotten it).

This also means that we don't have to have the mysterious version_string
attribute in anything with a request handler.

Unfortunately it does mean that we have to pass the version string wherever we
instantiate a SynapseSite, which has been c&ped 150 times, but that is code
that ought to be cleaned up anyway really.
2018-05-10 18:50:27 +01:00
..
__init__.py
_base.py
account.py
account_data.py
auth.py Set Server header in SynapseRequest 2018-05-10 18:50:27 +01:00
devices.py
filter.py
groups.py Use "/settings/" (plural) 2018-04-05 14:07:16 +01:00
keys.py
notifications.py notifications: Convert next_token to string according to the spec 2018-05-05 12:55:02 +03:00
openid.py
read_marker.py
receipts.py
register.py Construct HMAC as bytes on py3 2018-04-29 00:19:41 +02:00
report_event.py
sendtodevice.py
sync.py Replace some ujson with simplejson to make it work 2018-03-16 00:27:09 +00:00
tags.py
thirdparty.py
tokenrefresh.py
user_directory.py