Adjusted roadmap

This commit is contained in:
Nicolás A. Ortega 2017-07-26 15:19:29 -05:00
parent b1004f5617
commit 07e364f46e
No known key found for this signature in database
GPG Key ID: 3D786FB3123FF1DD

View File

@ -20,30 +20,28 @@ For more information on the network model, please refer to the wiki.
Roadmap Roadmap
------- -------
What follows is a list roadmap of features and the (approximate) versions in which they will be implemented. What follows is a list roadmap of features and the (approximate) versions in which they will be implemented. The API will only change in major versions of the library, while minor versions will be dedicated to internal improvements and patch versions to small fixes that got past the release.
- v0.1-alpha: - v1.0-alpha:
- [ ] Node connectivity - [ ] Node connectivity
- [ ] Messages properly sent and received - [ ] Messages properly sent and received
- v0.1: - v1.0-beta:
- [ ] Channel functionality - [ ] Channel functionality
- [ ] Message encryption - [ ] Message encryption
- [ ] Sample nodes for testing
- v0.2:
- [ ] Private messages - [ ] Private messages
- v1.0: - v1.0:
- [ ] Special snowflake (Winblows) socket support - [ ] Special snowflake (Winblows) socket support
- [ ] SOCKS4a/SOCKS5 proxy support - [ ] SOCKS4a/SOCKS5 proxy support
- [ ] HTTP proxy support - [ ] HTTP proxy support
- v1.1: - v2.0:
- [ ] File transfer - [ ] P2P File transfer
- [ ] Memos (with TTL) - [ ] Memos (with TTL)
API Documentation API Documentation
----------------- -----------------
NeoComm uses [Doxygen](http://www.stack.nl/~dimitri/doxygen/) to generate its documentation (for NeoComm developers please refer to the [contributing section](#contributing)) which generates HTML and `man` page documentation which you can do so by running `doxygen` in the root directory of the project or by using their graphical wizard. NeoComm uses [Doxygen](http://www.stack.nl/~dimitri/doxygen/) to generate its documentation (for NeoComm developers please refer to the [contributing section](#contributing)) which generates HTML and `man` page documentation which you can do so by running `doxygen` in the root directory of the project or by using their graphical wizard.
Public documentation will be published with every release. Public documentation will be published with every major release.
Clients Clients
------- -------