2022-09-23 21:49:20 +00:00
|
|
|
Telodendria To-Do List
|
2022-11-03 16:42:57 +00:00
|
|
|
======================
|
2022-09-23 21:49:20 +00:00
|
|
|
|
|
|
|
Key:
|
|
|
|
|
|
|
|
[ ] Not Started
|
|
|
|
[x] Done
|
|
|
|
[~] In Progress
|
2023-03-22 14:52:04 +00:00
|
|
|
[!] Won't Do
|
2022-09-23 21:49:20 +00:00
|
|
|
|
2023-01-17 19:05:26 +00:00
|
|
|
Milestone: v0.4.0
|
|
|
|
-----------------
|
|
|
|
|
2023-05-26 19:21:25 +00:00
|
|
|
[~] /_telodendria/admin/config endpoint
|
|
|
|
[ ] Update only certain values
|
|
|
|
|
2023-06-17 19:09:06 +00:00
|
|
|
[~] Client-Server API
|
2023-08-05 15:00:52 +00:00
|
|
|
[x] 6: Filtering
|
|
|
|
[x] Finish validating filters before saving them.
|
2023-06-17 17:36:11 +00:00
|
|
|
[~] 7: Events
|
2023-06-21 02:37:56 +00:00
|
|
|
[x] Compute size of JSON object in Canonical JSON
|
2023-06-17 17:36:11 +00:00
|
|
|
[x] Rename Sha2.h to just Sha; add Sha1() function
|
|
|
|
[x] Make Sha256() return raw bytes; add function to
|
|
|
|
convert to hex string.
|
2023-07-09 23:18:18 +00:00
|
|
|
[~] 8: Rooms
|
2023-05-26 19:21:25 +00:00
|
|
|
[~] 9: User Data
|
|
|
|
[x] Profiles
|
2023-06-12 18:00:26 +00:00
|
|
|
[~] Directory
|
2023-01-17 19:05:26 +00:00
|
|
|
|
2023-06-18 03:25:03 +00:00
|
|
|
[ ] Admin API
|
|
|
|
[ ] Registration token endpoints
|
|
|
|
|
2023-06-10 13:29:56 +00:00
|
|
|
[~] Cytoplasm
|
|
|
|
[~] Debug OpenSSL
|
|
|
|
[x] Database corruption
|
|
|
|
[ ] File descriptor exhaustion
|
|
|
|
[ ] Random memory corruption after many requests.
|
2023-08-05 13:46:23 +00:00
|
|
|
[~] j2s
|
|
|
|
[x] Properly support arrays of primitives.
|
2023-08-01 20:23:19 +00:00
|
|
|
[ ] How to set default value of true on boolean?
|
|
|
|
- defaults probably need to be set at parser level, not
|
|
|
|
enough to set it after.
|
2023-08-05 14:12:02 +00:00
|
|
|
- Or booleans should default to -1 if not specified, let the
|
|
|
|
higher level logic set the default from there.
|
|
|
|
[ ] Write man page.
|
2023-06-10 13:29:56 +00:00
|
|
|
|
2023-08-05 19:26:03 +00:00
|
|
|
[x] Refactor MatrixErrorCreate() to take a custom message or NULL to
|
2023-06-18 03:19:12 +00:00
|
|
|
use the default. This will make debugging a lot easier.
|
2023-08-05 19:26:03 +00:00
|
|
|
[ ] Use detailed error messages for HTTP 500s at the minimum. Other
|
|
|
|
error messages might also be useful.
|
2023-08-05 14:12:02 +00:00
|
|
|
[x] Make sure admin registration token is printed to log, not stdout.
|
2023-06-18 02:53:06 +00:00
|
|
|
Unless they are the same, of course.
|
2023-08-05 14:03:08 +00:00
|
|
|
[ ] Refactor Config to use j2s.
|
2023-08-05 15:00:52 +00:00
|
|
|
[ ] Refactor other endpoints to use j2s for validating request bodies.
|
2023-06-17 19:09:06 +00:00
|
|
|
|
2023-08-09 15:19:45 +00:00
|
|
|
[ ] Add parser API to parse the identifier grammers
|
|
|
|
[ ] Use in alias endpoints
|
|
|
|
[ ] Finish RouteRoomAliases
|
|
|
|
[ ] Get from "id" in aliases
|
|
|
|
[ ] Note to check permissions according to spec
|
|
|
|
[ ] Finish RouteAliasDirectory
|
|
|
|
[ ] Add "id" objects when putting aliases
|
|
|
|
[ ] Delete from "id" when deleting alias
|
2023-08-09 15:50:03 +00:00
|
|
|
[x] Add alias admin privilege to allow admins to manage aliases
|
2023-08-09 15:19:45 +00:00
|
|
|
|
2023-01-17 21:38:39 +00:00
|
|
|
Milestone: v0.5.0
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
[~] Client-Server API
|
|
|
|
[ ] Modules
|
|
|
|
[ ] Content Repository
|
|
|
|
|
2023-06-10 13:29:56 +00:00
|
|
|
[ ] HTTP/1.1 support
|
|
|
|
[ ] Content-Length
|
|
|
|
[ ] Keep connections open
|
|
|
|
[ ] Chunked encoding
|
2023-06-13 14:05:34 +00:00
|
|
|
[ ] Refactor Memory API to use mmap().
|
2023-06-10 13:29:56 +00:00
|
|
|
|
2023-04-15 13:31:08 +00:00
|
|
|
Milestone: v0.6.0
|
2023-01-17 19:05:26 +00:00
|
|
|
-----------------
|
2022-11-21 21:18:00 +00:00
|
|
|
|
2022-12-06 21:59:06 +00:00
|
|
|
[~] Client-Server API
|
|
|
|
[ ] Modules
|
|
|
|
[ ] Instant Messaging
|
|
|
|
[ ] Voice over IP
|
|
|
|
[ ] Receipts
|
|
|
|
[ ] Fully Read Markers
|
|
|
|
[ ] Send-To-Device Messaging
|
2023-05-21 00:21:39 +00:00
|
|
|
[ ] 10: Security (Rate Limiting)
|
2023-04-15 13:31:08 +00:00
|
|
|
|
|
|
|
Milestone: v0.7.0
|
|
|
|
-----------------
|
|
|
|
|
2022-11-03 16:42:57 +00:00
|
|
|
[ ] Server-Server API
|
2023-04-15 13:31:08 +00:00
|
|
|
|
|
|
|
Milestone: v0.8.0
|
|
|
|
-----------------
|
|
|
|
|
2022-11-03 16:42:57 +00:00
|
|
|
[ ] Application Service API
|
2023-04-15 13:31:08 +00:00
|
|
|
|
|
|
|
Milestone: v0.9.0
|
|
|
|
-----------------
|
|
|
|
|
2022-11-03 16:42:57 +00:00
|
|
|
[ ] Identity Service API
|
2023-04-15 13:31:08 +00:00
|
|
|
|
2023-07-01 20:18:59 +00:00
|
|
|
Milestone: v1.7.0
|
2023-04-15 13:31:08 +00:00
|
|
|
-----------------
|
|
|
|
|
2022-11-03 16:42:57 +00:00
|
|
|
[ ] Push Gateway API
|
|
|
|
[ ] Room Versions
|
|
|
|
|
2023-07-01 20:18:59 +00:00
|
|
|
Milestone v1.7.1
|
2023-01-17 19:05:26 +00:00
|
|
|
----------------
|
|
|
|
|
|
|
|
[ ] Database upgrades/migration path
|
2022-11-03 16:42:57 +00:00
|
|
|
[ ] Create a command line tool to manage Telodendria
|
|
|
|
[ ] User management
|
|
|
|
[ ] Room management
|
|
|
|
[ ] Migrate from Synapse or Dendrite, whichever is more mainstream by
|
|
|
|
the time we get here.
|
2023-07-01 20:18:59 +00:00
|
|
|
|