..
_scripts
Replace all remaining six usage with native Python 3 equivalents ( #7704 )
2020-06-16 08:51:47 -04:00
api
Convert stream database to async/await. ( #8074 )
2020-08-17 07:24:46 -04:00
app
Change HomeServer definition to work with typing.
2020-08-11 18:00:17 +01:00
appservice
Convert the SimpleHttpClient to async. ( #8016 )
2020-08-04 07:22:04 -04:00
config
Add resources.consent conditional dependency back ( #8107 )
2020-08-18 10:59:54 +01:00
crypto
Add a comment about SSLv23_METHOD ( #8043 )
2020-08-07 15:14:29 +01:00
events
Add type hints to handlers.message and events.builder ( #8067 )
2020-08-12 15:05:50 +01:00
federation
Convert stream database to async/await. ( #8074 )
2020-08-17 07:24:46 -04:00
groups
Convert groups and visibility code to async / await. ( #7951 )
2020-07-27 12:32:08 -04:00
handlers
Convert events worker database to async/await. ( #8071 )
2020-08-18 16:20:49 -04:00
http
Iteratively encode JSON responses to avoid blocking the reactor. ( #8013 )
2020-08-18 08:49:59 -04:00
logging
Fix error reporting when using opentracing.trace
( #7961 )
2020-07-27 16:20:24 +01:00
metrics
Convert run_as_background_process inner function to async. ( #8032 )
2020-08-06 08:20:42 -04:00
module_api
Convert synapse.api to async/await ( #8031 )
2020-08-06 08:30:06 -04:00
push
Use the default templates when a custom template file cannot be found ( #8037 )
2020-08-17 17:05:00 +01:00
replication
Separate get_current_token
into two. ( #8113 )
2020-08-19 10:39:31 +01:00
res /templates
Implement login blocking based on SAML attributes ( #8052 )
2020-08-11 16:08:10 +01:00
rest
Iteratively encode JSON responses to avoid blocking the reactor. ( #8013 )
2020-08-18 08:49:59 -04:00
server_notices
Fix some comments and types in service notices ( #7996 )
2020-07-31 16:22:06 -04:00
spam_checker_api
Convert events worker database to async/await. ( #8071 )
2020-08-18 16:20:49 -04:00
state
Convert events worker database to async/await. ( #8071 )
2020-08-18 16:20:49 -04:00
static
Clean-up the fallback login code. ( #7657 )
2020-06-10 09:50:39 -04:00
storage
Separate get_current_token
into two. ( #8113 )
2020-08-19 10:39:31 +01:00
streams
Convert streams to async. ( #8014 )
2020-08-04 07:21:47 -04:00
util
Remove : from allowed client_secret chars ( #8101 )
2020-08-18 14:14:27 +01:00
__init__.py
1.19.0
2020-08-17 14:12:46 +01:00
event_auth.py
Convert events worker database to async/await. ( #8071 )
2020-08-18 16:20:49 -04:00
notifier.py
Fix typing for notifier ( #8064 )
2020-08-12 14:03:08 +01:00
python_dependencies.py
Iteratively encode JSON responses to avoid blocking the reactor. ( #8013 )
2020-08-18 08:49:59 -04:00
secrets.py
Change HomeServer definition to work with typing.
2020-08-11 18:00:17 +01:00
server.py
Add comment explaining cast
2020-08-11 22:01:12 +01:00
types.py
Add a shadow-banned flag to users. ( #8092 )
2020-08-14 12:37:59 -04:00
visibility.py
Convert groups and visibility code to async / await. ( #7951 )
2020-07-27 12:32:08 -04:00