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 c3e4edb4d6
Stabilize the threads API. (#14175)
2 years ago
..
_scripts Add an API for listing threads in a room. (#13394) 2 years ago
api Use stable identifiers for MSC3771 & MSC3773. (#14050) 2 years ago
app Mark /relations endpoint as usable on workers. (#14028) 2 years ago
appservice Send the appservice access token as a header. (#13996) 2 years ago
config Stabilize the threads API. (#14175) 2 years ago
crypto Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child concurrent calls (#13588) 2 years ago
events fix: Push notifications for invite over federation (#13719) 2 years ago
federation Correct field name for stripped state events when knocking. `knock_state_events` -> `knock_room_state` (#14102) 2 years ago
handlers Add an API for listing threads in a room. (#13394) 2 years ago
http Indicate what endpoint came back with a JSON response we were unable to parse (#14097) 2 years ago
logging Update mypy and mypy-zope, attempt 3 (#13993) 2 years ago
metrics Catch BrokenPipeError from metrics server, and log as a warning (#14072) 2 years ago
module_api Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API. (#13842) 2 years ago
push Return the main timeline for events which are not part of a thread. (#14140) 2 years ago
replication Batch up notifications after event persistence (#14033) 2 years ago
res Add viewport directive to HTML templates to optimise for mobile (#13493) 2 years ago
rest Stabilize the threads API. (#14175) 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 Prepatory work for batching events to send (#13487) 2 years ago
static Add viewport directive to HTML templates to optimise for mobile (#13493) 2 years ago
storage Properly invalidate get_thread_id cache. (#14163) 2 years ago
streams Remove support for the unstable dir flag on relations. (#14106) 2 years ago
util Making parse_server_name more consistent (#14007) 2 years ago
__init__.py Parse SYNAPSE_ASYNC_IO_REACTOR env variable & log the reactor on startup (#14092) 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 Batch up notifications after event persistence (#14033) 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 Skip filtering during push if there are no push actions (#13992) 2 years ago