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
* event-hooks can send zeromq / zmq / 0mq messages; see [readme](https://github.com/9001/copyparty#zeromq) or `--help-hooks` for examples d9db1534
7
+
* new volflags to specify the [allow-tag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy#iframes) of the markdown/logue sandbox, to allow fullscreen and such (see `--help-flags`) 6a0aaaf0
8
+
* new volflag `nosparse` for possibly-better performance in very rare and specific scenarios 917380dd
9
+
* only enable this if you're uploading to s3 or something like that, and do plenty of benchmarking to make sure that it actually improved performance instead of making it worse
10
+
11
+
## 🩹 bugfixes
12
+
13
+
* restrict max-length of filekeys to 72 characters e0cac6fd
14
+
* the hash-calculator mode of the commandline uploader produced incorrect whole-file hashes 4c04798a
15
+
* each chunk (`--chs`) was okay, but the final sum was not
16
+
17
+
## 🔧 other changes
18
+
19
+
* selftest the xml-parser on startup with malicious xml b2e8bf6e
20
+
* just in case a future python-version suddenly makes it unsafe somehow
21
+
* disable some features if a dangerously misconfigured reverseproxy is detected 3f84b0a0
22
+
* the download-as-zip feature now defaults to utf8 filenames 1231ce19
0 commit comments