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 7adcb20fc0
Add missing type hints to synapse.util (#9982)
4 years ago
..
_scripts
api Support enabling opentracing by user (#9978) 4 years ago
app Don't hammer the database for destination retry timings every ~5mins (#10036) 4 years ago
appservice
config Add missing type hints to synapse.util (#9982) 4 years ago
crypto Add `Keyring.verify_events_for_server` and reduce memory usage (#10018) 4 years ago
events Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 4 years ago
federation Don't hammer the database for destination retry timings every ~5mins (#10036) 4 years ago
groups
handlers Remove unused properties from the SpaceSummaryHandler. (#10038) 4 years ago
http Use ijson to parse the response to `/send_join`, reducing memory usage. (#9958) 4 years ago
logging Add debug logging for issue #9533 (#9959) 4 years ago
metrics Export jemalloc stats to prometheus when used (#9882) 4 years ago
module_api Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 4 years ago
push Split multiplart email sending into a dedicated handler (#9977) 4 years ago
replication Remove `keylen` from `LruCache`. (#9993) 4 years ago
res/templates Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 4 years ago
rest Remove tls_fingerprints option (#9280) 4 years ago
server_notices
spam_checker_api
state Use get_current_users_in_room from store and not StateHandler (#9910) 4 years ago
static
storage Add missing type hints to synapse.util (#9982) 4 years ago
streams
util Add missing type hints to synapse.util (#9982) 4 years ago
__init__.py 1.34.0 4 years ago
event_auth.py Improved validation for received requests (#9817) 4 years ago
notifier.py Add debug logging for issue #9533 (#9959) 4 years ago
python_dependencies.py Use ijson to parse the response to `/send_join`, reducing memory usage. (#9958) 4 years ago
server.py Split multiplart email sending into a dedicated handler (#9977) 4 years ago
types.py Make DomainSpecificString an attrs class (#9875) 4 years ago
visibility.py