33441 Commits

Author SHA1 Message Date
UbitUmarov
6ed9b246cf fix typos r6ed9b24 2026-07-07 19:59:13 +01:00
UbitUmarov
ff2d47b1a3 fix another typos rff2d47b 2026-07-07 19:41:14 +01:00
Ubit Umarov
b581699065 Merge pull request #47 from holoneon/patch-5
Update CombatModule.cs - typo
rb581699
2026-07-07 18:54:00 +01:00
Ubit Umarov
a5e5111d4a Merge pull request #46 from holoneon/patch-4
Update BunchOfCaps.cs typo
ra5e5111
2026-07-07 18:51:13 +01:00
Fiona Sweet
ee20e48097 Update CombatModule.cs - typoe
Unkown -> Unknown
2026-07-07 08:12:56 -07:00
Fiona Sweet
f561c21369 Update BunchOfCaps.cs typo
Unkown -> Unknown
2026-07-07 08:11:01 -07:00
UbitUmarov
af207a329d a few changes to last patch raf207a3 2026-06-30 21:37:22 +01:00
Vincent Sylvester
da6a36c26d Handle failed asset stores for InventoryAccessModule
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2026-06-30 20:57:30 +01:00
UbitUmarov
4a356cba5e fix typo in function name (missed file) 2026-06-30 19:32:56 +01:00
UbitUmarov
bd750906af fix typo in function name 2026-06-30 19:31:33 +01:00
UbitUmarov
7ae3779423 cosmetics and things 2026-06-27 23:50:17 +01:00
UbitUmarov
9f68028c9d silly bugs 2026-06-27 01:08:45 +01:00
UbitUmarov
d829644650 reduce unnecessary saves of attachments a bit 2026-06-20 01:34:33 +01:00
UbitUmarov
effb5784c1 a few changes on assets store and exists return 2026-06-19 22:47:12 +01:00
UbitUmarov
7130e30483 increase asset store web timeout to 30s again 2026-06-19 21:39:58 +01:00
UbitUmarov
ecdcaca032 cosmetics 2026-06-19 01:41:02 +01:00
UbitUmarov
2720a1db36 change the rebakes throotle code 2026-06-16 21:56:11 +01:00
UbitUmarov
60a32d28e4 add AddOrUpdate to ExpiringKey 2026-06-16 21:41:15 +01:00
Ubit Umarov
8a95a4dfe0 Merge pull request #41 from holoneon/patch-3
Update AvatarFactoryModule.cs
2026-06-16 20:54:32 +01:00
UbitUmarov
282db7dd1e update libomv 2026-06-16 19:09:47 +01:00
Fiona Sweet
dae81f7bf5 Update AvatarFactoryModule.cs
in logs i have noticed thousands of 'rebake' requests happening extremely rapidly from a few hg visitors, (for example yesterday 2400 from one hg visitor in 3 minutes) a potential denial of service vector. this adds throttling limit 1 per 30 seconds.  please review
2026-06-15 12:53:52 -07:00
UbitUmarov
29889f481a cosmetics 2026-06-12 12:12:24 +01:00
Vincent Sylvester
2494f23538 Postgres fixes for uuid type handling
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2026-06-12 11:35:40 +01:00
Ubit Umarov
cf8778f50f Merge pull request #36 from Tampa/webrtc-fix
Fix response for vivox server type under webrtc
2026-06-06 15:17:17 +01:00
Vincent Sylvester
a61b946563 Do not respond to vivox under webrtc 2026-06-04 23:48:20 +02:00
UbitUmarov
93ebb36904 cosmetics 2026-06-04 11:36:33 +01:00
Ubit Umarov
6a679f7cfa Merge pull request #35 from AdilElFarissi/master
Bug fixes and cosmetics
2026-06-04 11:03:34 +01:00
Adil El Farissi
9c2cc2d1af Bug fix and cosmetics
Fix: UserAgentServiceConnector return null if the destination is under TLS/SSL.
Refractor: DataSnapshot to use http> UnSecureInstance as @UbitUmarov recommaded. Personally, i prefer it to be under HTTPS as well.
2026-06-04 00:41:25 +00:00
Adil El Farissi
ad1d137c2e Merge branch 'master' of https://github.com/AdilElFarissi/opensim 2026-06-03 23:07:23 +00:00
UbitUmarov
9afd9e9e74 increase default SensorMaxResults to 32 2026-06-01 09:34:38 +01:00
UbitUmarov
c2569335b6 update libomv 2026-05-17 05:37:17 +01:00
UbitUmarov
94e887b9f7 update libomv fixing a silly typo 2026-05-14 03:12:09 +01:00
UbitUmarov
72c6ac378a update libomv (changes to bin serialized used on lludp, etc) 2026-05-14 02:53:22 +01:00
UbitUmarov
821408215f cosmetics on groups 2026-05-12 05:40:33 +01:00
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