[META/MOD] Modify changelog and config page.

This commit is contained in:
lda 2024-01-05 01:04:17 +01:00
parent d53b493754
commit a089224630
Signed by: lda
GPG key ID: 6898757653ABE3E6
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,7 @@ The following endpoints were added:
### Bug Fixes & General Improvements ### Bug Fixes & General Improvements
- Use `j2s` for parsing the configuration
- Fixed a double-free in `RouteUserProfile()` that would cause errors - Fixed a double-free in `RouteUserProfile()` that would cause errors
with certain Matrix clients. (#35) with certain Matrix clients. (#35)
- Improved compatibility with NetBSD on various platforms. - Improved compatibility with NetBSD on various platforms.
@ -43,6 +44,8 @@ parsing request bodies.
### New Features ### New Features
- Implemented a `"pid"` option in the configuration, allowing Telodendria
to write its process ID to a specified file.
- Moved all administrator API endpoints to `/_telodendria/admin/v1`, - Moved all administrator API endpoints to `/_telodendria/admin/v1`,
because later revisions of the administrator API may break clients, so because later revisions of the administrator API may break clients, so
we want a way to give those breaking revisions new endpoints. we want a way to give those breaking revisions new endpoints.

View file

@ -106,6 +106,9 @@ Here are the top-level directives:
or you want to start over. **serverName** should be a DNS name that or you want to start over. **serverName** should be a DNS name that
can be publicly resolved. This directive is required. can be publicly resolved. This directive is required.
- **pid:** `String`
Configure the file Telodendria writes its PID to.
- **baseUrl:** `String` - **baseUrl:** `String`
Set the server's base URL. **baseUrl** should be a valid URL, Set the server's base URL. **baseUrl** should be a valid URL,