Commit Graph

  • af207a329d a few changes to last patch master raf207a3 UbitUmarov 2026-06-30 21:37:22 +01:00
  • da6a36c26d Handle failed asset stores for InventoryAccessModule Vincent Sylvester 2026-06-30 10:58:32 +02:00
  • 4a356cba5e fix typo in function name (missed file) UbitUmarov 2026-06-30 19:32:56 +01:00
  • bd750906af fix typo in function name UbitUmarov 2026-06-30 19:31:33 +01:00
  • 7ae3779423 cosmetics and things UbitUmarov 2026-06-27 23:50:17 +01:00
  • 9f68028c9d silly bugs UbitUmarov 2026-06-27 01:08:45 +01:00
  • d829644650 reduce unnecessary saves of attachments a bit UbitUmarov 2026-06-20 01:34:33 +01:00
  • effb5784c1 a few changes on assets store and exists return UbitUmarov 2026-06-19 22:47:12 +01:00
  • 7130e30483 increase asset store web timeout to 30s again UbitUmarov 2026-06-19 21:39:58 +01:00
  • ecdcaca032 cosmetics UbitUmarov 2026-06-19 01:41:02 +01:00
  • 2720a1db36 change the rebakes throotle code UbitUmarov 2026-06-16 21:56:11 +01:00
  • 60a32d28e4 add AddOrUpdate to ExpiringKey UbitUmarov 2026-06-16 21:41:15 +01:00
  • 8a95a4dfe0 Merge pull request #41 from holoneon/patch-3 Ubit Umarov 2026-06-16 20:54:32 +01:00
  • 282db7dd1e update libomv UbitUmarov 2026-06-16 19:09:47 +01:00
  • dae81f7bf5 Update AvatarFactoryModule.cs Fiona Sweet 2026-06-15 12:53:52 -07:00
  • 29889f481a cosmetics UbitUmarov 2026-06-12 12:12:24 +01:00
  • 2494f23538 Postgres fixes for uuid type handling Vincent Sylvester 2026-06-12 09:05:06 +02:00
  • cf8778f50f Merge pull request #36 from Tampa/webrtc-fix Ubit Umarov 2026-06-06 15:17:17 +01:00
  • a61b946563 Do not respond to vivox under webrtc Vincent Sylvester 2026-06-04 22:44:37 +02:00
  • 93ebb36904 cosmetics UbitUmarov 2026-06-04 11:36:33 +01:00
  • 6a679f7cfa Merge pull request #35 from AdilElFarissi/master Ubit Umarov 2026-06-04 11:03:34 +01:00
  • 9c2cc2d1af Bug fix and cosmetics Adil El Farissi 2026-06-04 00:41:25 +00:00
  • ad1d137c2e Merge branch 'master' of https://github.com/AdilElFarissi/opensim Adil El Farissi 2026-06-03 23:07:23 +00:00
  • 9afd9e9e74 increase default SensorMaxResults to 32 UbitUmarov 2026-06-01 09:34:38 +01:00
  • c2569335b6 update libomv UbitUmarov 2026-05-17 05:37:17 +01:00
  • 94e887b9f7 update libomv fixing a silly typo UbitUmarov 2026-05-14 03:12:09 +01:00
  • 72c6ac378a update libomv (changes to bin serialized used on lludp, etc) UbitUmarov 2026-05-14 02:53:22 +01:00
  • 821408215f cosmetics on groups UbitUmarov 2026-05-12 05:40:33 +01:00
  • b7da2feedd add cosmetics on AgentTransactionModule UbitUmarov 2026-05-12 04:22:34 +01:00
  • 88ef8a9dbe add Util.GetFirstConfigVarFromSections<T>(..) While GetConfigVarFromSections<T> scans all sections and returns the last value found, this returns as soon a value is found. So sections should be order from high priority to lower UbitUmarov 2026-05-12 03:18:26 +01:00
  • 9db019b2cc still read upload level from teh old position in Startup config, just in case UbitUmarov 2026-05-11 17:46:57 +01:00
  • f1b74cde60 Merge pull request #34 from holoneon/patch-1 Ubit Umarov 2026-05-11 17:15:41 +01:00
  • d6fd012e65 Update AssetTransactionModule.cs Fiona Sweet 2026-05-11 07:14:56 -07:00
  • 64408c9395 avoid potencial on forced replace of files in flotsam cache problem UbitUmarov 2026-05-02 00:06:47 +01:00
  • 5b2ca76fcb avoid some future problem, thx Deiji UbitUmarov 2026-04-30 05:53:46 +01:00
  • c6733b8c80 cosmetics on a blobfish UbitUmarov 2026-04-27 19:40:51 +01:00
  • d068a68583 cosmetics UbitUmarov 2026-04-27 14:06:55 +01:00
  • b713c3047e cosmetics UbitUmarov 2026-04-26 21:58:41 +01:00
  • ef8a36b40c silly bug UbitUmarov 2026-04-17 01:31:36 +01:00
  • 9e21972be5 do flag prims to save on lsl change of name or description UbitUmarov 2026-04-16 22:10:58 +01:00
  • 435636acdc cosmetics UbitUmarov 2026-04-09 20:02:41 +01:00
  • 144e0bf6bd mantis 9240 plus cosmetics, thx Tampa UbitUmarov 2026-04-06 00:26:37 +01:00
  • 1954be2f85 cosmetics UbitUmarov 2026-04-05 23:56:24 +01:00
  • 575abd6d42 fix dotnet linux getting confused UbitUmarov 2026-03-29 03:21:25 +01:00
  • 66fe32c7ca errr gridhash sent as a uuid; cosmetics UbitUmarov 2026-03-27 23:08:42 +00:00
  • f83ec8bebd webrtc change ID and desc of rooms, add pin to multiuser UbitUmarov 2026-03-26 21:36:11 +00:00
  • f024cd21d8 add ComputeShake128UUID. Returns UUID type 5 but using shake128 instead of sha1, if supported on machine, sha1 if not UbitUmarov 2026-03-26 21:12:36 +00:00
  • 4dd6782854 webrtc handler for client logout UbitUmarov 2026-03-26 02:21:00 +00:00
  • 130b817c37 make sure udpserver client logout is called and is last UbitUmarov 2026-03-26 02:14:30 +00:00
  • 8fd808e8f4 make sure we close parcel voice channels when user leaves region UbitUmarov 2026-03-26 01:06:11 +00:00
  • 73fb61d02b add scene.ID alias to scene.regioninfo.regionID plus cosmetics UbitUmarov 2026-03-26 00:22:40 +00:00
  • d34a926f81 WebRtc: break it a bit more UbitUmarov 2026-03-24 23:26:34 +00:00
  • 9a4f3aec85 WebRtcVoiceServiceModule should not be a region module. Move the region logic on it to proper region module (early dirty code) UbitUmarov 2026-03-24 20:42:51 +00:00
  • d027ce86e7 update libomv: fix issue on osd llsdbinary encoding UbitUmarov 2026-03-23 00:49:11 +00:00
  • 9b564759bf do not error on logout session uuid.zero UbitUmarov 2026-03-20 20:34:55 +00:00
  • e50d9d2904 try handle logout all sessions UbitUmarov 2026-03-20 02:15:21 +00:00
  • a75c9b3f20 viewer sessions are not reusable (at least not in a trivial way) UbitUmarov 2026-03-20 01:15:21 +00:00
  • 82c32eac18 allow setting of MaxResponseContentBufferSize per instance ofglobal httpclient; limit it to 1MB on webrtc UbitUmarov 2026-03-18 23:11:29 +00:00
  • ea7eb715a2 microslop made async await deadlocks; try make list sessions work; update libomv UbitUmarov 2026-03-17 21:25:01 +00:00
  • b9f938afbf we decide participantId (test);cosmetics; update libomv UbitUmarov 2026-03-17 02:18:15 +00:00
  • 8685188d9b cosmetics, make participantid a long plus avoid race condition... UbitUmarov 2026-03-15 23:23:45 +00:00
  • 8a279a91a7 some more changes adapted from Manni patch UbitUmarov 2026-03-15 21:55:16 +00:00
  • da5f1b3f7e cosmetics UbitUmarov 2026-03-15 18:22:50 +00:00
  • 0120e62250 use global shared httpclient on webrtc session UbitUmarov 2026-03-15 05:42:26 +00:00
  • 2a5389cc67 cosmetics UbitUmarov 2026-03-15 04:45:37 +00:00
  • 66fb7dee6b some more changes adapted from Manni patch UbitUmarov 2026-03-15 03:28:08 +00:00
  • 8e356b5ec1 some more changes adapted from Manni: update libopenmetaverse UbitUmarov 2026-03-14 23:46:03 +00:00
  • ae2938db8a some more changes adapted from Manni: update libopenmetaverse UbitUmarov 2026-03-14 23:44:42 +00:00
  • 3132e2bc32 some more changes adapted from Manni patch in mantis 9235 UbitUmarov 2026-03-14 22:36:42 +00:00
  • e661b5d6b5 some changes adapted from Manni patch in mantis 9235 note participantID still type int UbitUmarov 2026-03-14 20:55:05 +00:00
  • 8d7d2afd78 cosmetics UbitUmarov 2026-03-13 19:28:12 +00:00
  • a546ee2cdc Oppps, do set right vars not locals UbitUmarov 2026-03-13 19:27:21 +00:00
  • 3bc406837a Oppps, the httpclient dispose logic on scripts http request is diferent UbitUmarov 2026-03-13 18:05:59 +00:00
  • c0a4a4a4bd cosmetics on janusmessages UbitUmarov 2026-03-11 21:03:18 +00:00
  • ccc6e7b3b5 cosmetics on janusmessages UbitUmarov 2026-03-11 20:37:50 +00:00
  • f785a45418 try to use HttpCompletionOption.ResponseHeadersRead again UbitUmarov 2026-03-11 18:52:49 +00:00
  • d3f314b292 httpclient stream timout ignored under xml deserialize, so waste memory and time getting it all into mem first UbitUmarov 2026-03-05 03:46:28 +00:00
  • 18f652ee8d try to timeout httpclient reads UbitUmarov 2026-02-27 16:15:10 +00:00
  • a99a3d2b3c split userprofiles request queues into local and HG, add console debug comand profiles status to check size of those queues UbitUmarov 2026-02-27 01:33:50 +00:00
  • 492ac6a629 update CSJ2K UbitUmarov 2026-02-26 19:56:34 +00:00
  • c725dae95a Ooops fix stun servers URIs. Thx MB UbitUmarov 2026-02-26 17:20:13 +00:00
  • 5fd022e33c more things on webrtc, reduce use of async/await UbitUmarov 2026-02-26 14:53:45 +00:00
  • fc607035c8 add to opensim.ini a list of stun servers and send it to viewers in simulator features cap UbitUmarov 2026-02-25 19:37:02 +00:00
  • 044b5f69aa rename os webrtc ini file to *.example since only a few can test it, for now UbitUmarov 2026-02-24 17:01:46 +00:00
  • b41033a8f1 do not fully trust viewers about parcels, plus cosmetics UbitUmarov 2026-02-23 20:52:34 +00:00
  • b42e8dc0ad change webrtc module namespace by Robert request UbitUmarov 2026-02-22 20:15:34 +00:00
  • adf5f1f6bd a few changes to webrtc module UbitUmarov 2026-02-22 20:03:36 +00:00
  • 674c3a0424 add Robert Adams os-webrtc-janus experimental module. License changed to same BSD as rest of OpenSimulator by Robert, for OpenSimulator use UbitUmarov 2026-02-22 17:11:34 +00:00
  • eaed2f5b02 add llSetRenderMaterial (ugly code) UbitUmarov 2026-02-22 11:51:58 +00:00
  • 511c4c637c add some more checks nulls at profiles UbitUmarov 2026-02-17 18:58:56 +00:00
  • 8467ee34ff add lsl constant CLICK_ACTION_IGNORE UbitUmarov 2026-01-31 16:14:09 +00:00
  • 64cffc3389 cosmetics UbitUmarov 2026-01-29 04:55:53 +00:00
  • 4f8147696a fix setup of find parcel by fakeID at load UbitUmarov 2026-01-29 04:55:21 +00:00
  • bd1e32546f cosmetics UbitUmarov 2026-01-25 21:05:54 +00:00
  • 25ad17d068 mantis 9230: flag need for prims inventory saves in more 9un0link cases UbitUmarov 2026-01-24 21:40:00 +00:00
  • b9023bb3b6 cosmetics UbitUmarov 2026-01-21 02:07:41 +00:00
  • 86a879c9dd linux compiler gets confused... UbitUmarov 2026-01-14 20:56:44 +00:00
  • 4833652d9b let osNpcPlayAnimation play any animation from asset service, if a uuid is provided, instead of only default animations UbitUmarov 2026-01-14 02:46:18 +00:00
  • aed3df84a7 try to improve wquivalent regions count for standalones case on grid stats. Thx Tampa UbitUmarov 2026-01-13 19:07:43 +00:00
  • 9132b1c982 avoid going out bounds on llInsertString. Thx Tampa UbitUmarov 2026-01-13 02:39:43 +00:00