mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
693 B
16 lines
693 B
Refactoring: |
|
- SSUSession:637, SSUSession:635 get rid of casting to SSUHeader |
|
- Identity.cpp:156 check for self asignment |
|
- Rely on a library for TLS and SSL. |
|
- 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. |
|
|
|
Additions: |
|
- Write tests. |
|
- 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.
|
|
|