You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse
Patrick Cloke 74976a8e43 Merge branch 'master' into develop 4 years ago
..
_scripts Remove obsolete __future__ imports (#8337) 4 years ago
api Do not assume that account data is of the correct form. (#8454) 4 years ago
app Fix not sending events over federation when using sharded event persisters (#8536) 4 years ago
appservice Add type hints to response cache. (#8507) 4 years ago
config Increase default max_upload_size from 10M to 50M (#8502) 4 years ago
crypto Fix occasional "Re-starting finished log context" from keyring (#8398) 4 years ago
events Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_invite 4 years ago
federation Fix not sending events over federation when using sharded event persisters (#8536) 4 years ago
groups Simplify super() calls to Python 3 syntax. (#8344) 4 years ago
handlers Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_invite 4 years ago
http Don't bother responding to client requests that have already disconnected (#8465) 4 years ago
logging Enable mypy checking for unreachable code and fix instances. (#8432) 4 years ago
metrics Rewrite BucketCollector 4 years ago
module_api Allow modules to create and send events into rooms (#8479) 4 years ago
push Fix not sending events over federation when using sharded event persisters (#8536) 4 years ago
replication move DeferredCache into its own module 4 years ago
res/templates Convert additional templates to Jinja (#8444) 4 years ago
rest Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517) 4 years ago
server_notices Stop sub-classing object (#8249) 4 years ago
spam_checker_api Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) 4 years ago
state Enable mypy checking for unreachable code and fix instances. (#8432) 4 years ago
static Clean-up the fallback login code. (#7657) 5 years ago
storage Remove racey assertion in MultiWriterIDGenerator (#8530) 4 years ago
streams Make token serializing/deserializing async (#8427) 4 years ago
util Enable mypy for synapse.util.caches (#8547) 4 years ago
__init__.py 1.21.2 4 years ago
event_auth.py Ensure that event.redacts is the proper type before handling it (#8457) 4 years ago
notifier.py Fix not sending events over federation when using sharded event persisters (#8536) 4 years ago
python_dependencies.py Drop support for ancient prometheus_client (#8426) 4 years ago
secrets.py Stop sub-classing object (#8249) 4 years ago
server.py Move additional tasks to the background worker, part 4 (#8513) 4 years ago
types.py Use vector clocks for room stream tokens. (#8439) 4 years ago
visibility.py Do not assume that account data is of the correct form. (#8454) 4 years ago