MatrixSynapse/synapse
Patrick Cloke ac6bfcd52f
Refactor checking restricted join rules (#10007)
To be more consistent with similar code. The check now automatically
raises an AuthError instead of passing back a boolean. It also absorbs
some shared logic between callers.
2021-05-18 12:17:04 -04:00
..
_scripts
api
app
appservice
config Remove superfluous call to bool() (#9986) 2021-05-14 10:58:57 +01:00
crypto
events
federation
groups
handlers Refactor checking restricted join rules (#10007) 2021-05-18 12:17:04 -04:00
http
logging
metrics
module_api Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
push Split multiplart email sending into a dedicated handler (#9977) 2021-05-17 12:33:38 +02:00
replication Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
res/templates
rest Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
server_notices
spam_checker_api
state
static
storage Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
streams
util Minor `@cachedList` enhancements (#9975) 2021-05-14 11:12:36 +01:00
__init__.py 1.34.0 2021-05-17 11:34:39 +01:00
event_auth.py
notifier.py
python_dependencies.py
server.py Split multiplart email sending into a dedicated handler (#9977) 2021-05-17 12:33:38 +02:00
types.py
visibility.py