Get the checkboxes working.

This commit is contained in:
Nicolás A. Ortega 2017-07-16 21:13:29 -05:00
parent dee223e651
commit d0f94e7c70
No known key found for this signature in database
GPG Key ID: 3D786FB3123FF1DD

View File

@ -23,21 +23,21 @@ Roadmap
What follows is a list roadmap of features and the (approximate) versions in which they will be implemented.
- v0.1-alpha:
- [ ] Node connectivity
- [ ] Messages properly sent and received
<br /><input type="checkbox" disabled >Node connectivity</input>
<br /><input type="checkbox" disabled >Messages properly sent and received</input>
- v0.1:
- [ ] Channel functionality
- [ ] Message encryption
- [ ] Sample nodes for testing
<br /><input type="checkbox" disabled >Channel functionality</input>
<br /><input type="checkbox" disabled >Message encryption</input>
<br /><input type="checkbox" disabled >Sample nodes for testing</input>
- v0.2:
- [ ] Private messages
<br /><input type="checkbox" disabled >Private messages</input>
- v1.0:
- [ ] Special snowflake (Winblows) socket support
- [ ] SOCKS4a/SOCKS5 proxy implementation
- [ ] HTTP proxy implementation
<br /><input type="checkbox" disabled >Special snowflake (Winblows) socket support</input>
<br /><input type="checkbox" disabled >SOCKS4a/SOCKS5 proxy implementation</input>
<br /><input type="checkbox" disabled >HTTP proxy implementation</input>
- v1.1:
- [ ] File transfer
- [ ] Memos (with TTL)
<br /><input type="checkbox" disabled >File transfer</input>
<br /><input type="checkbox" disabled >Memos (with TTL)</input>
API Documentation
-----------------