
Hi, there's a pretty major bug with
reqcld (and
cliendata).
When requesting data on a file, regardless of whether it exists or not,
When requesting data on a file, if the file exists, a data2 (checksum) is given, but if a file does not exist, a data2 (checksum) of is given. Before, an empty string was present.
I didn't change my code, this broke after the update.


When requesting data on a file, regardless of whether it exists or not,
data1is
0, even though it's supposed to be
1if the file was found.
When requesting data on a file, if the file exists, a data2 (checksum) is given, but if a file does not exist, a data2 (checksum) of
1
0000000000000000000000000000000000000000000000000000000000000000
I didn't change my code, this broke after the update.
If my diagnosis is correct, mode4 is entirely broken and will damage existing scripts that use it.
This seems important.