telodendria/TODO.txt

103 lines
2.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
-----------------
[ ] Abstract /email/requestToken and /msidsn/requestToken
2023-02-27 17:25:39 +00:00
[~] Db API
[x] If object is in cache, but doesn't exist on disk, delete from cache
[ ] Allow cache to be totally disabled (no MIN_CACHE_SIZE)
2023-03-01 19:33:25 +00:00
[x] List keys under a path (DbList() using POSIX opendir())
[~] User login
[x] User manipulation functions (so we don't use the DB directly)
[x] Refresh tokens
[x] Logout
[x] Delete refresh token if present
2023-01-17 19:05:26 +00:00
[ ] Logout all
2023-03-01 19:03:42 +00:00
[x] Login fallback (static HTML page)
[x] User Interactive
[x] Passwords
[x] Caller builds flows
[x] Clean up old sessions
2022-12-15 01:48:49 +00:00
[ ] Document new User functions
[ ] Document new JSON functions
[ ] Document Uia (move docs from Matrix)
2023-01-17 13:53:31 +00:00
2023-01-17 19:05:26 +00:00
Milestone: v0.3.0
-----------------
2023-02-23 16:46:27 +00:00
[ ] Stream API
[ ] TLS
[ ] SOCKS
[ ] Multi-output
[ ] HTTP Client
[ ] Move configuration to database
- How is the initial configuration done?
[ ] /_telodendria/admin/config endpoint
[ ] Refactor TelodendriaConfig to just Config (ConfigLock() and ConfigUnlock())
2023-01-17 19:05:26 +00:00
[ ] Client-Server API
[ ] 4: Token-based user registration
[ ] Implement user-interactive auth flow
2023-01-17 19:05:26 +00:00
[ ] Token validity endpoint
[ ] Add m.login.registration_token to registration endpoint flow
2023-01-17 19:05:26 +00:00
[ ] 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
2023-01-17 21:38:39 +00:00
Milestone: v0.5.0
-----------------
[~] Client-Server API
[ ] Modules
[ ] Content Repository
2023-01-17 19:05:26 +00:00
Milestone: v1.0.0
-----------------
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
[ ] Server-Server API
[ ] Application Service API
[ ] Identity Service API
[ ] Push Gateway API
[ ] Room Versions
2023-01-17 19:05:26 +00:00
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.