summary refs log tree commit diff
path: root/synapse/module_api/errors.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and additions to the module APIRichard van der Hoff2020-01-121-0/+18
Add some useful things, such as error types and logcontext handling, to the API. Make `hs` a private member to dissuade people from using it (hopefully they aren't already). Add a couple of new methods (`record_user_external_id` and `generate_short_term_login_token`).