mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 18:13:46 +01:00
new {.sha256.}
This commit is contained in:
parent
1e21013b96
commit
de7f157390
@ -1977,6 +1977,8 @@ try
|
|||||||
result:=strMD5(p);
|
result:=strMD5(p);
|
||||||
if name = 'sha1' then
|
if name = 'sha1' then
|
||||||
result:=strSHA1(p);
|
result:=strSHA1(p);
|
||||||
|
if name = 'sha256' then
|
||||||
|
result:=strSHA256(p);
|
||||||
|
|
||||||
if name = 'vfs select' then
|
if name = 'vfs select' then
|
||||||
if pars.count = 0 then
|
if pars.count = 0 then
|
||||||
|
|||||||
3
todo.txt
3
todo.txt
@ -24,9 +24,12 @@
|
|||||||
+ macros missing to cache a folder: {.reply|content=|var=|code=|filename=|mime=.}
|
+ macros missing to cache a folder: {.reply|content=|var=|code=|filename=|mime=.}
|
||||||
- unexpected scripting behavior http://www.rejetto.com/forum/index.php/topic,9728.msg1054517.html#msg1054517
|
- unexpected scripting behavior http://www.rejetto.com/forum/index.php/topic,9728.msg1054517.html#msg1054517
|
||||||
in handleItem() translate only symbols, and run all macros at the end
|
in handleItem() translate only symbols, and run all macros at the end
|
||||||
|
document: {.if|var}
|
||||||
|
document: {.for line.}
|
||||||
document: {.exec|out|timeout|exitcode.}
|
document: {.exec|out|timeout|exitcode.}
|
||||||
document: [+section]
|
document: [+section]
|
||||||
document: {.set item|diff template.}
|
document: {.set item|diff template.}
|
||||||
|
document: {.calc| ][ }
|
||||||
document: single line diff templates
|
document: single line diff templates
|
||||||
document: disconnection reason|if=XXX
|
document: disconnection reason|if=XXX
|
||||||
document: %url%
|
document: %url%
|
||||||
|
|||||||
@ -12,20 +12,24 @@ propaganda
|
|||||||
Mobile-friendly template
|
Mobile-friendly template
|
||||||
Unicode support
|
Unicode support
|
||||||
Encrypted login, and logout
|
Encrypted login, and logout
|
||||||
|
DoS protection
|
||||||
IPv6
|
IPv6
|
||||||
/propaganda
|
/propaganda
|
||||||
+ new default template
|
+ new default template
|
||||||
+ new login system, session based, with logout
|
+ new login system, session based, with logout
|
||||||
+ IPv6 support
|
+ IPv6 support
|
||||||
|
+ DoS protection https://rejetto.com/forum/index.php?topic=13060.msg1065962#msg1065962
|
||||||
+ {.set item|name.}
|
+ {.set item|name.}
|
||||||
+ {.get item|icon.}
|
+ {.get item|icon.}
|
||||||
+ {.set cfg.}
|
+ {.set cfg.}
|
||||||
+ {.for line.}
|
+ {.for line.}
|
||||||
+ {.if|var}
|
+ {.if|var}
|
||||||
+ cache for jquery and template sections
|
+ cache for jquery and template sections
|
||||||
+ new template commands: base64, base64decode, md5, sha1
|
+ new template commands: base64, base64decode, md5, sha1, sha256
|
||||||
+ *.diff.tpl in exe's folder
|
+ *.diff.tpl in exe's folder
|
||||||
+ default mime-type for mkv
|
+ default mime-type for mkv
|
||||||
|
+ 'no list' section flag
|
||||||
|
+ https client support (not server)
|
||||||
- fixed template handling of section names with both '+' and '=' present
|
- fixed template handling of section names with both '+' and '=' present
|
||||||
- fixed LNK files to deleted items
|
- fixed LNK files to deleted items
|
||||||
- fixed comments files were not updated upon deletion of files
|
- fixed comments files were not updated upon deletion of files
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user