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

Colosi.robust grid info #54

Closed colosi closed 8 years ago

colosi commented 8 years ago

Tested this by connecting a robust sim to OSGrid. The connection worked, we pulled the Grid info and grabbed the correct Grid name, nick and helper uri. Unfortunately, due to what I believe were firewall issues, I haven't yet been able to teleport to the region on OSGrid to buy and see this info in the txn history, but I haven't changed any of that code.

colosi commented 8 years ago

Init logs: 21:58:15 - [GLOEBITMONEYMODULE]: Initialising. 21:58:15 - [GLOEBITMONEYMODULE]: selected as global economymodule. 21:58:15 - [GLOEBITMONEYMODULE]: Not enabled globally. (to enable set "Enabled = true" in [Gloebit]) 21:58:15 - [GLOEBITMONEYMODULE]: GLBEnvironment "custom" unsupported, things will probably fail later 21:58:15 - [GLOEBITMONEYMODULE]: GLBEnabledOnlyInRegions num regions: 2 21:58:15 - [GLOEBITMONEYMODULE]: selected as local economymodule for region 7aeedb84-90e3-4042-92ce-f93bce4f14a3 21:58:15 - [GLOEBITMONEYMODULE]: selected as local economymodule for region 6aeedb84-90e3-4042-92ce-f93bce4f14a3 21:58:15 - [GLOEBITMONEYMODULE]: GRID INFO URL = http://hg.osgrid.org:80 21:58:15 - [GLOEBITMONEYMODULE]: Constructing URI = http://hg.osgrid.org/json_grid_info 21:58:15 - [GLOEBITMONEYMODULE]: Grid Info status:OK 21:58:15 - [GLOEBITMONEYMODULE]: Grid Info:{"login":"http://login.osgrid.org","welcome":"http://www.osgrid.org/splash/","uas":"http://hg.osgrid.org:80/","platform":"OpenSim","gridname":"OSGrid","register":"http://www.osgrid.org/","gatekeeper":"http://hg.osgrid.org:80/","economy":"http://helper.osgrid.org/","gridnick":"osgrid","home":"http://hg.osgrid.org:80"} 21:58:15 - [GLOEBITMONEYMODULE]: Grid Name is [OSGrid] 21:58:15 - [GLOEBITMONEYMODULE]: Grid Nick is [osgrid] 21:58:15 - [GLOEBITMONEYMODULE]: Economy URL is [http://helper.osgrid.org/] 21:58:15 - [GLOEBITMONEYMODULE]: Initialised. Gloebit enabled: False, GLBEnvironment: Custom, GLBApiUrl: https://api1.gloebit.com/ GLBKeyAlias , GLBKey: 567e8c52-9190-4df4-8e70-838c8f412713, GLBSecret configured 21:58:15 - [GLOEBITMONEYMODULE]: using default StorageProvider and ConnectionString from DatabaseService

colosi commented 8 years ago

HAHA! Fixed my firewall on my router, teleported in, authed, bought an object, and saw the grid name and grid nick in the txn history. AWESOME!!!

bradkittenbrink commented 8 years ago

LGTM

one typo in a comment and one other optional note.

yay testing! AWESOME!!!