Telodendria/TODO.txt

84 lines
1.8 KiB
Text

Telodendria To-Do List
======================
Key:
[ ] Not Started
[x] Done
[~] In Progress
[!] Won't Fix
Milestone: v0.2.0
-----------------
[ ] Abstract /email/requestToken and /msidsn/requestToken
[ ] User login
[ ] Refresh tokens
[ ] Logout
[ ] Logout all
[ ] Login fallback (static HTML page)
[ ] Non-JSON endpoints
[ ] Home page (like Synapse's "it works!")
[ ] Content repository
[x] Document MemoryHexDump()
[x] Document DbExists()
[ ] Document UserInteractiveAuth (move docs from Matrix)
[ ] Document User
[ ] Move docs from Matrix to User for UserValidate
[ ] Document Str and remove old functions from Util docs.
[ ] Clean up scripts (make tools/lib/matrix.sh)
[x] Update changelog
[x] Fix man page links on website
Milestone: v0.3.0
-----------------
[ ] Client-Server API
[ ] 4: Token-based user registration
[ ] Refactor user-interactive auth flow
[ ] Token validity endpoint
[ ] 4: Account management
[ ] Deactivate
[ ] Change password
[ ] Whoami
[ ] 9: User Data
[ ] 5: Capabilities negotiation
[ ] 10: Security (Rate Limiting)
Milestone: v0.4.0
-----------------
[ ] Client-Server API
[ ] 6: Filtering
[ ] 7: Events
[ ] 8: Rooms
Milestone: v1.0.0
-----------------
[~] Client-Server API
[ ] 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
Milestone v1.1.0
----------------
[ ] 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.