-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog.txt
More file actions
25 lines (16 loc) · 907 Bytes
/
Copy pathChangelog.txt
File metadata and controls
25 lines (16 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ChangeLog
Added: osEncodeSHA256 (Threat level None)
Added: osDecodeSHA256 (Threat level None)
Added: osDerezObject (Threat level high)
Added: osRandomOrg (Threat level None)
Added: MessageUrl
#ChangeLog How to use
string osEncodeSHA256("text to encrypt","password");
string osDecodeSHA256("encoded text","password");
integer osRandomOrg(min,max);
MessageUrl is used to generate the welcome message from a web script
If MessageUrl is enabled and set then this will override the WelcomeMessage option in the ini
Note changing the welcome message text in the ini or the webserver no longer requires you to reset
opensim/robust as it looks it up on every login. change between MessageUrl and WelcomeMessage
Requires restarting
If you add <USERNAME> anywhere anywhere in the welcome message in the ini or webserver it will replace it ;with the first and last name of the user logging in