anonymousland-synapse/synapse
Richard van der Hoff ef1c524bb3
Improve error msg when key-fetch fails (#5896)
There's no point doing a raise_from here, because the exception is always
logged at warn with no stacktrace in the caller. Instead, let's try to give
better messages to reduce confusion.

In particular, this means that we won't log 'Failed to connect to remote
server' when we don't even attempt to connect to the remote server due to
blacklisting.
2019-08-22 10:42:06 +01:00
..
_scripts Run Black. (#5482) 2019-06-20 19:32:02 +10:00
api Opentracing misc (#5856) 2019-08-16 16:13:25 +01:00
app Drop dependency on sdnotify (#5871) 2019-08-17 09:09:52 +01:00
appservice Refactor the Appservice scheduler code (#5886) 2019-08-20 17:42:45 +01:00
config Fix up password reset template config names (#5863) 2019-08-15 16:27:11 +01:00
crypto Improve error msg when key-fetch fails (#5896) 2019-08-22 10:42:06 +01:00
events Merge pull request #5805 from matrix-org/erikj/validate_state 2019-08-01 13:45:48 +01:00
federation Opentracing misc (#5856) 2019-08-16 16:13:25 +01:00
groups Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
handlers Merge pull request #5860 from matrix-org/erikj/update_5704_comments 2019-08-19 10:20:59 +01:00
http Opentracing misc (#5856) 2019-08-16 16:13:25 +01:00
logging Opentracing doc update (#5776) 2019-08-20 13:56:03 +01:00
metrics Support Prometheus_client 0.4.0+ (#5636) 2019-07-18 23:57:15 +10:00
module_api Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
push Remove redundant return 2019-08-13 12:50:36 +01:00
replication Bugfixes 2019-07-24 13:47:51 +01:00
res/templates Allow defining HTML templates to serve the user on account renewal 2019-08-01 11:59:27 +02:00
rest Fix up password reset template config names (#5863) 2019-08-15 16:27:11 +01:00
server_notices Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
state Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
static Add 'rel' attribute to default welcome page. (#5695) 2019-07-19 12:03:36 +01:00
storage Drop some unused tables. (#5893) 2019-08-21 13:16:28 +01:00
streams Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
util Retry well-known lookup before expiry. 2019-08-13 16:20:38 +01:00
__init__.py 1.3.1 2019-08-17 09:16:17 +01:00
event_auth.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
notifier.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
python_dependencies.py Drop dependency on sdnotify (#5871) 2019-08-17 09:09:52 +01:00
secrets.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
server.py cleanups 2019-06-27 00:37:41 +01:00
server.pyi Run Black. (#5482) 2019-06-20 19:32:02 +10:00
types.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
visibility.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00