summary refs log tree commit diff
path: root/synapse/handlers/state_deltas.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Easy refactors of the user directory (#10789)David Robertson2021-09-101-11/+12
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-2/+12
* Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Convert user directory handler and related classes to async/await. (#7640)Patrick Cloke2020-06-051-6/+3
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* Run Black. (#5482)Amber Brown2019-06-201-1/+0
* Refactor out state delta handling into its own class (#4917)Amber Brown2019-03-251-0/+70