mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
Update TODO.
This commit is contained in:
parent
9c03be08da
commit
e90b0dd54f
1 changed files with 7 additions and 4 deletions
11
TODO
11
TODO
|
@ -1,13 +1,16 @@
|
||||||
Short-term refactoring:
|
Refactoring:
|
||||||
- SSUSession:637, SSUSession:635 get rid of casting to SSUHeader
|
- SSUSession:637, SSUSession:635 get rid of casting to SSUHeader
|
||||||
- Identity.cpp:156 check for self asignment
|
- Identity.cpp:156 check for self asignment
|
||||||
|
|
||||||
Long-term refactoring:
|
|
||||||
- Rely on a library for TLS and SSL.
|
- Rely on a library for TLS and SSL.
|
||||||
- Move parsing code out of networking code, to allow better testing.
|
- Move parsing code out of networking code, to allow better testing.
|
||||||
|
- Move streaming code to a separate directory.
|
||||||
- Separate front-end code (SAM, BOB, ...) from the back-end.
|
- Separate front-end code (SAM, BOB, ...) from the back-end.
|
||||||
|
|
||||||
|
|
||||||
Additions:
|
Additions:
|
||||||
- Write tests.
|
- Write tests.
|
||||||
- Add documentation.
|
- Add documentation.
|
||||||
|
- 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue