Telodendria/TODO.txt

107 lines
2.3 KiB
Text
Raw Normal View History

2022-09-23 21:49:20 +00:00
Telodendria To-Do List
======================
2022-09-23 21:49:20 +00:00
Key:
[ ] Not Started
[x] Done
[~] In Progress
[!] Won't Do
2022-09-23 21:49:20 +00:00
2023-01-17 19:05:26 +00:00
Milestone: v0.4.0
-----------------
[~] /_telodendria/admin/config endpoint
[ ] Update only certain values
2023-06-17 19:09:06 +00:00
[~] Client-Server API
[~] 6: Filtering
2023-06-21 02:37:56 +00:00
[ ] Finish validating filters before saving them.
[~] 7: Events
2023-06-21 02:37:56 +00:00
[x] Compute size of JSON object in Canonical JSON
[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
[~] 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
[~] Cytoplasm
2023-06-18 03:19:12 +00:00
[ ] 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.
2023-06-18 03:19:12 +00:00
[ ] 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.
2023-06-21 02:49:58 +00:00
[x] Fix Json UTF-8 handling.
2023-07-29 15:50:45 +00:00
[ ] Update Makefile
2023-06-17 19:09:06 +00:00
2023-01-17 21:38:39 +00:00
Milestone: v0.5.0
-----------------
[~] Client-Server API
[ ] Modules
[ ] Content Repository
[ ] 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().
Milestone: v0.6.0
2023-01-17 19:05:26 +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)
Milestone: v0.7.0
-----------------
[ ] Server-Server API
Milestone: v0.8.0
-----------------
[ ] Application Service API
Milestone: v0.9.0
-----------------
[ ] Identity Service API
Milestone: v1.7.0
-----------------
[ ] Push Gateway API
[ ] Room Versions
Milestone v1.7.1
2023-01-17 19:05:26 +00:00
----------------
[ ] Database upgrades/migration path
[ ] 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.