Telodendria/TODO.txt

122 lines
2.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
[!] Won't Do
2022-09-23 21:49:20 +00:00
2023-01-17 19:05:26 +00:00
Milestone: v0.3.0
-----------------
[~] Move configuration to database
[x] Token permissions
[x] Initial configuration
[x] If no config, create one-time use registration token that
grants user admin privileges.
[~] /_telodendria/admin/config endpoint
[x] JsonDuplicate()
2023-03-22 17:17:30 +00:00
[x] Refactor TelodendriaConfig to just Config
[ ] Documentation
2023-04-27 18:00:26 +00:00
[x] Array
2023-04-29 15:04:16 +00:00
[x] Io
2023-04-29 18:39:01 +00:00
[x] Stream
[x] Tls
2023-04-29 15:04:16 +00:00
[x] HttpClient
2023-04-29 18:39:01 +00:00
[x] Uri
2023-04-29 19:52:51 +00:00
[x] td
[x] tt
[ ] http-debug-server
[ ] tp
2023-04-29 19:52:51 +00:00
[x] send-patch
[x] Log
2023-04-29 18:39:01 +00:00
[x] TelodendriaConfig -> Config
2023-04-27 18:00:26 +00:00
[x] HashMap
2023-04-29 15:04:16 +00:00
[x] HttpRouter
[x] Html
2023-04-29 15:04:16 +00:00
[x] Str
[x] HeaderParser
[ ] hdoc
2023-04-19 21:45:15 +00:00
[x] telodendria-admin
[x] telodendria-setup
[x] telodendria-config
2023-04-29 15:04:16 +00:00
[x] Refactor dev pages so function description and
return value are in the same location.
2023-04-24 17:05:59 +00:00
[x] Debug memory leaks with caching
[ ] Debug OpenSSL
2023-03-14 00:37:24 +00:00
[~] Client-Server API
[~] 4: Account management
[~] Deactivate
[x] Make sure UserLogin() fails if user is deactivated.
[x] Change password
[~] Whoami
[ ] Attach device id to user object
[ ] Use UserAuthenticate()
2023-04-14 17:50:14 +00:00
[~] 9: User Data
2023-04-25 22:11:34 +00:00
[x] 5: Capabilities negotiation
2023-01-17 19:05:26 +00:00
[ ] 10: Security (Rate Limiting)
Milestone: v0.4.0
-----------------
[ ] HTTP/1.1 support
2023-01-17 19:05:26 +00:00
[ ] 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
Milestone: v0.6.0
2023-01-17 19:05:26 +00:00
-----------------
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
Milestone: v0.7.0
-----------------
[ ] Server-Server API
Milestone: v0.8.0
-----------------
[ ] Application Service API
Milestone: v0.9.0
-----------------
[ ] Identity Service API
Milestone: v1.0.0
-----------------
[ ] 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.