From fb1d5619a105a7362ba3e3809d0488f417879d1c Mon Sep 17 00:00:00 2001
From: Adil El Farissi <144741970+AdilElFarissi@users.noreply.github.com>
Date: Fri, 5 Jul 2024 20:05:13 +0000
Subject: [PATCH] Update ScriptSyntax.xml
---
bin/ScriptSyntax.xml | 116 +++++++++++++++++++++----------------------
1 file changed, 58 insertions(+), 58 deletions(-)
diff --git a/bin/ScriptSyntax.xml b/bin/ScriptSyntax.xml
index e5963baebe..c542997fd7 100644
--- a/bin/ScriptSyntax.xml
+++ b/bin/ScriptSyntax.xml
@@ -6783,6 +6783,44 @@
+ osAESEncrypt
+
+ returnstring
+ arguments
+ secrettypestring
+ plainTexttypestring
+
+ tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a random Initialization Vector (IV). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
+
+ osAESEncryptTo
+
+ returnstring
+ arguments
+ secrettypestring
+ plainTexttypestring
+ ivStringtypestring
+
+ tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a custom Initialization Vector (ivString). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
+
+ osAESDecrypt
+
+ returnstring
+ arguments
+ secrettypestring
+ encryptedTexttypestring
+
+ tooltipDecrypt an encrypted text using osAESEncrypt() and the same Key (secret) used in the encryption. Returns the decrypted text.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
+
+ osAESDecryptFrom
+
+ returnstring
+ arguments
+ secrettypestring
+ encryptedTexttypestring
+ ivStringtypestring
+
+ tooltipDecrypt an encrypted text using osAESEncryptTo() and the same Key (secret) and Initialization Vector (ivString) used in the encryption. Returns the decrypted text.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
+
osAgentSaveAppearance
returnkey
@@ -6811,16 +6849,6 @@
osApproxEquals
-
- returninteger
- arguments
- ratyperotation
- rbtyperotation
- margintypefloat
-
- tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds.
-
- osApproxEquals
returninteger
arguments
@@ -6831,11 +6859,31 @@
tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds.
osApproxEquals
+
+ returninteger
+ arguments
+ ratyperotation
+ rbtyperotation
+ margintypefloat
+
+ tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds.
+
+ osApproxEquals
+
+ returninteger
+ arguments
+ ratyperotation
+ rbtyperotation
+
+ tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds.
+
+ osApproxEquals
returninteger
arguments
vatypevector
vbtypevector
+ margintypefloat
tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds.
@@ -6854,16 +6902,6 @@
arguments
vatypevector
vbtypevector
- margintypefloat
-
- tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds.
-
- osApproxEquals
-
- returninteger
- arguments
- ratyperotation
- rbtyperotation
tooltip\n- Threat Level: VeryHigh.\n- Permissions: ESTATE_MANAGER,ESTATE_OWNER.\n- Sleep: 0 seconds.
@@ -9078,43 +9116,5 @@
arguments
tooltipGets active wind plugin name, specified by "wind_plugin" in OpenSim.ini ("SimpleRandomWind" or "ConfigurableWind").\n- Threat Level: None.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
- osAESEncrypt
-
- returnstring
- arguments
- secrettypestring
- plainTexttypestring
-
- tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a random Initialization Vector (IV). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
-
- osAESEncryptTo
-
- returnstring
- arguments
- secrettypestring
- plainTexttypestring
- ivStringtypestring
-
- tooltipEncrypt a plain text using AES-256-CBC Symmetric Algorithm Key (secret) and a custom Initialization Vector (ivString). Returns the Hex string of the IV bytes and the Hex string of the encrypted text bytes separated with (:).\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
-
- osAESDecrypt
-
- returnstring
- arguments
- secrettypestring
- encryptedTexttypestring
-
- tooltipDecrypt an encrypted text using osAESEncrypt() and the same Key (secret) used in the encryption. Returns the decrypted text.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
-
- osAESDecryptFrom
-
- returnstring
- arguments
- secrettypestring
- encryptedTexttypestring
- ivStringtypestring
-
- tooltipDecrypt an encrypted text using osAESEncryptTo() and the same Key (secret) and Initialization Vector (ivString) used in the encryption. Returns the decrypted text.\n- Threat Level: Not Checked.\n- Permissions: Always allowed by default.\n- Sleep: 0 seconds.
-
\ No newline at end of file