summary refs log tree commit diff
path: root/synapse/app/admin_cmd.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-0/+1
* Directly import json from the standard library. (#8259)Patrick Cloke2020-09-081-2/+1
* Convert the main methods run by the reactor to async. (#8213)Patrick Cloke2020-09-021-11/+9
* Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-061-12/+0
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-2/+1
* Port some admin handlers to async/await (#6559)Erik Johnston2019-12-191-2/+4
* Remove database config parsing from apps.Erik Johnston2019-12-101-5/+0
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-2/+2
* Remove pointless descriptionErik Johnston2019-07-161-1/+0
* Fix typo in synapse/app/admin_cmd.pyErik Johnston2019-07-161-1/+1
* s/exfiltrate_user_data/export_user_data/Erik Johnston2019-07-151-1/+1
* Add FileExfiltrationWriterErik Johnston2019-07-151-1/+69
* Use set_defaults(func=) styleErik Johnston2019-07-151-11/+8
* Move creation of ArgumentParser to callerErik Johnston2019-07-151-1/+3
* Fix up commentsErik Johnston2019-07-151-2/+2
* Add basic admin cmd appErik Johnston2019-07-021-0/+198