Compare commits

...

2 commits

Author SHA1 Message Date
Joe Ardent
8a03ea1798 ugh dangit 2025-09-02 16:55:02 -07:00
Joe Ardent
15fa75700a more tweak 2025-09-02 16:53:30 -07:00

View file

@ -270,7 +270,7 @@ functionality rather than trying to send actual files. One quirk of the official
that when it receives plain text, it does not offer you the ability to download it, or approve the that when it receives plain text, it does not offer you the ability to download it, or approve the
download; you can copy it to your clipboard or close the request, and that's it. So when the download; you can copy it to your clipboard or close the request, and that's it. So when the
`prepare_upload()` future was canceled, nothing seemed out of the ordinary on the remote side. Had `prepare_upload()` future was canceled, nothing seemed out of the ordinary on the remote side. Had
I tried sending a file, an error have shown on the remote side when I tried to accept it. I tried sending a file, an error would have shown on the remote side when I tried to accept it.
Despite my blissful ignorance, I knew that this design was not correct, and a few days later I'd Despite my blissful ignorance, I knew that this design was not correct, and a few days later I'd
[updated the `prepare_upload()` [updated the `prepare_upload()`
@ -318,7 +318,7 @@ to,
and that solved the issue where jocalsend would receive remote datagrams from its own IP. and that solved the issue where jocalsend would receive remote datagrams from its own IP.
### Rust so fancy ### Rust too fancy
I'd made a [few more releases](https://crates.io/crates/jocalsend/versions) with the fixes outlined I'd made a [few more releases](https://crates.io/crates/jocalsend/versions) with the fixes outlined
above, but then I got some reports of people running into build issues when trying to install with a above, but then I got some reports of people running into build issues when trying to install with a