rest-api: Disable by default, betterise CHANGELOG

This commit is contained in:
Daniel Oaks 2016-11-15 08:04:34 +10:00
parent 4a22311156
commit 527841c673
2 changed files with 4 additions and 4 deletions

@ -10,8 +10,8 @@ New release of Oragono!
### Security
### Added
* Added ability to ban IP addresses and networks from the server with `DLINE`.
* Added REST API for use with web interface to manage accounts, DLINEs, etc.
* Added ability to ban IP addresses and networks from the server with the `DLINE` and `UNDLINE` commands.
* Added alpha REST API (intended primarily for use with a future web interface to manage accounts, DLINEs, etc).
### Changed
* Database upgraded to make handling accounts simpler.

@ -27,10 +27,10 @@ server:
key: tls.key
cert: tls.crt
# rest API, for use with web interface
# rest management API, for use with web interface
rest-api:
# whether the API is enabled or not
enabled: true
enabled: false
# rest API listening port
listen: "localhost:8090"