Andrew Morgan 918c74bfb5 Add a `MXCUri` class to make working with mxc uri's easier. (#13162) 1 year ago
..
_scripts cdbb641232 Add receipts event stream ordering (#13703) 1 year ago
api eaed4e6113 Remove unused method in `synapse.api.auth.Auth`. (#13795) 1 year ago
app 526f84bc2e Fix Prometheus recording rules to not use legacy metric names. (#13718) 1 year ago
appservice 3371e1abcb Add prometheus counters for content types other than events (#13175) 1 year ago
config b7e4bfd005 Fix a bug where Synapse fails to start if a signing key file contains an empty line. (#13738) 1 year ago
crypto 7af07f9716 Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child concurrent calls (#13588) 1 year ago
events c2fe48a6ff Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 1 year ago
federation 21687ec189 Fix a long-standing spec compliance bug where Synapse would accept a trailing slash on the end of `/get_missing_events` federation requests. (#13789) 1 year ago
handlers 957e3d74fc Keep track when we try and fail to process a pulled event (#13589) 1 year ago
http b58386e37e A second batch of Pydantic models for rest/client/account.py (#13687) 1 year ago
logging a911ffb42c Tag trace with instance name (#13761) 1 year ago
metrics cf11919ddd Fix cache metrics not being updated when not using the legacy exposition module. (#13717) 1 year ago
module_api 026ac4486c Update module API "update room membership" method to allow for remote joins (#13441) 1 year ago
push 666ae87729 Update event push action and receipt tables to support threads. (#13753) 1 year ago
replication 32fc3b7ba4 Remove configuration options for direct TCP replication. (#13647) 1 year ago
res 4390121684 Add viewport directive to HTML templates to optimise for mobile (#13493) 1 year ago
rest 918c74bfb5 Add a `MXCUri` class to make working with mxc uri's easier. (#13162) 1 year ago
server_notices d58615c82c Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 1 year ago
spam_checker_api 8fd87739bf Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 2 years ago
state 42b11d5565 Remove cached wrap on `_get_joined_users_from_context` method (#13569) 1 year ago
static 4390121684 Add viewport directive to HTML templates to optimise for mobile (#13493) 1 year ago
storage 957e3d74fc Keep track when we try and fail to process a pulled event (#13589) 1 year ago
streams 92d21faf12 Instrument `/messages` for understandable traces in Jaeger (#13368) 1 year ago
util cf65433de2 Fix a memory leak when running the unit tests. (#13798) 1 year ago
__init__.py ebfeac7c5d Check if Rust lib needs rebuilding. (#13759) 1 year ago
event_auth.py c2fe48a6ff Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 1 year ago
notifier.py 0eb7e69768 Notifier: accept callbacks to fire on room joins (#13254) 1 year ago
py.typed 2a2b189130 Mark Module API error imports as re-exported and mark Synapse as containing type annotations (#11054) 2 years ago
server.py 8ef0c8ff14 Fix error in `is_mine_id` when encountering a malformed ID (#13746) 1 year ago
types.py d3d9ca156e Cancel the processing of key query requests when they time out. (#13680) 1 year ago
visibility.py 51c01d450a Add some miscellaneous comments around sync (#13474) 1 year ago