9 Commits

Author SHA1 Message Date
Martijn Laan
41e4b363cd
Add SHA256 verification in all places where it can do ISSig verification, using new [Files] parameter Hash.
Didn't test anything yet. Want to do a small refactor first.
2025-06-12 09:31:14 +02:00
Martijn Laan
3c67d36bff
Add [Files] flag "download" for integrated download support. Was rather easy 👍
Todo:
-Handle username + password
-Add param for .issig url, like IssigSource? Now it requires a second entry
-Doc
-Allow download+extractarchive? I suppose the download part would need to be integrated differently since it first would need to download (all?) the archive(s) to {tmp} using CreateDownloadPage. Hooking up the download steam to the 7-Zip instream wouldn't work since it needs non-sequential access.
2025-06-08 13:42:34 +02:00
Martijn Laan
8a5359c1f7
Fix the exception issue by introducing a new message. Cleans up the code AND the message to the user 👍 Todo: commit Default.isl.
New message is:

ErrorExtracting=An error occurred while trying to extract an archive:
2025-06-06 20:48:32 +02:00
Martijn Laan
475967a272
Add new messages for issigverify errors. Todo: commit new Default.isl. 2025-06-05 22:05:15 +02:00
Martijn Laan
d35d8bf543
Finish new messages / exception handling. 2025-06-04 10:10:08 +02:00
Martijn Laan
36177fd98a
Redo the message change. Todo: commit updated Default.isl. 2025-06-03 20:09:20 +02:00
Martijn Laan
96853695e2
Update for new messages. 2024-11-15 00:02:22 +01:00
Martijn Laan
8150ccabcc
Cleanup. 2024-10-26 09:38:44 +02:00
Martijn Laan
b50e481790
A few more renames. 2024-08-04 21:22:03 +02:00