Git extended
From OpenSimulator
Recent Git Commits
- change the rebakes throotle code (UbitUmarov) (Tue, 16 Jun 2026 13:56:11 -0700)
- change the rebakes throotle code UbitUmarov <ajlduarte at sapo dot pt> .../Avatar/AvatarFactory/AvatarFactoryModule.cs
- add AddOrUpdate to ExpiringKey (UbitUmarov) (Tue, 16 Jun 2026 13:41:15 -0700)
- add AddOrUpdate to ExpiringKey UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/ExpiringKey.cs
- Merge pull request #41 from holoneon/patch-3 (Ubit Umarov) (Tue, 16 Jun 2026 12:54:32 -0700)
- Merge pull request #41 from holoneon/patch-3 Update AvatarFactoryModule.cs Ubit Umarov <ajlduarte at gmail dot com> .../Avatar/AvatarFactory/AvatarFactoryModule.cs
- update libomv (UbitUmarov) (Tue, 16 Jun 2026 11:09:47 -0700)
- update libomv UbitUmarov <ajlduarte at sapo dot pt> bin/CSJ2K.dll
- Update AvatarFactoryModule.cs (Fiona Sweet) (Mon, 15 Jun 2026 12:53:52 -0700)
- 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 Fiona Sweet <fiona at pobox dot holoneon dot com> .../Avatar/AvatarFactory/AvatarFactoryModule.cs
- cosmetics (UbitUmarov) (Fri, 12 Jun 2026 04:12:24 -0700)
- cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../CoreModules/World/Land/LandManagementModule.cs
- Postgres fixes for uuid type handling (Vincent Sylvester) (Fri, 12 Jun 2026 00:05:06 -0700)
- Postgres fixes for uuid type handling Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> Vincent Sylvester <vincentsylvester at zetamex dot com> OpenSim/Data/PGSQL/PGSQLEstateData.cs
- Merge pull request #36 from Tampa/webrtc-fix (Ubit Umarov) (Sat, 06 Jun 2026 07:17:17 -0700)
- Merge pull request #36 from Tampa/webrtc-fix Fix response for vivox server type under webrtc Ubit Umarov <ajlduarte at gmail dot com> .../WebRtcVoiceRegionModule.cs
- Do not respond to vivox under webrtc (Vincent Sylvester) (Thu, 04 Jun 2026 13:44:37 -0700)
- Do not respond to vivox under webrtc Vincent Sylvester <vincentsylvester at zetamex dot com> .../WebRtcVoiceRegionModule.cs
- cosmetics (UbitUmarov) (Thu, 04 Jun 2026 03:36:33 -0700)
- cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../UserManagement/HGUserManagementModule.cs
- Merge pull request #35 from AdilElFarissi/master (Ubit Umarov) (Thu, 04 Jun 2026 03:03:34 -0700)
- Merge pull request #35 from AdilElFarissi/master Bug fixes and cosmetics Ubit Umarov <ajlduarte at gmail dot com> .../UserManagement/HGUserManagementModule.cs
- Bug fix and cosmetics (Adil El Farissi) (Wed, 03 Jun 2026 17:41:25 -0700)
- 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. Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> .../UserManagement/HGUserManagementModule.cs
- Merge branch 'master' of https://github.com/AdilElFarissi/opensim (Adil El Farissi) (Wed, 03 Jun 2026 16:07:23 -0700)
- Merge branch 'master' of https://github.com/AdilElFarissi/opensim Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> OpenSim/Addons/Groups/GroupsExtendedData.cs
- increase default SensorMaxResults to 32 (UbitUmarov) (Mon, 01 Jun 2026 01:34:38 -0700)
- increase default SensorMaxResults to 32 UbitUmarov <ajlduarte at sapo dot pt> .../Api/Implementation/Plugins/SensorRepeat.cs
- update libomv (UbitUmarov) (Sat, 16 May 2026 21:37:17 -0700)
- update libomv UbitUmarov <ajlduarte at sapo dot pt> bin/OpenMetaverse.Rendering.Meshmerizer.dll
- update libomv fixing a silly typo (UbitUmarov) (Wed, 13 May 2026 19:12:09 -0700)
- update libomv fixing a silly typo UbitUmarov <ajlduarte at sapo dot pt> bin/OpenMetaverse.Rendering.Meshmerizer.dll
- update libomv (changes to bin serialized used on lludp, etc) (UbitUmarov) (Wed, 13 May 2026 18:53:22 -0700)
- update libomv (changes to bin serialized used on lludp, etc) UbitUmarov <ajlduarte at sapo dot pt> .../Region/ClientStack/Linden/UDP/LLClientView.cs
- cosmetics on groups (UbitUmarov) (Mon, 11 May 2026 21:40:33 -0700)
- cosmetics on groups UbitUmarov <ajlduarte at sapo dot pt> .../Groups/Hypergrid/GroupsServiceHGConnector.cs
- add cosmetics on AgentTransactionModule (UbitUmarov) (Mon, 11 May 2026 20:22:34 -0700)
- add cosmetics on AgentTransactionModule UbitUmarov <ajlduarte at sapo dot pt> .../AssetTransaction/AssetTransactionModule.cs
- 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) (Mon, 11 May 2026 19:18:26 -0700)
- 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 <ajlduarte at sapo dot pt> OpenSim/Framework/Util.cs
- still read upload level from teh old position in Startup config, just in case (UbitUmarov) (Mon, 11 May 2026 09:46:57 -0700)
- still read upload level from teh old position in Startup config, just in case UbitUmarov <ajlduarte at sapo dot pt> .../Linden/Caps/BunchOfCaps/BunchOfCapsModule.cs
- Merge pull request #34 from holoneon/patch-1 (Ubit Umarov) (Mon, 11 May 2026 09:15:41 -0700)
- Merge pull request #34 from holoneon/patch-1 Update AssetTransactionModule.cs Ubit Umarov <ajlduarte at gmail dot com> .../AssetTransaction/AssetTransactionModule.cs
- Update AssetTransactionModule.cs (Fiona Sweet) (Mon, 11 May 2026 07:14:56 -0700)
- Update AssetTransactionModule.cs LevelUpload is defined in [Permissions] in OpenSimDefaults.ini, not [Startup] Fiona Sweet <fiona at pobox dot holoneon dot com> .../AssetTransaction/AssetTransactionModule.cs
- avoid potencial on forced replace of files in flotsam cache problem (UbitUmarov) (Fri, 01 May 2026 16:06:47 -0700)
- avoid potencial on forced replace of files in flotsam cache problem UbitUmarov <ajlduarte at sapo dot pt> .../Region/CoreModules/Asset/FlotsamAssetCache.cs
- avoid some future problem, thx Deiji (UbitUmarov) (Wed, 29 Apr 2026 21:53:46 -0700)
- avoid some future problem, thx Deiji UbitUmarov <ajlduarte at sapo dot pt> .../Region/ScriptEngine/YEngine/XMRObjectTokens.cs
- cosmetics on a blobfish (UbitUmarov) (Mon, 27 Apr 2026 11:40:51 -0700)
- cosmetics on a blobfish UbitUmarov <ajlduarte at sapo dot pt> .../OptionalModules/DataSnapshot/SnapshotStore.cs
- cosmetics (UbitUmarov) (Mon, 27 Apr 2026 06:06:55 -0700)
- cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../Hypergrid/HGGroupsServiceRobustConnector.cs
- cosmetics (UbitUmarov) (Sun, 26 Apr 2026 13:58:41 -0700)
- cosmetics UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Addons/Groups/GroupsExtendedData.cs
- silly bug (UbitUmarov) (Thu, 16 Apr 2026 17:31:36 -0700)
- silly bug UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs
- do flag prims to save on lsl change of name or description (UbitUmarov) (Thu, 16 Apr 2026 14:10:58 -0700)
- do flag prims to save on lsl change of name or description UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/LSL_Api.cs