anonymousland-synapse/synapse
Richard van der Hoff 2a4b9ea233 Consistency for how verify_request.deferred is called
Define that it is run with no log context, and make sure that happens.

If we aren't careful to reset the logcontext, we can't bung the deferreds into
defer.gatherResults etc. We don't actually do that directly, but we *do*
resolve other deferreds from affected callbacks (notably the server_to_deferred
map in _start_key_lookups), and those *do* get passed into
defer.gatherResults. It turns out that this way ends up being least confusing.
2017-09-20 01:32:42 +01:00
..
api Add a config option to block all room invites (#2457) 2017-09-19 16:08:14 +01:00
app Fix user_dir startup 2017-08-16 15:11:29 +01:00
appservice
config Add a config option to block all room invites (#2457) 2017-09-19 16:08:14 +01:00
crypto Consistency for how verify_request.deferred is called 2017-09-20 01:32:42 +01:00
events PoC for filtering spammy events (#2456) 2017-09-19 12:20:11 +01:00
federation Remove redundant preserve_fn 2017-09-20 01:32:42 +01:00
handlers Add a config option to block all room invites (#2457) 2017-09-19 16:08:14 +01:00
http
metrics
push Also include the room_id 2017-09-18 15:58:38 +01:00
replication Reduce log levels in tcp replication 2017-07-11 10:04:21 +01:00
rest Add left section to /keys/changes 2017-09-08 14:44:36 +01:00
static/client
storage Invalidate signing key cache when we gat an update 2017-09-20 01:32:42 +01:00
streams
util Increase default cache factor size. 2017-07-04 09:58:32 +01:00
__init__.py Bump version and changelog 2017-07-06 18:11:22 +01:00
event_auth.py
notifier.py
python_dependencies.py Merge pull request #2288 from kyrias/bcrypt 2017-08-23 14:14:56 +01:00
server.py
server.pyi
state.py Define CACHE_SIZE_FACTOR once 2017-07-04 09:56:44 +01:00
types.py
visibility.py Don't filter out current state events from timeline 2017-09-18 17:13:03 +01:00