MatrixSynapse/synapse/config
Daniel Wagner-Hall f522f50a08 Allow guests to register and call /events?room_id=
This follows the same flows-based flow as regular registration, but as
the only implemented flow has no requirements, it auto-succeeds. In the
future, other flows (e.g. captcha) may be required, so clients should
treat this like the regular registration flow choices.
2015-11-04 17:29:07 +00:00
..
__init__.py
__main__.py
_base.py
appservice.py
captcha.py
cas.py Add config option to disable password login 2015-10-22 10:37:04 +01:00
database.py
homeserver.py Add config option to disable password login 2015-10-22 10:37:04 +01:00
key.py
logger.py
metrics.py
password.py Add config option to disable password login 2015-10-22 10:37:04 +01:00
ratelimiting.py
registration.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
repository.py
saml2.py Add config option to disable password login 2015-10-22 10:37:04 +01:00
server.py
tls.py
voip.py