abots/TODO

23 lines
715 B
Plaintext
Raw Normal View History

2019-02-22 21:17:12 +00:00
* 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