forked from Telodendria/Telodendria
Update TODO.
This commit is contained in:
parent
4f562167f6
commit
41421557e0
1 changed files with 15 additions and 16 deletions
31
TODO.txt
31
TODO.txt
|
@ -16,7 +16,8 @@ Milestone: v0.2.0
|
||||||
[~] User login
|
[~] User login
|
||||||
[x] User manipulation functions (so we don't use the DB directly)
|
[x] User manipulation functions (so we don't use the DB directly)
|
||||||
[x] Refresh tokens
|
[x] Refresh tokens
|
||||||
[x] Logout
|
[~] Logout
|
||||||
|
[ ] Delete refresh token if present
|
||||||
[ ] Logout all
|
[ ] Logout all
|
||||||
[ ] Login fallback (static HTML page)
|
[ ] Login fallback (static HTML page)
|
||||||
[~] User Interactive
|
[~] User Interactive
|
||||||
|
@ -27,23 +28,26 @@ Milestone: v0.2.0
|
||||||
[x] Non-JSON endpoints
|
[x] Non-JSON endpoints
|
||||||
[x] Home page (like Synapse's "it works!")
|
[x] Home page (like Synapse's "it works!")
|
||||||
|
|
||||||
[x] Document MemoryHexDump()
|
[!] Document HashMapGetKey()
|
||||||
[x] Document DbExists()
|
- See Refactor below
|
||||||
[x] Document User
|
|
||||||
[x] Document Str and remove old functions from Util docs.
|
|
||||||
[x] Move docs from Matrix to User for UserValidate
|
|
||||||
[ ] Document HashMapGetKey()
|
|
||||||
[ ] Document new User functions
|
[ ] Document new User functions
|
||||||
[ ] Document new JSON functions
|
[ ] Document new JSON functions
|
||||||
|
|
||||||
[ ] Clean up scripts (make tools/lib/matrix.sh)
|
[ ] Refactor usage of StrDuplicate()
|
||||||
[x] Scripts to generate index with list of man pages and releases?
|
- Functions that keep strings do the duplication,
|
||||||
[x] Update changelog
|
NOT their callers; callers free strings when they are
|
||||||
[x] Fix man page links on website
|
done with them.
|
||||||
|
[ ] Remove HashMapGetKey() function
|
||||||
|
|
||||||
Milestone: v0.3.0
|
Milestone: v0.3.0
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
[ ] Stream API
|
||||||
|
[ ] TLS
|
||||||
|
[ ] SOCKS
|
||||||
|
[ ] Multi-output
|
||||||
|
[ ] HTTP Client
|
||||||
|
|
||||||
[ ] Client-Server API
|
[ ] Client-Server API
|
||||||
[ ] 4: Token-based user registration
|
[ ] 4: Token-based user registration
|
||||||
[ ] Refactor user-interactive auth flow
|
[ ] Refactor user-interactive auth flow
|
||||||
|
@ -74,11 +78,6 @@ Milestone: v0.5.0
|
||||||
Milestone: v1.0.0
|
Milestone: v1.0.0
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
[ ] Stream API
|
|
||||||
[ ] TLS
|
|
||||||
[ ] SOCKS
|
|
||||||
[ ] HTTP Client
|
|
||||||
|
|
||||||
[~] Client-Server API
|
[~] Client-Server API
|
||||||
[ ] Modules
|
[ ] Modules
|
||||||
[ ] Instant Messaging
|
[ ] Instant Messaging
|
||||||
|
|
Loading…
Reference in a new issue