mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 13:06:37 -05:00
This removes the magic allowing accessing configurable variables directly from the config object. It is now required that a specific configuration class is used (e.g. `config.foo` must be replaced with `config.server.foo`). |
||
|---|---|---|
| .. | ||
| export_signing_key | ||
| generate_config | ||
| generate_log_config | ||
| generate_signing_key.py | ||
| hash_password | ||
| move_remote_media_to_new_store.py | ||
| register_new_matrix_user | ||
| synapse_port_db | ||
| synapse_review_recent_signups | ||
| sync_room_to_group.pl | ||
| update_synapse_database | ||