diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-06 13:31:59 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-06 13:31:59 +0100 |
commit | 0e4393652fe00cfebd6515c4e1c6e21e05c44f75 (patch) | |
tree | aa56f2dd0ae90fcc3591484ecc37ca0747ff8fbe /CHANGES.rst | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.9.0 (diff) | |
download | synapse-0e4393652fe00cfebd6515c4e1c6e21e05c44f75.tar.xz |
Update change log to be more detailed
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 9f598a7f88..8896284972 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,20 +14,31 @@ General: Federation: * Add key distribution mechanisms for fetching public keys of unavailable - remote home servers. + remote home servers. See `Retrieving Server Keys`_ in the spec. Configuration: * Add support for multiple config files. * Add support for dictionaries in config files. -* Remove some options from the command line, they should be specified in - config files instead. +* Remove support for specifying config options on the command line, except + for: + + * ``--daemonize`` - Daemonize the home server. + * ``--manhole`` - Turn on the twisted telnet manhole service on the given + port. + * ``--database-path`` - The path to a sqlite database to use. + * ``--verbose`` - The verbosity level. + * ``--log-file`` - File to log to. + * ``--log-config`` - Python logging config file. + * ``--enable-registration`` - Enable registration for new users. Application services: * Reliably retry sending of events from Synapse to application services. * Implement API change in how application services register with home servers. +.. _`Retrieving Server Keys`: https://github.com/matrix-org/matrix-doc/blob/6f2698/specification/30_server_server_api.rst#retrieving-server-keys + Changes in synapse v0.8.1 (2015-03-18) ====================================== |