b8f87a029c
Merge branch 'master' into lickx
2026-02-27 04:48:39 +01:00
UbitUmarov
492ac6a629
update CSJ2K
2026-02-26 19:56:34 +00:00
d0471554aa
Merge branch 'master' into lickx
2026-02-26 07:47:37 +01:00
2e933108c4
Suggestions for startup/shutdown_commands.txt.example
2026-02-26 07:45:08 +01:00
UbitUmarov
fc607035c8
add to opensim.ini a list of stun servers and send it to viewers in simulator features cap
2026-02-25 19:37:02 +00:00
UbitUmarov
044b5f69aa
rename os webrtc ini file to *.example since only a few can test it, for now
2026-02-24 17:01:46 +00:00
UbitUmarov
674c3a0424
add Robert Adams os-webrtc-janus experimental module. License changed to same BSD as rest of OpenSimulator by Robert, for OpenSimulator use
2026-02-22 17:11:34 +00:00
lickx
b72fda435b
Make denied message customizable
2026-02-22 05:05:51 +01:00
lickx
ec3388dcce
Add sqlite for arm64 linux
2026-02-08 10:17:14 +01:00
lickx
e950829c94
Now does allow GridService from other instance
2026-02-07 15:47:11 +01:00
lickx
624775f5f4
Mantis 9199: Add new (to be) hg friends to GridUser table
...
Now after confirming friendship on the homegrid, immediately instant
messages can be exchanged, without the foreign friend ever having to
have visited our grid before.
2026-02-07 15:47:11 +01:00
lickx
a1681f2247
Update DeniedClients suggestion
2026-02-07 15:43:59 +01:00
lickx
67700ea1ed
Put back a comment about permission control
2026-02-07 15:43:59 +01:00
lickx
115887fc10
Remove godmode for region owners+admins
...
From now on only possible for user level >= 200
2026-02-07 15:43:59 +01:00
lickx
333d837da6
Reapply "remove option ClampNegativeZ"
...
This reverts commit 667695b393 .
2026-02-07 15:43:59 +01:00
lickx
49101a579d
Revert "remove option ClampNegativeZ"
...
This reverts commit 9a92d94e99 .
2026-02-07 15:38:47 +01:00
lickx
db8ba76c1e
Make default slurl prefix more opensim-like
...
While still remaining compatible with declined RLVa inventory offers
2026-02-07 15:38:36 +01:00
lickx
b19f50904e
Make cache an option, for issue #25
2026-02-07 15:37:04 +01:00
lickx
e651278a54
llGetTimeOfDay() and llGetRegionTimeOfDay based on Environment
...
llGetTimeOfDay() is based on the current parcel environment, while
llGetRegionTimeOfDay() is based on the region environment
With a fallback on the hardcoded way we did this if no environment module
is active
2026-02-07 15:30:31 +01:00
lickx
3f658e414b
Allow defining path where to store generated MAP-uuid.png
...
Defaults to the folder containing OpenSim.dll/.exe for legacy compatibility
2026-02-07 15:30:31 +01:00
lickx
3085953ce5
Add examples of bad viewers in line with the Wiki
2026-02-07 15:30:09 +01:00
lickx
6f5083e5c7
Implement lxGetAgentViewer
...
This was an old request
2026-02-07 15:27:55 +01:00
lickx
02c088de00
Revert DefaultWater
...
I forgot my motivation I once had to modify it, but with the master
version I can create AND open a new Water setting in my inv again.
You might have to issue 'fcache deletedefaultassets' in your simulator,
AND clear your viewer cache.
2026-02-07 15:27:55 +01:00
lickx
69d8b70bba
Enable sim-local mail by default
...
This is safe. With this setup mail addressed to outside destinations
(any address not ending in internal_object_host) is silently discarded.
By default the internal_object_host is defined as lsl.opensim.local
2026-02-07 15:27:55 +01:00
lickx
1b2d0d2ddc
Change SMTP section to the more descriptive Email
2026-02-07 15:11:38 +01:00
lickx
b4e36ca262
Remove feature for now
...
This caused land sales for more than 0L to not work for local users,
at least with Gloebit. This check will probably need to happen elsewhere
but idk where yet
2026-02-07 15:11:38 +01:00
lickx
0e935cd69f
Implement a request for a custom ban message
2026-02-07 15:11:38 +01:00
lickx
f05f84ce9f
Add the PAYMENT_* constants as well
2026-02-07 15:11:34 +01:00
lickx
70c9172f2c
Comment typo in the new IMAP config
2026-02-07 15:00:38 +01:00
lickx
79feac5698
Implement intersim object2object e-mail for LSL
2026-02-07 15:00:38 +01:00
lickx
44c88b7258
Remove an unused optional feature for code clarity
2026-02-07 14:38:24 +01:00
lickx
48b6782b83
Update comment info on texture asset
2026-02-07 14:20:44 +01:00
lickx
f7178a3a1d
Correct IMG_BLOOM1
2026-02-07 14:20:44 +01:00
lickx
81bfcb7578
Make allowing HG residents to buy parcels an option
...
By default this option is true (like in vanilla OpenSim)
2026-02-07 14:20:40 +01:00
lickx
b923c9e5bc
Lowercase some asset UUID's, include water texture in setting
2026-02-07 14:17:55 +01:00
lickx
0f9690d8a3
XEngine is no longer an option, so remove config
2026-02-07 14:12:35 +01:00
lickx
fb412ddfdf
Remove an unused optional feature for code clarity
2026-02-07 14:11:38 +01:00
lickx
3b4ff99c66
Put back god stuff in OpenSim.ini
...
Note that on our branch region_owner_is_god defaults to false,
so it will only be enabled by setting that line to true in the ini!
2026-02-07 14:05:41 +01:00
lickx
e23eeabd26
Change release notes link
2026-02-07 13:46:25 +01:00
lickx
accaa74344
Add pre-EEP sun, issue 2
2026-02-07 13:45:54 +01:00
lickx
154750c31d
Upgrade ground textures, closes #1
2026-02-07 13:45:50 +01:00
lickx
1eb6f8fed9
Add missing assets, closes #2
2026-02-07 13:44:25 +01:00
lickx
9e399f51b0
Preserve formatting from master, for cleaner diffs
...
Also rephrase the slurl stuff
2026-02-07 13:44:22 +01:00
lickx
2dc7a7cf16
Less drastic, but still ethical defaults
2026-02-07 13:42:40 +01:00
lickx
4de6df9c6b
Discourage god mode in the example config
2026-02-07 13:41:04 +01:00
lickx
efb9370527
No god mode for region owners by default
2026-02-07 13:41:04 +01:00
lickx
328c5b3692
Add hardened permissions option
2026-02-07 13:38:18 +01:00
lickx
4fd189776a
Mantis 6311
...
Signed-off-by: lickx <sinesurfer@gmail.com >
2026-02-07 13:32:12 +01:00
UbitUmarov
8714f59277
a few changes to pgsql, Thx Tampa, (untested, may be bad)
2025-11-23 00:35:17 +00:00
UbitUmarov
d29cbadbb6
caps still wrong
2025-11-17 13:10:55 +00:00