2015-07-27 19:28:50 +00:00
|
|
|
Refactoring:
|
2015-07-16 15:39:24 +00:00
|
|
|
- SSUSession:637, SSUSession:635 get rid of casting to SSUHeader
|
2015-07-21 10:10:15 +00:00
|
|
|
- Identity.cpp:156 check for self asignment
|
2015-07-16 15:39:24 +00:00
|
|
|
- Rely on a library for TLS and SSL.
|
2015-07-21 10:10:15 +00:00
|
|
|
- Move parsing code out of networking code, to allow better testing.
|
2015-07-27 19:28:50 +00:00
|
|
|
- Move streaming code to a separate directory.
|
2015-07-21 10:10:15 +00:00
|
|
|
- Separate front-end code (SAM, BOB, ...) from the back-end.
|
|
|
|
|
2015-07-16 15:39:24 +00:00
|
|
|
Additions:
|
|
|
|
- Write tests.
|
|
|
|
- Add documentation.
|
2015-07-27 19:28:50 +00: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.
|