MatrixSynapse/synapse/util
Erik Johnston 850b103b36 Implement pluggable password auth
Allows delegating the password auth to an external module. This also
moves the LDAP auth to using this system, allowing it to be removed from
the synapse tree entirely in the future.
2016-10-03 10:36:40 +01:00
..
caches Change get_pos_of_last_change to return upper bound 2016-09-15 15:12:07 +01:00
__init__.py
async.py Preserve some logcontexts 2016-08-24 11:58:40 +01:00
debug.py
distributor.py Remove registered_users from the distributor. 2016-06-17 19:14:16 +01:00
frozenutils.py
httpresourcetree.py
jsonobject.py
ldap_auth_provider.py Implement pluggable password auth 2016-10-03 10:36:40 +01:00
logcontext.py Preserve some logcontexts 2016-08-24 11:58:40 +01:00
logutils.py
manhole.py
metrics.py Only abort Measure on Exceptions 2016-08-19 18:23:45 +01:00
ratelimitutils.py
retryutils.py Fix retry utils to check if the exception is a subclass of CME 2016-07-28 10:47:02 +01:00
rlimit.py
stringutils.py
versionstring.py Add federation /version API 2016-08-05 16:36:07 +01:00
wheel_timer.py