Git extended

From OpenSimulator

(Redirected from Svn extended)
Jump to: navigation, search


Recent Git Commits

fix typo (UbitUmarov) (Mon, 21 Oct 2024 12:28:08 -0700)

fix typo UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Services/Base/ServiceBase.cs
fix typo (UbitUmarov) (Sat, 19 Oct 2024 16:06:50 -0700)
fix typo UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Services/Base/ServiceBase.cs
fix LogOutgoingDetail output length limit (UbitUmarov) (Wed, 16 Oct 2024 15:46:34 -0700)
fix LogOutgoingDetail output length limit UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/WebUtil.cs
remove old bad code (UbitUmarov) (Wed, 16 Oct 2024 15:32:05 -0700)
remove old bad code UbitUmarov <ajlduarte at sapo dot pt> .../Framework/Servers/HttpServer/BaseHttpServer.cs
and update pointer to macOS native Bulletsim lib (UbitUmarov) (Wed, 09 Oct 2024 14:33:33 -0700)
and update pointer to macOS native Bulletsim lib UbitUmarov <ajlduarte at sapo dot pt> ...OpenSim.Region.PhysicsModule.BulletS.dll.config
missed one (UbitUmarov) (Wed, 09 Oct 2024 14:29:26 -0700)
missed one UbitUmarov <ajlduarte at sapo dot pt> .../libBulletSim-3.26-20231203-universal.dylib
mantis 9167: update native libs for macOS (UbitUmarov) (Wed, 09 Oct 2024 14:25:56 -0700)
mantis 9167: update native libs for macOS UbitUmarov <ajlduarte at sapo dot pt> bin/lib64/libopenjpeg-dotnet.dylib
mantis 9166: restore heapUsedFieldInfo also on method exit via state statement (UbitUmarov) (Tue, 08 Oct 2024 10:23:00 -0700)
mantis 9166: restore heapUsedFieldInfo also on method exit via state statement UbitUmarov <ajlduarte at sapo dot pt> .../ScriptEngine/YEngine/MMRScriptCodeGen.cs
cosmetics (UbitUmarov) (Sun, 22 Sep 2024 16:47:31 -0700)
cosmetics UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Util.cs
oops fix typo (UbitUmarov) (Sun, 22 Sep 2024 16:06:31 -0700)
oops fix typo UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Region/Framework/Scenes/Scene.cs
a few changes to EstateDataRemoteConnector, LoadEstateSettings can not be fatal so work around it (UbitUmarov) (Sun, 22 Sep 2024 15:37:42 -0700)
a few changes to EstateDataRemoteConnector, LoadEstateSettings can not be fatal so work around it UbitUmarov <ajlduarte at sapo dot pt> .../RemoteController/RemoteAdminPlugin.cs
mantis 9157: remove trail '/' from remoteconsole urls (UbitUmarov) (Fri, 20 Sep 2024 17:04:09 -0700)
mantis 9157: remove trail '/' from remoteconsole urls UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Console/RemoteConsole.cs
add GetLocalRegionByName to GridServicesConnector plus cosmetics (UbitUmarov) (Fri, 20 Sep 2024 16:41:25 -0700)
add GetLocalRegionByName to GridServicesConnector plus cosmetics UbitUmarov <ajlduarte at sapo dot pt> .../Linden/Caps/AgentPreferencesModule.cs
cosmetics (UbitUmarov) (Thu, 19 Sep 2024 16:21:36 -0700)
cosmetics UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Data/MySQL/MySQLRegionData.cs
some changes to PresenceServerPostHandler (UbitUmarov) (Wed, 18 Sep 2024 17:05:15 -0700)
some changes to PresenceServerPostHandler UbitUmarov <ajlduarte at sapo dot pt> .../Handlers/Presence/PresenceServerPostHandler.cs
fix built (UbitUmarov) (Tue, 17 Sep 2024 12:50:55 -0700)
fix built UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Util.cs
Merge pull request #24 from AdilElFarissi/master (Ubit Umarov) (Tue, 17 Sep 2024 12:36:59 -0700)
Merge pull request #24 from AdilElFarissi/master Add try/catch to capture CryptographicException for invalid cert path or incompatible formats... Ubit Umarov <ajlduarte at sapo dot pt> OpenSim/Framework/Util.cs
Merge branch 'opensim:master' into master (Adil El Farissi) (Tue, 17 Sep 2024 11:28:40 -0700)
Merge branch 'opensim:master' into master Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> .gitattributes
Update Util.cs (Adil El Farissi) (Tue, 17 Sep 2024 11:23:22 -0700)
Update Util.cs Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> OpenSim/Framework/Util.cs
miss one minor changes, for coerence (UbitUmarov) (Mon, 16 Sep 2024 13:20:15 -0700)
miss one minor changes, for coerence UbitUmarov <ajlduarte at sapo dot pt> .../Shared/Api/Implementation/OSSL_Api.cs
minor changes (UbitUmarov) (Mon, 16 Sep 2024 13:08:11 -0700)
minor changes UbitUmarov <ajlduarte at sapo dot pt> .gitattributes
Merge pull request #23 from AdilElFarissi/master (Ubit Umarov) (Mon, 16 Sep 2024 12:55:31 -0700)
Merge pull request #23 from AdilElFarissi/master Implementation of a basic PEM encoded to OpenSim compatible PKCS12 certificates converter. Ubit Umarov <ajlduarte at sapo dot pt> .gitattributes
Implementation of a basic PEM encoded to OpenSim compatible PKCS12 certificates converter. (Adil El Farissi) (Sun, 15 Sep 2024 18:52:19 -0700)
Implementation of a basic PEM encoded to OpenSim compatible PKCS12 certificates converter. As you know most CAs return PEM encoded certificates and require a conversion using OpenSSL to make them compatible with OpenSim. This implementation does the automatic conversion from .pem to .p12 and .pfx at OpenSim startup which updates the certificate in case of automatic certificates renewal... Note: still under testing using certbot and Let's Encrypt certs... Thank you and good continuaion Web Rain :) Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> OpenSim/Framework/Util.cs
Fixing changes (Adil El Farissi) (Sun, 15 Sep 2024 15:09:24 -0700)
Fixing changes Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> .../Shared/Api/Implementation/OSSL_Api.cs
Merge branch 'opensim:master' into master (Adil El Farissi) (Sun, 15 Sep 2024 13:03:27 -0700)
Merge branch 'opensim:master' into master Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> OpenSim/Framework/Util.cs
mantis 9158: allow it on prim inv to non-mod prim inventory if same owner and allowdrop was set on target (UbitUmarov) (Tue, 03 Sep 2024 15:55:32 -0700)
mantis 9158: allow it on prim inv to non-mod prim inventory if same owner and allowdrop was set on target UbitUmarov <ajlduarte at sapo dot pt> .../World/Permissions/PermissionsModule.cs
mantis 9159: same on rotation s (UbitUmarov) (Tue, 03 Sep 2024 13:42:14 -0700)
mantis 9159: same on rotation s UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
mantis 9159: ignore spaces in z on cast string to vector (UbitUmarov) (Tue, 03 Sep 2024 13:40:10 -0700)
mantis 9159: ignore spaces in z on cast string to vector UbitUmarov <ajlduarte at sapo dot pt> OpenSim/Framework/Util.cs
Revert "Re-sync repo" (Adil El Farissi) (Tue, 20 Aug 2024 19:52:29 -0700)
Revert "Re-sync repo" This reverts commit 1c214566f35c3469dec17cfd04398f773b984ac2. Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> .../Data/MySQL/Resources/RegionStore.migrations
Re-sync repo (Adil El Farissi) (Tue, 20 Aug 2024 17:20:35 -0700)
Re-sync repo Adil El Farissi <144741970+AdilElFarissi at users dot noreply dot github dot com> .../Data/MySQL/Resources/RegionStore.migrations

Personal tools
General
About This Wiki