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 [~] Directory
[~] Cytoplasm [~] 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 [~] Debug OpenSSL
[x] Database corruption [x] Database corruption
[ ] File descriptor exhaustion [ ] File descriptor exhaustion
[ ] Random memory corruption after many requests. [ ] Random memory corruption after many requests.
[ ] Refactor MatrixErrorCreate() to take a custom message. [ ] Refactor MatrixErrorCreate() to take a custom message or NULL to
This will make debugging a lot easier. use the default. This will make debugging a lot easier.
[ ] Make sure admin registration token is printed to log, not stdout. [ ] Make sure admin registration token is printed to log, not stdout.
Unless they are the same, of course. 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 .Dt TELODENDRIA-CHANGELOG 7
.Os Telodendria Project .Os Telodendria Project
.Sh NAME .Sh NAME
@ -31,6 +31,18 @@ as well, so you can discuss your progress and ask questions.
.Sh v0.4.0 .Sh v0.4.0
.Pp .Pp
Not released yet. 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 .Sh v0.3.0
.Pp .Pp
Saturday, June 10, 2023 Saturday, June 10, 2023