forked from opensim/opensim
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream changes through 9/5, 2024 (#91)
* also add default uuid zero string to mysql and pgsql pbr entries * add llDerezObject(..) * update ScriptSyntax * Postgresql Fixes: region store, mutelist and generic table handler. Signed-off-by: UbitUmarov <[email protected]> * Fix wrong primary key on telehub spawn points. With the RegionUUID being created as a unique primary key only one spawn point could be created. Replaced the primary key with one using multiple columns to guarantee that each spawn point occupies a unique space in the region. Signed-off-by: UbitUmarov <[email protected]> * Fix region data loading to prevent deletion of telehub spawnpoints Signed-off-by: UbitUmarov <[email protected]> * Adding missing 'regionextra' table and associated handlers to the PgSQL adapter. Signed-off-by: UbitUmarov <[email protected]> * viewers now are sending a useless flood of agent updates. Ignore some * fix shared group object item modify permission check * Add llGetNotecardLineSync * a few changes to llGetNotecardLineSync * minor cleanup * fix typo * improve script cpu time resolution specially on windows * catch some possible null refs * mantis 9135: avoid null ref * another null ref, thx Tampa * another typo, thx Tampa * verify vivox requests * Basic implementation of SSL selfsigned certificates creation and renewal Allows selfsigned certificates creation and renewal for local and external use. When enabled, will create a folder SSL\ and 2 sub folders SSL\ssl\ and SSL\src\. Next creates and store an RSA private key in SSL\src\ and the derived selfsigned certificates in SSL\ssl\ folder. Is also possible to renew the certificate on every server restart if CertRenewOnStartup is set to true. Note: The SSL related params in the network section was adapted to be user friendly and allow the usage just by uncommenting the SSL params in both sections and a password change. * Add selfsigned certificates support to Robust and osGetLinkInventoryKeys plus some fixes * Revert some default params and fixes to SSL support * a few changes. in same cases http/https can't be determined. possible both need to be present, possible with http a redir to https. TODO * ... in same cases http/https can't be determined. possible both need to be present, possible with http a redir to https. TODO * fixed check of EnableSelfsignedCertSupport option * Upstream changes through Aug 26, 2024 * mantis 9159: ignore spaces in z on cast string to vector * mantis 9159: same on rotation s * mantis 9158: allow it on prim inv to non-mod prim inventory if same owner and allowdrop was set on target * Address CodeQL feedback "variable may be null" --------- Signed-off-by: UbitUmarov <[email protected]> Co-authored-by: UbitUmarov <[email protected]> Co-authored-by: BlueWall <[email protected]> Co-authored-by: Sue Cripter <[email protected]> Co-authored-by: Adil El Farissi <[email protected]>
- Loading branch information
1 parent
8b2a567
commit 07a56b4
Showing
24 changed files
with
389 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.