gloebit / opensim-moneymodule-gloebit

OpenSim addon module integrating with the Gloebit digital currency service
GNU Lesser General Public License v3.0
8 stars 12 forks source link

Due to changes to the OpenSim HTTP server in master code, Gloebit had quit working correctly. #88

Closed BillBlight closed 4 years ago

BillBlight commented 4 years ago

aka Bill Blight

The Gloebit land buy function was making incorrect calls to function with current master code ..

HTTP stream handlers are

not being added ..

Ubit and I created a working test patch ..

test patch ..

diff -ru a/addon-modules/Gloebit/GloebitMoneyModule/GloebitMoneyModule.cs b/addon-modules/Gloebit/GloebitMoneyModule/GloebitMoneyModule.cs --- a/addon-modules/Gloebit/GloebitMoneyModule/GloebitMoneyModule.cs 2020-07-26 08:31:52.713956090 -0700 +++ b/addon-modules/Gloebit/GloebitMoneyModule/GloebitMoneyModule.cs 2020-07-26 11:04:19.841540530 -0700 @@ -176,7 +176,6 @@ private int TeleportMinPrice = 0; private float TeleportPriceExponent = 0f;

- / GMM RUNTIME API AND DATA / // One API per sim to handle web calls to and from the Gloebit service private GloebitAPIWrapper m_apiW; @@ -199,7 +198,8 @@ private string m_opensimVersionNumber = String.Empty; private bool m_newLandPassFlow = false;

-

BillBlight commented 4 years ago

Tested this for functionality, Landbuy works, money purchase works, balance updates ..

P2P not checked ...

colosi commented 4 years ago

solved in #89 fixed by #87