telodendria/TODO.txt

83 lines
1.8 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.1.0
Due: January 1, 2023
---------------------
2022-09-23 21:49:20 +00:00
[x] Data abstraction layer
2022-11-18 19:36:15 +00:00
[x] Caching
2022-11-18 20:42:08 +00:00
[x] Cache eviction
[x] Make memory info access O(1)
2022-11-08 17:56:11 +00:00
[x] Make config option 'id' optional; print warning if not present started as root.
2022-11-06 22:02:24 +00:00
[x] Write install and uninstall scripts
2022-11-07 16:19:29 +00:00
[x] Add relayd example to contrib/
2022-11-06 22:02:24 +00:00
[x] Refactor man pages to be prefaced with 'telodendria-'
2022-09-23 21:49:20 +00:00
2022-11-11 01:07:49 +00:00
[x] Add recipe to td script to upload patches to the Matrix room
2022-11-27 14:30:52 +00:00
[x] Document send-patch
2022-10-15 14:14:54 +00:00
[~] Convert documentation to man pages
[~] Internal API docs
2022-11-24 18:51:07 +00:00
[x] Array
[x] Base64
2022-11-30 18:23:25 +00:00
[x] CanonicalJson
2022-10-10 19:22:18 +00:00
[x] HashMap
[ ] Http
[ ] HttpServer
2022-11-30 17:54:10 +00:00
[x] Json
2022-11-25 16:40:47 +00:00
[x] Log
[ ] Matrix
2022-10-10 17:35:19 +00:00
[x] Queue
[ ] Routes
2022-12-10 23:34:32 +00:00
[x] TelodendriaConfig
2022-11-26 20:39:47 +00:00
[x] Util
2022-11-29 01:56:34 +00:00
[x] Memory
2022-11-26 20:39:47 +00:00
[x] Db
2022-09-29 22:16:16 +00:00
Milestone: v1.0.0
-----------------
[ ] Database upgrades/migration path
2022-12-06 21:59:06 +00:00
[~] Client-Server API
[ ] API Standards
[x] Error responses
[x] Web Browser Clients
[x] /_matrix/client/versions
2022-12-06 21:59:06 +00:00
[x] Server Discovery
[x] Well-known URIs
[x] Make base-url optional in config
[x] Make identity-server optional in config
2022-12-06 21:59:06 +00:00
[ ] Client Authentication
[ ] Capabilities negotiation
2022-12-06 21:59:06 +00:00
[ ] Filtering
[ ] Events
[ ] Rooms
[ ] User Data
[ ] Security (Rate Limiting)
[ ] 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
[ ] 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.