MatrixSynapse/synapse
Patrick Cloke aee8e6a95d
Reduce scope of exception handler. ()
Removes a bare `except Exception` clause and replaces it with
catching a specific exception around the portion that might throw.
2021-01-13 13:27:49 -05:00
..
_scripts
api Kill off `HomeServer.get_ip_from_request()` () 2021-01-12 12:48:12 +00:00
app Register the /devices endpoint on workers. () 2021-01-13 12:35:40 -05:00
appservice
config Fix validate_config on nested objects () 2021-01-08 14:23:04 +00:00
crypto
events
federation Support routing edu's to multiple instances () 2021-01-07 18:07:28 +00:00
groups
handlers Preparatory refactors of OidcHandler () 2021-01-13 10:26:12 +00:00
http Reduce scope of exception handler. () 2021-01-13 13:27:49 -05:00
logging
metrics
module_api
push
replication Allow running sendToDevice on workers () 2021-01-07 20:19:26 +00:00
res
rest Remove user's avatar URL and displayname when deactivated. () 2021-01-12 16:30:15 -05:00
server_notices
spam_checker_api
state
static
storage Register the /devices endpoint on workers. () 2021-01-13 12:35:40 -05:00
streams
util Use a chain cover index to efficiently calculate auth chain difference () 2021-01-11 16:09:22 +00:00
__init__.py 1.25.0 2021-01-13 10:19:12 +00:00
event_auth.py
notifier.py Fix "Starting metrics collection from sentinel context" errors () 2021-01-08 14:33:53 +00:00
python_dependencies.py
secrets.py
server.py Remove user's avatar URL and displayname when deactivated. () 2021-01-12 16:30:15 -05:00
types.py Add basic domain validation for `DomainSpecificString.is_valid`. () 2021-01-13 07:05:16 -05:00
visibility.py