Telodendria/TODO.txt

112 lines
2.6 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
- Call it RouteRequestToken
- Reference it all the places it's needed
- Finish implementing JSON parsing
[x] User Interactive Authentication
[x] Fix UiaComplete so we can use multi-stage flows
[x] User login
[x] Logout all
[ ] Documentation
[ ] User functions
[ ] Json functions
[ ] Db functions
[ ] Uia (move docs from Matrix)
[x] Convert proposals to man pages
Milestone: v0.3.0
-----------------
[ ] Stream API
[ ] TLS
[ ] SOCKS
[ ] Multi-output
[ ] HTTP Client API
[ ] Option to pretty-print Json
[ ] Simple command line tool to make matrix requests
- Built on HTTP client API
[ ] Simple command line tool for working with JSON
- Like a simpler version of jq
- Should pretty-print Json
- Should be able to query fields for use in shell scripts.
[ ] Move configuration to database
[ ] Initial configuration
[ ] If no config, create one-time use registration token that
grants user admin privileges.
[ ] /_telodendria/admin/config endpoint
[ ] Refactor TelodendriaConfig to just Config (ConfigLock() and ConfigUnlock())
[ ] Client-Server API
[ ] 4: Token-based user registration
[ ] Implement user-interactive auth flow
[ ] Token validity endpoint
[ ] Add m.login.registration_token to registration endpoint
flow
- Ensure that registration tokens can be used even if
registration is disabled.
[ ] 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: v0.5.0
-----------------
[~] Client-Server API
[ ] Modules
[ ] Content Repository
Milestone: v1.0.0
-----------------
[~] Client-Server API
[ ] Modules
[ ] Instant Messaging
[ ] Voice over IP
[ ] Receipts
[ ] Fully Read Markers
[ ] 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.