UbitUmarov
79dbca84f9
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
2024-08-17 00:30:18 +01:00
Adil El Farissi
207c3d1e71
Revert some default params and fixes to SSL support
2024-08-16 23:04:40 +01:00
Adil El Farissi
ac9ed3d5d1
Add selfsigned certificates support to Robust and osGetLinkInventoryKeys plus some fixes
2024-08-16 22:59:25 +01:00
Adil El Farissi
c2c3ca418a
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.
2024-08-16 22:53:04 +01:00
UbitUmarov
e2b655a939
verify vivox requests
2024-08-14 13:28:33 +01:00
UbitUmarov
b0d006c53a
another typo, thx Tampa
2024-08-12 20:55:28 +01:00
UbitUmarov
2361876f46
another null ref, thx Tampa
2024-08-08 05:42:03 +01:00
UbitUmarov
f1b6d9186e
mantis 9135: avoid null ref
2024-08-02 03:29:40 +01:00
UbitUmarov
70fa48280c
catch some possible null refs
2024-08-01 20:00:25 +01:00
UbitUmarov
d9cfb3bcae
improve script cpu time resolution specially on windows
2024-08-01 19:58:12 +01:00
UbitUmarov
1f7e0d1dd9
fix typo
2024-07-21 00:14:29 +01:00
UbitUmarov
cce3327734
minor cleanup
2024-07-04 00:07:37 +01:00
UbitUmarov
73a9462ef8
a few changes to llGetNotecardLineSync
2024-07-04 00:04:15 +01:00
Sue Cripter
0bf18539b5
Add llGetNotecardLineSync
2024-07-04 00:10:29 +02:00
UbitUmarov
c8b13599df
fix shared group object item modify permission check
2024-07-03 20:03:47 +01:00
UbitUmarov
b06ecf8014
viewers now are sending a useless flood of agent updates. Ignore some
2024-07-03 00:44:02 +01:00
BlueWall
48a300fa2f
Adding missing 'regionextra' table and associated handlers to the PgSQL adapter.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2024-06-24 19:55:15 +01:00
BlueWall
eb74fa6eec
Fix region data loading to prevent deletion of telehub spawnpoints
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2024-06-24 19:51:44 +01:00
BlueWall
6c857b7ff9
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 <ajlduarte@sapo.pt >
2024-06-24 19:49:06 +01:00
BlueWall
ebcc0f0077
Postgresql Fixes: region store, mutelist and generic table handler.
...
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt >
2024-06-24 19:42:20 +01:00
UbitUmarov
cc1227364c
add llDerezObject(..)
2024-06-23 21:54:46 +01:00
UbitUmarov
583cc04910
also add default uuid zero string to mysql and pgsql pbr entries
2024-06-23 21:50:32 +01:00
UbitUmarov
c4635d86d0
llSetCameraAtOffset() or llSetCameraEyeOffset() on a child prim do not mess root prim ( reverts 174df94172)
2024-06-19 20:22:43 +01:00
UbitUmarov
37d37665bf
fix sqlite migration
2024-06-19 11:13:09 +01:00
UbitUmarov
644af5093e
remove duplicated cap service
2024-06-15 05:30:22 +01:00
UbitUmarov
8e874d97c5
if at load all pbt terrain id are zero reset all to non pbr ids (so on version update they look the same automaticly)
2024-06-15 00:31:25 +01:00
UbitUmarov
58f74dceb3
do not reset SentTPBR state
2024-06-14 21:59:56 +01:00
UbitUmarov
ed455616f7
decouple mirrors feature from VTPBR
2024-06-12 13:33:50 +01:00
UbitUmarov
8becea09c1
oops wrong sent flag
2024-06-11 23:21:33 +01:00
UbitUmarov
f81a11aaab
duhh why did i compare regionSize Z ?? phhhh
2024-06-11 22:26:15 +01:00
UbitUmarov
65738b3766
a few more changes for hypothetical terrain PBR
2024-06-10 21:02:31 +01:00
UbitUmarov
183350b617
viewers MUST ask for pbr terrain, requesting fake cap VTPBR if only support terrain pbr on standard size regions or cap VETPBR support on all region sizes
2024-06-08 22:05:41 +01:00
UbitUmarov
54fe5747ea
add storage for pbr terrain feature that viewers for opensim may add
2024-06-08 21:58:46 +01:00
UbitUmarov
ecdc979687
oops it is sRGB not linear, so rename to osTemperature2sRGB
2024-06-04 09:46:11 +01:00
UbitUmarov
1d9d39328d
add osTemperatureToLinearColor()
2024-06-04 09:05:03 +01:00
UbitUmarov
30586b34f6
replace Util.Clamp<T>()
2024-06-04 09:01:10 +01:00
UbitUmarov
270427ba2a
add vector osGetLinkColor(LSL_Integer linknum, LSL_Integer face)
2024-05-18 22:17:10 +01:00
UbitUmarov
7b731a387b
oops we do have DATA_PAYINFO for local users, thx Tampa
2024-05-17 22:07:16 +01:00
UbitUmarov
c69a112293
mantis 9130: several changes to llRequestAgentData
2024-05-17 19:27:08 +01:00
UbitUmarov
cbe6071f29
and more on broke pgsql
2024-05-16 01:07:45 +01:00
UbitUmarov
f7fd1a5497
and more..
2024-05-16 00:40:00 +01:00
UbitUmarov
d0173f40f8
and more..
2024-05-16 00:34:09 +01:00
UbitUmarov
18a0718508
and more..
2024-05-15 23:46:01 +01:00
UbitUmarov
099da7efe5
and more..
2024-05-15 23:29:31 +01:00
UbitUmarov
114830aa4b
retry...
2024-05-15 23:12:08 +01:00
UbitUmarov
971778019a
pgsql: still uint cast issue
2024-05-15 23:05:34 +01:00
UbitUmarov
464409bbc2
pgsql: a few more changes..
2024-05-15 22:57:45 +01:00
UbitUmarov
62ce9c1ba8
pgsql : fix asset store and a cast on estate
2024-05-15 22:35:43 +01:00
UbitUmarov
561eb73a1d
pgsql : fix region store
2024-05-15 21:09:42 +01:00
UbitUmarov
cc7a06abd0
pgsql : fix region store
2024-05-15 20:54:30 +01:00