We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This tracks the work towards supporting Websocket in the Outline client. For the server-side work, see Jigsaw-Code/outline-ss-server#228.
As you can see, we had to re-write major portions of the code. Most of the PRs below are large or extra-large.
Implement Websocket logic
Implementing new config parsing in Go
Make it practical to add new native methods without changing every platform
Remove explicit dependencies on Shadowsocks from Typescript code
Remove explicit dependencies on Shadowsocks across the stack
Remove explicit dependencies on Shadowsocks from Electron code
Remove explicit dependencies on Shadowsocks from Android and Apple code
Make it possible to change and build the Go code together with the app
The text was updated successfully, but these errors were encountered:
fortuna
Successfully merging a pull request may close this issue.
This tracks the work towards supporting Websocket in the Outline client. For the server-side work, see Jigsaw-Code/outline-ss-server#228.
Done
As you can see, we had to re-write major portions of the code. Most of the PRs below are large or extra-large.
Implement Websocket logic
Implementing new config parsing in Go
Make it practical to add new native methods without changing every platform
Remove explicit dependencies on Shadowsocks from Typescript code
Remove explicit dependencies on Shadowsocks across the stack
Remove explicit dependencies on Shadowsocks from Electron code
Remove explicit dependencies on Shadowsocks from Android and Apple code
Make it possible to change and build the Go code together with the app
The text was updated successfully, but these errors were encountered: