synapse-product/synapse/handlers
Richard van der Hoff 838810b76a Broaden the conditions for locally_rejecting invites
The logic for marking invites as locally rejected was all well and good, but
didn't happen when the remote server returned a 500, or wasn't reachable, or
had no DNS, or whatever.

Just expand the except clause to catch everything.

Fixes https://github.com/matrix-org/synapse/issues/761.
2017-04-21 01:31:37 +01:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py
device.py Don't recreate so many sets 2017-03-16 11:54:26 +00:00
devicemessage.py
directory.py Ignore backoff history for invites, aliases, and roomdirs 2017-03-23 12:23:22 +00:00
e2e_keys.py Merge pull request #2050 from matrix-org/rav/federation_backoff 2017-03-23 22:27:01 +00:00
events.py
federation.py Merge branch 'master' of github.com:matrix-org/synapse into develop 2017-04-11 11:13:32 +01:00
identity.py
initial_sync.py
message.py Remove spurious yield 2017-04-03 15:44:19 +01:00
presence.py Reuse get_interested_parties 2017-04-12 10:16:26 +01:00
profile.py Ignore backoff history for invites, aliases, and roomdirs 2017-03-23 12:23:22 +00:00
read_marker.py m.read_marker -> m.fully_read (#2128) 2017-04-18 17:46:15 +01:00
receipts.py Don't recreate so many sets 2017-03-16 11:54:26 +00:00
register.py
room_list.py
room_member.py Broaden the conditions for locally_rejecting invites 2017-04-21 01:31:37 +01:00
room.py
search.py
sync.py Comments 2017-03-16 13:04:07 +00:00
typing.py Don't double json encode typing replication data 2017-04-05 11:34:20 +01:00