From 80da024e4e4397ad7b15a51b7fca7cb96b9fe6d0 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sun, 18 Jun 2023 03:19:12 +0000 Subject: [PATCH] Update change log. --- TODO.txt | 9 +++++++-- man/man7/telodendria-changelog.7 | 14 +++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index e78290d..d082a41 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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. diff --git a/man/man7/telodendria-changelog.7 b/man/man7/telodendria-changelog.7 index f36b352..f22a5ae 100644 --- a/man/man7/telodendria-changelog.7 +++ b/man/man7/telodendria-changelog.7 @@ -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