meejah

Results 289 comments of meejah

Upon closer investigation, this is a pretty shallow issue -- not passing the correct argument to `SpooledTemporaryFile` (like the send-side already does). @hectorBrown can you re-test with the associated branch...

Great, thanks for the follow-up ... and yeah, that should be approximately the same as sending to another computer (for this code-path). :christmas_tree:

@PrSunflower not necessarily "easy" but this procedure should work (I'm on debian bookworm): ``` sudo apt install python3-full python3-virtualenv virtualenv /tmp/venv /tmp/venv/bin/pip install https://github.com/magic-wormhole/magic-wormhole/archive/refs/heads/master.zip /tmp/venv/bin/wormhole send ``` You could replace...

There's already TLS support in the application (via Twisted). Indeed, the servers for Least Authority's service -- which does include a Web client (https://winden.app) -- are deployed on TLS partially...

I do not; @warner if you want to continue to track this here please re-open.

@marek22k there is already Tor support for the client-type connections, but you are probably getting at something more like https://github.com/magic-wormhole/magic-wormhole/issues/8 I think?

As a workaround, you could `pip install qrcode` and use `qr` to generate a QR code containing the text `wormhole-transfer:`. (I suppose the actual feature you're asking for is `--qr`...

(Anyway, I would definitely accept a PR that added a `--qr` option that will display a QR code conforming to the spec on the console if you're interested in trying...)

There is a better protocol most-of-the-way designed, and a prototype of (some of) it here: https://github.com/magic-wormhole/magic-wormhole/pull/445 If you're interested in pushing this forward further I'm happy to pair-program with you...

> If we add the word list information to the `claimed` message (the response message when claiming a nameplate), does the selective DOS issue still apply? I believe this could...