Releases: rfc-2549/sakisafe
Releases · rfc-2549/sakisafe
v2.4.1
2.3.0
1.4
- Modified index
- added URL shorter (url POST parameter)
- Added curl instructions in index
Full Changelog: 1.1...v1.4
1.1
Changelog
- added
--i2p
to lainsafecli, allowing lainsafecli to uses i2p instances (but as far as i know there aren't any) - Fixed lainsafe link giving. it would give https://whatever.tldfiles/160000000000.png instead of https://whatever.tld/files/160000000000.png
1.0
Changelog
- lainsafe returns
$ENV{HTTP_HOST}
instead of$ENV{HTTP_REFERER}
, meaning that the http host is handled by the server rather than the client, making useless to print$DEFAULT_SERVER
in lainsafecli - lainsafecli supports --tor, use it to upload file using the tor network
- lainsafe renames the files to the unix time in miliseconds + extension, so coalition isn't possible (unless a file with the same extension is uploaded in the same milisecond)
- added --get-response, which, in case of error, prints what the server returned, so it helps you debug