Up to Documentation.
ATTENTION!
The next release will be a complete rewrite. Classes will start usingstd
facilities as necessary, which may lead to dynamic memory allocation. Methods will no longer return status codes. Exceptions will be thrown when an operation cannot be performed.
- Nested namespaces.
- Throw exceptions. Return results, not status codes.
- Use
std
facilities. Allocate heap memory if necessary. - Improve logging and filtering.
- Improve usability for
http
andjson
. - Implement basic SAL - at least
assert()
.
- Async continuations.
- Self-driving - shapes of obstacles
- Untabify
vmem_pool
:check
repair
rebuild
WebSocket
client and server.base64
encoding and decoding. (Required for WebSocket.)SHA-1
hashing. (Required for WebSocket.)
- Internationalization, if needed.