MatrixSynapse/synapse/api
Richard van der Hoff 3cf3e08a97 Implementation of server_acls
... as described at
https://docs.google.com/document/d/1EttUVzjc2DWe2ciw4XPtNpUpIl9lWXGEsy2ewDS7rtw.
2018-07-04 19:06:20 +01:00
..
__init__.py
auth.py add ip_range_whitelist parameter to limit where ASes can connect from 2018-06-28 20:32:00 +01:00
constants.py Implementation of server_acls 2018-07-04 19:06:20 +01:00
errors.py Attempt to be more performant on PyPy (#3462) 2018-06-28 14:49:57 +01:00
filtering.py Attempt to be more performant on PyPy (#3462) 2018-06-28 14:49:57 +01:00
ratelimiting.py
urls.py