Skip to content
New issue

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

Add support for Websocket endpoints #2272

Open
fortuna opened this issue Nov 14, 2024 · 0 comments
Open

Add support for Websocket endpoints #2272

fortuna opened this issue Nov 14, 2024 · 0 comments
Labels
client feature request New feature, we are tracking it

Comments

@fortuna
Copy link
Collaborator

fortuna commented Nov 14, 2024

This tracks the work towards supporting Websocket in the Outline client.

To Do

  • Remove parseTunnelConfig implementation from Typescript, along with the remaining Shadowsocks-specific code.
    • Implement parseTunnelConfig in Go
    • Add to Apple
    • Add to Android
    • Add to Electron
  • Add config support for Websocket
    • Finalize the design
    • Implement it in the Go code

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

@fortuna fortuna added feature request New feature, we are tracking it client labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client feature request New feature, we are tracking it
Projects
None yet
Development

No branches or pull requests

1 participant