summary refs log tree commit diff
path: root/synapse/app/admin_cmd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-061-12/+0
| | | The aim here is to move the command handling out of the TCP protocol classes and to also merge the client and server command handling (so that we can reuse them for redis protocol). This PR simply moves the client paths to the new `ReplicationCommandHandler`, a future PR will move the server paths too.
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-2/+1
| | | | | | | | | | * Port synapse.replication.tcp to async/await * Newsfile * Correctly document type of on_<FOO> functions as async * Don't be overenthusiastic with the asyncing....
* 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
| | | Co-Authored-By: Aaron Raimist <aaron@raim.ist>
* 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