telodendria/TODO.txt

71 lines
1.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
2022-09-28 20:25:49 +00:00
[!] Won't Fix
2022-09-23 21:49:20 +00:00
Milestone: v0.1.0
Due: January 1, 2023
---------------------
2022-09-23 21:49:20 +00:00
2022-12-12 22:33:53 +00:00
[~] Internal API docs
[x] Array
[x] Base64
[x] CanonicalJson
[x] HashMap
2022-12-13 13:24:47 +00:00
[x] Http
2022-12-12 22:33:53 +00:00
[ ] HttpServer
[x] Json
[x] Log
[x] Matrix
[x] Queue
[x] Routes
[x] TelodendriaConfig
[x] Util
[x] Memory
[x] Db
2022-09-29 22:16:16 +00:00
Milestone: v1.0.0
-----------------
[ ] Database upgrades/migration path
2022-12-06 21:59:06 +00:00
[~] Client-Server API
[ ] API Standards
[x] Error responses
[x] Web Browser Clients
[x] /_matrix/client/versions
2022-12-06 21:59:06 +00:00
[x] Server Discovery
[x] Well-known URIs
[x] Make base-url optional in config
[x] Make identity-server optional in config
2022-12-06 21:59:06 +00:00
[ ] Client Authentication
[ ] Capabilities negotiation
2022-12-06 21:59:06 +00:00
[ ] Filtering
[ ] Events
[ ] Rooms
[ ] User Data
[ ] Security (Rate Limiting)
[ ] Modules
[ ] Instant Messaging
[ ] Voice over IP
[ ] Receipts
[ ] Fully Read Markers
[ ] Content Repository
[ ] Send-To-Device Messaging
[ ] Server-Server API
[ ] Application Service API
[ ] Identity Service API
[ ] Push Gateway API
[ ] Room Versions
[ ] 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.