telodendria/TODO.txt

62 lines
1.4 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.2.0
2022-12-15 01:48:49 +00:00
-----------------
[x] Abstract user-interactive authentication
[ ] Abstract /email/requestToken and /msidsn/requestToken
[ ] Document UserInteractiveAuth (move docs from Matrix)
[~] User registration
[x] Username validation
2022-12-19 22:15:41 +00:00
[x] Password hashing
[ ] User API
2022-12-15 01:48:49 +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.