onionshare/cli/onionshare_cli
Saptak S 7ab10a0a57
Forces socket io to use websocket instead of polling
SocketIO uses the last successful method of transport to communicate. But we
have eventlet in our dependency which allows for websocket, and we ideally
want communications to be over websocket. So specified the transport method
as websocket in socket io connect.
2020-11-10 19:57:51 +05:30
..
resources Forces socket io to use websocket instead of polling 2020-11-10 19:57:51 +05:30
web Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase 2020-10-12 22:40:55 -07:00
__init__.py Escape backslashes in ASCII-art 2020-11-01 11:04:12 -08:00
common.py Properly specify onionshare_cli package_data 2020-11-08 14:20:31 -08:00
mode_settings.py Install new dependencies so CircleCI tests run, and fix a pytest warning 2020-11-01 11:50:11 -08:00
onion.py Find the proper tor binary in onionshare-cli for macOS 2020-11-04 15:22:27 -08:00
onionshare.py Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase 2020-10-12 22:40:55 -07:00
settings.py Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase 2020-10-12 22:40:55 -07:00