nccgroup / wssip

Application for capturing, modifying and sending custom WebSocket data from client to server and vice versa.
GNU Affero General Public License v3.0
445 stars 66 forks source link

Patch 11 #16

Closed mystech7 closed 6 years ago

mystech7 commented 6 years ago

Fixed issue #10

ladyisatis commented 6 years ago

Merged. "electron" was not a dependency because the release builder (electron-builder?) wanted it to not be for some nebulous reason, however this accidentally left out cases where running it via electron itself would throw a missing dependency error.

I have not been a part of @nccgroup since mid-May and even before then had gotten swamped with personal matters as well as focusing on my new workplace, however I did raise internally before I left for this project needing another maintainer. I'm sorry it took so long to follow up.

On the roadmap was still putting in HTTP/2 MitM, possibly putting in uWS to replace the regular WS for performance (although I'm hearing from the Mastodon project that uWS is now gone? ...???), and finish implementing the intercept feature.