1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-19 21:59:58 +00:00
i2pd/TODO

14 lines
402 B
Plaintext
Raw Normal View History

Short-term refactoring:
- SSUSession:637, SSUSession:635 get rid of casting to SSUHeader
2015-07-21 12:10:15 +02:00
- Identity.cpp:156 check for self asignment
Long-term refactoring:
- Rely on a library for TLS and SSL.
2015-07-21 12:10:15 +02:00
- Move parsing code out of networking code, to allow better testing.
- Separate front-end code (SAM, BOB, ...) from the back-end.
Additions:
- Write tests.
- Add documentation.