Update change log.

This commit is contained in:
Jordan Bancino 2023-06-18 03:19:12 +00:00
parent e3badbd55c
commit 80da024e4e
2 changed files with 20 additions and 3 deletions

View file

@ -27,13 +27,18 @@ Milestone: v0.4.0
[~] Directory
[~] Cytoplasm
[ ] HashMap/Json
[ ] Strip all keys except subset
[ ] Strip only subset of keys
[ ] Object validation - contains only certain keys,
with certain types, no extraneous keys, etc.
[~] Debug OpenSSL
[x] Database corruption
[ ] File descriptor exhaustion
[ ] Random memory corruption after many requests.
[ ] Refactor MatrixErrorCreate() to take a custom message.
This will make debugging a lot easier.
[ ] Refactor MatrixErrorCreate() to take a custom message or NULL to
use the default. This will make debugging a lot easier.
[ ] Make sure admin registration token is printed to log, not stdout.
Unless they are the same, of course.

View file

@ -1,4 +1,4 @@
.Dd $Mdocdate: June 16 2023 $
.Dd $Mdocdate: June 18 2023 $
.Dt TELODENDRIA-CHANGELOG 7
.Os Telodendria Project
.Sh NAME
@ -31,6 +31,18 @@ as well, so you can discuss your progress and ask questions.
.Sh v0.4.0
.Pp
Not released yet.
.Pp
This release brings Filters, Rooms, and Events! The core of the
Matrix protocol architecture is now in place.
.Ss Matrix Specification
.Pp
The following new endpoints are now supported:
.Bl -bullet -offset indent
.It
.Sy POST Pa /_matrix/client/v3/user/{userId}/filter
.It
.Sy GET Pa /_matrix/client/v3/user/{userId}/filter/{filterId}
.El
.Sh v0.3.0
.Pp
Saturday, June 10, 2023