forked from External/ergo
rest-api: Disable by default, betterise CHANGELOG
This commit is contained in:
parent
4a22311156
commit
527841c673
2 changed files with 4 additions and 4 deletions
|
|
@ -10,8 +10,8 @@ New release of Oragono!
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added ability to ban IP addresses and networks from the server with `DLINE`.
|
* Added ability to ban IP addresses and networks from the server with the `DLINE` and `UNDLINE` commands.
|
||||||
* Added REST API for use with web interface to manage accounts, DLINEs, etc.
|
* Added alpha REST API (intended primarily for use with a future web interface to manage accounts, DLINEs, etc).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* Database upgraded to make handling accounts simpler.
|
* Database upgraded to make handling accounts simpler.
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@ server:
|
||||||
key: tls.key
|
key: tls.key
|
||||||
cert: tls.crt
|
cert: tls.crt
|
||||||
|
|
||||||
# rest API, for use with web interface
|
# rest management API, for use with web interface
|
||||||
rest-api:
|
rest-api:
|
||||||
# whether the API is enabled or not
|
# whether the API is enabled or not
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
# rest API listening port
|
# rest API listening port
|
||||||
listen: "localhost:8090"
|
listen: "localhost:8090"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue