This simulator release adds several new LSL methods, including methods to hash strings, replace substrings, and get additional data using llGetEnv and llGetSimStats. It also cleans up some unused codepaths to make future improvements easier.
Resolved Issues
BUG-233288 Scripts do not operate properly under this new server version 577942
SRV-173 Tooltips for the new RSA functions appear corrupted
SRV-164 llReplaceSubString() tooltip has outdated information about the 'count' value.
SRV-135 llReplaceSubString() misbehaves when pattern is empty string
SRV-127 llVerifyRSA() fails to verify llSignRSA()-generated signature when using MD5 algorithm
BUG-232895 llLinksetDataFindKeys() does not sort keys alphanumerically before handling index inputs.
SRV-114 Enable llHMAC(), llSignRSA(), llVerifyRSA() functions in LSL
SRV-83 add llReplaceSubString() for fast string replacements