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.
As you can see, we had to re-write major portions of the code. Most of the PRs below are large or extra-large.
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
Create Websocket Stream and Packet Dialers
Make it possible to change and build the Go code together with the app
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This tracks the work towards supporting Websocket in the Outline client.
To Do
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.
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
Create Websocket Stream and Packet Dialers
Make it possible to change and build the Go code together with the app
The text was updated successfully, but these errors were encountered: