Commit Graph
33399 Commits
Author SHA1 Message Date
UbitUmarov b7da2feedd add cosmetics on AgentTransactionModule 2026-05-12 04:22:34 +01:00
UbitUmarov 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 2026-05-12 03:18:26 +01:00
UbitUmarov 9db019b2cc still read upload level from teh old position in Startup config, just in case 2026-05-11 17:46:57 +01:00
Ubit Umarov f1b74cde60 Merge pull request #34 from holoneon/patch-1
Update AssetTransactionModule.cs
2026-05-11 17:15:41 +01:00
Fiona Sweet d6fd012e65 Update AssetTransactionModule.cs
LevelUpload is defined in [Permissions] in OpenSimDefaults.ini, not [Startup]
2026-05-11 07:14:56 -07:00
UbitUmarov 64408c9395 avoid potencial on forced replace of files in flotsam cache problem 2026-05-02 00:06:47 +01:00
UbitUmarov 5b2ca76fcb avoid some future problem, thx Deiji 2026-04-30 05:53:46 +01:00
UbitUmarov c6733b8c80 cosmetics on a blobfish 2026-04-27 19:40:51 +01:00
UbitUmarov d068a68583 cosmetics 2026-04-27 14:06:55 +01:00
UbitUmarov b713c3047e cosmetics 2026-04-26 21:58:41 +01:00
UbitUmarov ef8a36b40c silly bug 2026-04-17 01:31:36 +01:00
UbitUmarov 9e21972be5 do flag prims to save on lsl change of name or description 2026-04-16 22:10:58 +01:00
UbitUmarov 435636acdc cosmetics 2026-04-09 20:02:41 +01:00
UbitUmarov 144e0bf6bd mantis 9240 plus cosmetics, thx Tampa 2026-04-06 00:26:37 +01:00
UbitUmarov 1954be2f85 cosmetics 2026-04-05 23:56:24 +01:00
UbitUmarov 575abd6d42 fix dotnet linux getting confused 2026-03-29 03:21:25 +01:00
UbitUmarov 66fe32c7ca errr gridhash sent as a uuid; cosmetics 2026-03-27 23:08:42 +00:00
UbitUmarov f83ec8bebd webrtc change ID and desc of rooms, add pin to multiuser 2026-03-26 21:36:11 +00:00
UbitUmarov f024cd21d8 add ComputeShake128UUID. Returns UUID type 5 but using shake128 instead of sha1, if supported on machine, sha1 if not 2026-03-26 21:12:36 +00:00
UbitUmarov 4dd6782854 webrtc handler for client logout 2026-03-26 02:21:00 +00:00
UbitUmarov 130b817c37 make sure udpserver client logout is called and is last 2026-03-26 02:14:30 +00:00
UbitUmarov 8fd808e8f4 make sure we close parcel voice channels when user leaves region 2026-03-26 01:06:11 +00:00
UbitUmarov 73fb61d02b add scene.ID alias to scene.regioninfo.regionID plus cosmetics 2026-03-26 00:23:24 +00:00
UbitUmarov d34a926f81 WebRtc: break it a bit more 2026-03-24 23:26:34 +00:00
UbitUmarov 9a4f3aec85 WebRtcVoiceServiceModule should not be a region module. Move the region logic on it to proper region module (early dirty code) 2026-03-24 20:42:51 +00:00
UbitUmarov d027ce86e7 update libomv: fix issue on osd llsdbinary encoding 2026-03-23 00:49:11 +00:00
UbitUmarov 9b564759bf do not error on logout session uuid.zero 2026-03-20 20:34:55 +00:00
UbitUmarov e50d9d2904 try handle logout all sessions 2026-03-20 02:15:21 +00:00
UbitUmarov a75c9b3f20 viewer sessions are not reusable (at least not in a trivial way) 2026-03-20 01:15:50 +00:00
UbitUmarov 82c32eac18 allow setting of MaxResponseContentBufferSize per instance ofglobal httpclient; limit it to 1MB on webrtc 2026-03-18 23:11:29 +00:00
UbitUmarov ea7eb715a2 microslop made async await deadlocks; try make list sessions work; update libomv 2026-03-17 21:25:01 +00:00
UbitUmarov b9f938afbf we decide participantId (test);cosmetics; update libomv 2026-03-17 02:18:15 +00:00
UbitUmarov 8685188d9b cosmetics, make participantid a long plus avoid race condition... 2026-03-15 23:26:29 +00:00
UbitUmarov 8a279a91a7 some more changes adapted from Manni patch 2026-03-15 21:55:16 +00:00
UbitUmarov da5f1b3f7e cosmetics 2026-03-15 18:22:50 +00:00
UbitUmarov 0120e62250 use global shared httpclient on webrtc session 2026-03-15 05:42:26 +00:00
UbitUmarov 2a5389cc67 cosmetics 2026-03-15 04:45:37 +00:00
UbitUmarov 66fb7dee6b some more changes adapted from Manni patch 2026-03-15 03:28:08 +00:00
UbitUmarov 8e356b5ec1 some more changes adapted from Manni: update libopenmetaverse 2026-03-14 23:46:03 +00:00
UbitUmarov ae2938db8a some more changes adapted from Manni: update libopenmetaverse 2026-03-14 23:44:42 +00:00
UbitUmarov 3132e2bc32 some more changes adapted from Manni patch in mantis 9235 2026-03-14 22:36:42 +00:00
UbitUmarov e661b5d6b5 some changes adapted from Manni patch in mantis 9235 note participantID still type int 2026-03-14 20:55:05 +00:00
UbitUmarov 8d7d2afd78 cosmetics 2026-03-13 19:28:12 +00:00
UbitUmarov a546ee2cdc Oppps, do set right vars not locals 2026-03-13 19:27:21 +00:00
UbitUmarov 3bc406837a Oppps, the httpclient dispose logic on scripts http request is diferent 2026-03-13 18:05:59 +00:00
UbitUmarov c0a4a4a4bd cosmetics on janusmessages 2026-03-11 21:03:18 +00:00
UbitUmarov ccc6e7b3b5 cosmetics on janusmessages 2026-03-11 20:37:50 +00:00
UbitUmarov f785a45418 try to use HttpCompletionOption.ResponseHeadersRead again 2026-03-11 18:52:49 +00:00
UbitUmarov d3f314b292 httpclient stream timout ignored under xml deserialize, so waste memory and time getting it all into mem first 2026-03-05 03:46:28 +00:00
UbitUmarov 18f652ee8d try to timeout httpclient reads 2026-02-27 16:15:10 +00:00