LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
SynapseIdentityServer.egg-info/PKG-INFO
SynapseIdentityServer.egg-info/SOURCES.txt
SynapseIdentityServer.egg-info/dependency_links.txt
SynapseIdentityServer.egg-info/requires.txt
SynapseIdentityServer.egg-info/top_level.txt
matrix_is_test/__init__.py
matrix_is_test/launcher.py
res/vector_verification_sample.txt
res/matrix-org/invite_template.eml
res/matrix-org/invite_template.eml.j2
res/matrix-org/migration_template.eml.j2
res/matrix-org/verification_template.eml
res/matrix-org/verification_template.eml.j2
res/matrix-org/verify_response_template.html
res/vector-im/invite_template.eml
res/vector-im/invite_template.eml.j2
res/vector-im/migration_template.eml.j2
res/vector-im/verification_template.eml
res/vector-im/verification_template.eml.j2
res/vector-im/verify_response_template.html
scripts/generate-key
scripts/sydent-bind
sydent/__init__.py
sydent/sydent.py
sydent/types.py
sydent/config/__init__.py
sydent/config/_base.py
sydent/config/crypto.py
sydent/config/database.py
sydent/config/email.py
sydent/config/exceptions.py
sydent/config/general.py
sydent/config/http.py
sydent/config/sms.py
sydent/db/__init__.py
sydent/db/accounts.py
sydent/db/hashing_metadata.py
sydent/db/invite_tokens.py
sydent/db/invite_tokens.sql
sydent/db/peers.py
sydent/db/peers.sql
sydent/db/sqlitedb.py
sydent/db/terms.py
sydent/db/threepid_associations.py
sydent/db/threepid_associations.sql
sydent/db/threepid_validation.sql
sydent/db/valsession.py
sydent/hs_federation/__init__.py
sydent/hs_federation/types.py
sydent/hs_federation/verifier.py
sydent/http/__init__.py
sydent/http/auth.py
sydent/http/blacklisting_reactor.py
sydent/http/federation_tls_options.py
sydent/http/httpclient.py
sydent/http/httpcommon.py
sydent/http/httpsclient.py
sydent/http/httpserver.py
sydent/http/matrixfederationagent.py
sydent/http/srvresolver.py
sydent/http/servlets/__init__.py
sydent/http/servlets/accountservlet.py
sydent/http/servlets/authenticated_bind_threepid_servlet.py
sydent/http/servlets/authenticated_unbind_threepid_servlet.py
sydent/http/servlets/blindlysignstuffservlet.py
sydent/http/servlets/bulklookupservlet.py
sydent/http/servlets/cors_servlet.py
sydent/http/servlets/emailservlet.py
sydent/http/servlets/getvalidated3pidservlet.py
sydent/http/servlets/hashdetailsservlet.py
sydent/http/servlets/logoutservlet.py
sydent/http/servlets/lookupservlet.py
sydent/http/servlets/lookupv2servlet.py
sydent/http/servlets/msisdnservlet.py
sydent/http/servlets/pubkeyservlets.py
sydent/http/servlets/registerservlet.py
sydent/http/servlets/replication.py
sydent/http/servlets/store_invite_servlet.py
sydent/http/servlets/termsservlet.py
sydent/http/servlets/threepidbindservlet.py
sydent/http/servlets/threepidunbindservlet.py
sydent/http/servlets/versions.py
sydent/replication/__init__.py
sydent/replication/peer.py
sydent/replication/pusher.py
sydent/sms/__init__.py
sydent/sms/openmarket.py
sydent/sms/types.py
sydent/terms/__init__.py
sydent/terms/terms.py
sydent/threepid/__init__.py
sydent/threepid/bind.py
sydent/threepid/signer.py
sydent/users/__init__.py
sydent/users/accounts.py
sydent/users/tokens.py
sydent/util/__init__.py
sydent/util/emailutils.py
sydent/util/hash.py
sydent/util/ip_range.py
sydent/util/ratelimiter.py
sydent/util/stringutils.py
sydent/util/tokenutils.py
sydent/util/ttlcache.py
sydent/validators/__init__.py
sydent/validators/common.py
sydent/validators/emailvalidator.py
sydent/validators/msisdnvalidator.py
tests/test_auth.py
tests/test_blacklisting.py
tests/test_casefold_migration.py
tests/test_email.py
tests/test_invites.py
tests/test_jinja_templates.py
tests/test_msisdn.py
tests/test_ratelimiter.py
tests/test_register.py
tests/test_replication.py
tests/test_start.py
tests/test_store_invite.py
tests/test_threepidunbind.py
tests/test_util.py