Added TODO list for project

This commit is contained in:
aewens 2019-02-22 22:17:12 +01:00
parent cc0b7d9b5e
commit 8df62cdc01
1 changed files with 22 additions and 0 deletions

22
TODO Normal file
View File

@ -0,0 +1,22 @@
* net
* socket_server
* Add comments
* Abstract default handler out to another file
* Send heartbeat
* Better handle clients disconnecting
* Remove lookup, use clients instead
* Add alias system for clients to replace using fd
* Add support for cryptography
* socket_client
* Add comments
* Abstract default handler out to another file
* Respond to heartbeat
* Respond to alias from server
* Add support for cryptography
* Add crypto set
* In crypto add GPG, Diffie-Hellman, and symmetric & asymmetric crypto
* Add helpers set
* In helpers add JSON encoding / decoding
* Add db set
* In db add sqlite wrappers