i2pd/TODO

17 lines
693 B
Plaintext
Raw Permalink Normal View History

2015-07-27 22:28:50 +03:00
Refactoring:
- SSUSession:637, SSUSession:635 get rid of casting to SSUHeader
2015-07-21 13:10:15 +03:00
- Identity.cpp:156 check for self asignment
- Rely on a library for TLS and SSL.
2015-07-21 13:10:15 +03:00
- Move parsing code out of networking code, to allow better testing.
2015-07-27 22:28:50 +03:00
- Move streaming code to a separate directory.
2015-07-21 13:10:15 +03:00
- Separate front-end code (SAM, BOB, ...) from the back-end.
Additions:
- Write tests.
- Add documentation.
2015-07-27 22:28:50 +03:00
- Create a specialized IRC tunnel (instead of just a generic ClientTunnel instance).
- Ban peers with unexpected / bad behaviour.
- EdDSA support.
- Return correct error codes in HTTPProxy.
- Modify web interface layout and use AJAX to update information.