29102 Commits

Author SHA1 Message Date
8f04e73d70 Update flavour 2026-03-01 08:08:55 +01:00
78ba26088a Merge branch 'master' into lotix 2026-03-01 05:47:46 +01:00
UbitUmarov
18f652ee8d try to timeout httpclient reads 2026-02-27 16:15:10 +00:00
b8f87a029c Merge branch 'master' into lickx 2026-02-27 04:48:39 +01:00
UbitUmarov
a99a3d2b3c split userprofiles request queues into local and HG, add console debug comand profiles status to check size of those queues
Some checks failed
.msbuildnet6 / build (push) Has been cancelled
2026-02-27 01:33:50 +00:00
2b5ba52e5d Put these two 'using' back 2026-02-26 20:04:52 +01:00
¡Cinder! ㊝
710bcbb2a0 A few unmistakable bugs I saw while poking (#140)
* Invalid comparison (map to bool/int) Check for null and count properly

* Fix a bad comparison. Good thing OpenSim doesn't support oblong regions.

* Assuming this should throw being that an exception is being created and all...

* ServerReleaseNotesModule.Initialize() returns unless capURL equals "localhost", which is almost certainly unintended.

* Same for EstateAccess

* Harden MapImageServicesConnector a lil bit.
2026-02-26 19:58:01 +01:00
e428722cba Merge branch 'master' into lickx 2026-02-26 19:22:59 +01:00
UbitUmarov
c725dae95a Ooops fix stun servers URIs. Thx MB 2026-02-26 17:20:13 +00:00
UbitUmarov
5fd022e33c more things on webrtc, reduce use of async/await 2026-02-26 14:53:45 +00:00
d0471554aa Merge branch 'master' into lickx 2026-02-26 07:47:37 +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
b41033a8f1 do not fully trust viewers about parcels, plus cosmetics 2026-02-23 20:52:34 +00:00
UbitUmarov
b42e8dc0ad change webrtc module namespace by Robert request 2026-02-22 20:15:34 +00:00
UbitUmarov
adf5f1f6bd a few changes to webrtc module 2026-02-22 20:03:36 +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
UbitUmarov
eaed2f5b02 add llSetRenderMaterial (ugly code) 2026-02-22 11:51:58 +00:00
lickx
b72fda435b Make denied message customizable 2026-02-22 05:05:51 +01:00
lickx
e838953db8 Merge branch 'master' into lickx 2026-02-18 05:06:57 +01:00
UbitUmarov
511c4c637c add some more checks nulls at profiles 2026-02-17 18:58:56 +00:00
lickx
5d58ca3074 Post-rebase fixes 2026-02-15 13:13:45 +01:00
lickx
d69bf27629 Extra check verifying local grid user 2026-02-07 15:47:11 +01:00
lickx
2ae41550fe Take name from UserAgentService response
For possible avi name changes, this time proper HG formatted.
Not sure if this is used tho, and no way to test (don't have two grids).
2026-02-07 15:47:11 +01:00
lickx
7adc5b6b51 Default to preserving creator information in IARs
Where --nocreators will not save it
2026-02-07 15:47:11 +01:00
lickx
92fa5975bf Revert "Take firstname and lastname from UserAgentService response"
This reverts commit de00d96c9b.
2026-02-07 15:47:11 +01:00
lickx
425cdb420e Take firstname and lastname from UserAgentService response 2026-02-07 15:47:11 +01:00
lickx
3f42069f42 Revert to regular version string, but with Lickx as flavour
For better compatibility with scripts that check for a minimum OpenSim version
2026-02-07 15:47:11 +01:00
lickx
6061e48d09 Verify avatar name taking into account name changes 2026-02-07 15:47:11 +01:00
lickx
e950829c94 Now does allow GridService from other instance 2026-02-07 15:47:11 +01:00
lickx
20492ac080 Partial revert commit aed3df84a7
Can't assume GridService runs within same instance as GridInfoService
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
9a0de63ae7 Cleanup a bit for mantis 8366 2026-02-07 15:47:11 +01:00
lickx
b2d37a7129 Re-introduce ForceViewersUpdateName
To see if this will help name changes propagate
2026-02-07 15:47:11 +01:00
lickx
6f1dd37bd4 Use ILIKE where applicable 2026-02-07 15:47:07 +01:00
lickx
cbd586792b forceGridAdminsOnly and forceGridGodsOnly is no longer needed 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
8d8217951d Reapply "mantis 9133 replace some z < 0 checks by < Constants.MinSimulationHeight (-100)"
This reverts commit cb1bde70db.
2026-02-07 15:43:59 +01:00
lickx
e1459301af Reapply "a few more changes on terrain"
This reverts commit ce1f31864f.
2026-02-07 15:43:59 +01:00
lickx
06c1c683e5 Reapply "Fix SmoothArea to be uniform again"
This reverts commit 1d92dee88c.
2026-02-07 15:43:59 +01:00
lickx
67bb7ab857 Reapply "try to fix some terrain issues, Add some more locking"
This reverts commit 103e21f3ed.
2026-02-07 15:43:55 +01:00
lickx
14d4d4e138 Comment out debug message for animation overrides 2026-02-07 15:43:06 +01:00
lickx
79d20b92fb Only work on imap when connected 2026-02-07 15:43:05 +01:00
lickx
0aebf3fbdf Revert "try to fix some terrain issues, Add some more locking"
This reverts commit e5d10bf127.
2026-02-07 15:43:02 +01:00
lickx
9a1a56bec8 Revert "Fix SmoothArea to be uniform again"
This reverts commit b1a2773de9.
2026-02-07 15:38:47 +01:00
lickx
7a1c2fe908 Revert "a few more changes on terrain"
This reverts commit 9a02b55bf2.
2026-02-07 15:38:47 +01:00
lickx
de1ea30ad3 Revert "mantis 9133 replace some z < 0 checks by < Constants.MinSimulationHeight (-100)"
This reverts commit f2379dc785.
2026-02-07 15:38:47 +01:00
lickx
49101a579d Revert "remove option ClampNegativeZ"
This reverts commit 9a92d94e99.
2026-02-07 15:38:47 +01:00
lickx
04962f9050 Add administrator check in HGEntityTransferModule 2026-02-07 15:38:47 +01:00
lickx
a596034fb7 Make the finished loading message more useful 2026-02-07 15:38:47 +01:00