You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tracks the work towards supporting Websocket in the Outline client.
To Do
Implement parsing functions in Go using the new Mathod Channel and remove from Typescript, along with the remaining Shadowsocks-specific code: master...fortuna-ws-config
Add config support for Websocket
Finalize the design
Implement it in the Go parsing 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.
Make it practical to add new native methods without changing every platform
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.
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
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: