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
David Robertson dcdd50e458
Fix mypy errors with latest canonicaljson (#13905)
2 years ago
..
_scripts Support enabling/disabling pushers (from MSC3881) (#13799) 2 years ago
api Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 2 years ago
app Fix Prometheus recording rules to not use legacy metric names. (#13718) 2 years ago
appservice Add prometheus counters for content types other than events (#13175) 2 years ago
config Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2 years ago
crypto Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child concurrent calls (#13588) 2 years ago
events Don't include redundant prev_state in new events (#13791) 2 years ago
federation Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 2 years ago
handlers Only try to backfill event if we haven't tried before recently (#13635) 2 years ago
http Fix mypy errors with latest canonicaljson (#13905) 2 years ago
logging Tag trace with instance name (#13761) 2 years ago
metrics Fix cache metrics not being updated when not using the legacy exposition module. (#13717) 2 years ago
module_api Add cache invalidation across workers to module API (#13667) 2 years ago
push Track device IDs for pushers (#13831) 2 years ago
replication Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2 years ago
res Add viewport directive to HTML templates to optimise for mobile (#13493) 2 years ago
rest Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2 years ago
server_notices Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 2 years ago
spam_checker_api Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 3 years ago
state Avoid putting rejected events in room state (#13723) 2 years ago
static Add viewport directive to HTML templates to optimise for mobile (#13493) 2 years ago
storage Only try to backfill event if we haven't tried before recently (#13635) 2 years ago
streams Instrument `/messages` for understandable traces in Jaeger (#13368) 2 years ago
util Add cache invalidation across workers to module API (#13667) 2 years ago
__init__.py Check if Rust lib needs rebuilding. (#13759) 2 years ago
event_auth.py Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 2 years ago
notifier.py Notifier: accept callbacks to fire on room joins (#13254) 2 years ago
py.typed Mark Module API error imports as re-exported and mark Synapse as containing type annotations (#11054) 3 years ago
server.py Fix error in `is_mine_id` when encountering a malformed ID (#13746) 2 years ago
types.py Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2 years ago
visibility.py Add some miscellaneous comments around sync (#13474) 2 years ago