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 3c01724b33
Fix the return type of send_nonmember_events. (#8112)
4 years ago
..
_scripts Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
api Convert stream database to async/await. (#8074) 4 years ago
app Change HomeServer definition to work with typing. 4 years ago
appservice Convert the SimpleHttpClient to async. (#8016) 4 years ago
config Add resources.consent conditional dependency back (#8107) 4 years ago
crypto Add a comment about SSLv23_METHOD (#8043) 4 years ago
events Add type hints to handlers.message and events.builder (#8067) 4 years ago
federation Convert stream database to async/await. (#8074) 4 years ago
groups Convert groups and visibility code to async / await. (#7951) 4 years ago
handlers Fix the return type of send_nonmember_events. (#8112) 4 years ago
http Iteratively encode JSON responses to avoid blocking the reactor. (#8013) 4 years ago
logging Fix error reporting when using `opentracing.trace` (#7961) 4 years ago
metrics Convert run_as_background_process inner function to async. (#8032) 4 years ago
module_api Convert synapse.api to async/await (#8031) 4 years ago
push Use the default templates when a custom template file cannot be found (#8037) 4 years ago
replication Add a shadow-banned flag to users. (#8092) 4 years ago
res/templates Implement login blocking based on SAML attributes (#8052) 4 years ago
rest Iteratively encode JSON responses to avoid blocking the reactor. (#8013) 4 years ago
server_notices Fix some comments and types in service notices (#7996) 4 years ago
spam_checker_api Add type hints to the spam check module (#6915) 5 years ago
state Rename database classes to make some sense (#8033) 4 years ago
static Clean-up the fallback login code. (#7657) 5 years ago
storage Fix the return type of send_nonmember_events. (#8112) 4 years ago
streams Convert streams to async. (#8014) 4 years ago
util Remove : from allowed client_secret chars (#8101) 4 years ago
__init__.py 1.19.0 4 years ago
event_auth.py Fix recursion error when fetching auth chain over federation (#7817) 4 years ago
notifier.py Fix typing for notifier (#8064) 4 years ago
python_dependencies.py Iteratively encode JSON responses to avoid blocking the reactor. (#8013) 4 years ago
secrets.py Change HomeServer definition to work with typing. 4 years ago
server.py Add comment explaining cast 4 years ago
types.py Add a shadow-banned flag to users. (#8092) 4 years ago
visibility.py Convert groups and visibility code to async / await. (#7951) 4 years ago