telodendria/TODO.txt

128 lines
3.2 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
-----------------
[x] Stream API
[x] Implementation
[x] Convert all code that deals with I/O
[!] Multi-output (proof of concept)
[!] Memory streams (proof of concept)
[x] TLS
[!] SOCKS
2023-03-15 17:30:14 +00:00
[x] Move/convert UtilStreamCopy()
[x] HTTP Client API
2023-03-12 03:37:57 +00:00
[x] Document HttpParseHeaders()
2023-03-09 03:35:40 +00:00
[x] Test on other platforms
2023-03-12 03:37:57 +00:00
[x] Option to pretty-print Json
[x] Document JsonEncode() and JsonEncodeValue()
[x] Document Telodendria and Main
2023-03-12 03:37:57 +00:00
[x] Simple command line tool to make matrix requests
2023-03-08 03:46:38 +00:00
[x] Built on HTTP client API
2023-03-12 03:37:57 +00:00
[x] http man page
[x] Simple command line tool for working with JSON
[x] Pretty-print Json
[x] Query fields for use in shell scripts.
2023-03-08 20:31:49 +00:00
[x] Encode user-provided JSON strings
2023-03-12 03:37:57 +00:00
[x] json man page
2023-02-23 16:46:27 +00:00
[x] Global log object
- So we don't have to pass LogConfig around everywhere
- Also allows debug and error logging in other APIs
[x] Make 'listen' directive in config an array of objects
- Each object has port, threads, maxConnections
- If tls is given, it can be null, false, or an object with cert and key
[x] Pass TLS certs and keys into HttpServer
[ ] Move configuration to database
[ ] Initial configuration
[ ] If no config, create one-time use registration token that
grants user admin privileges.
[ ] /_telodendria/admin/config endpoint
2023-03-22 17:17:30 +00:00
[x] Refactor TelodendriaConfig to just Config
[ ] Proper HTTP request router
- Support regex matching
2023-03-27 17:52:20 +00:00
[ ] Debug OpenSSL
[ ] Replace all usages of curl with http
[ ] Documentation
[ ] Array
[ ] Io
[ ] Stream
[ ] Tls
[ ] HttpClient
[ ] Uri
[ ] td
[ ] tt
[ ] http-debug-server
[ ] tp
[ ] send-patch
[ ] Log
2023-03-22 17:17:30 +00:00
[ ] TelodendriaConfig -> Config
2023-03-14 00:37:24 +00:00
[~] Client-Server API
[x] 4: Token-based user registration
[x] Implement user-interactive auth flow
[x] Token validity endpoint
[x] 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
[x] Make sure UserLogin() fails if user is deactivated.
[x] Change password
[x] Whoami
2023-01-17 19:05:26 +00:00
[ ] 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.