| Commit message (Expand) | Author | Files | Lines |
2014-07-05 | Add experimental "show grid size" robust console command. | Justin Clark-Casey (justincc) | 1 | -5/+34 |
2014-07-05 | Adjust "show regions" and "show region" robust service console output to show... | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 16 | -16/+16 |
2014-06-06 | Added simulation version compatibility check so that agents coming from 0.7.6... | Diva Canto | 2 | -3/+5 |
2014-06-01 | Fixed a few things pertaining to interfacing with the estate service. Specifi... | Diva Canto | 1 | -1/+1 |
2014-05-31 | Move the generation of the multi-resolution map tiles off the main | Robert Adams | 1 | -16/+66 |
2014-05-31 | Modifications to debugging printouts. No functional changes. | Robert Adams | 1 | -2/+7 |
2014-05-30 | Moved these two estate-related interfaces to the projects where they belong. | Diva Canto | 2 | -2/+117 |
2014-05-27 | minor: Comment out 2 error level debugging message in authentication code | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-05-25 | When creating a new user, create the folders "Current Outfit", "Favorites", a... | Oren Hurvitz | 2 | -9/+14 |
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 11 | -59/+130 |
2014-05-19 | Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro... | Oren Hurvitz | 2 | -2/+4 |
2014-05-19 | Log the user when an inventory operation is blocked because the item/folder i... | Oren Hurvitz | 1 | -14/+14 |
2014-05-19 | Return more specific error messages if an attempt to enter a region fails due... | Oren Hurvitz | 1 | -1/+1 |
2014-05-14 | Fix recent asset request timeout issue by commenting out (for now) the m_maxA... | Justin Clark-Casey (justincc) | 1 | -10/+14 |
2014-05-12 | Fixed error if a user didn't have a "Current Outfit" folder in their suitcase. | Oren Hurvitz | 1 | -9/+12 |
2014-05-08 | minor: Capitalize Hypergrid help category like others | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2014-05-06 | Log whenever an inventory operation is blocked because the item/folder isn't ... | Oren Hurvitz | 1 | -8/+52 |
2014-05-06 | - When sending the "My Suitcase" folder to the client, always claim it has Fo... | Oren Hurvitz | 2 | -9/+9 |
2014-04-29 | Improved HTTP logging | Oren Hurvitz | 1 | -1/+6 |
2014-04-28 | Removed dependency on Linq in OpenProfileClient | Oren Hurvitz | 1 | -1/+0 |
2014-04-24 | Revert "When linking a Hypergrid region, set the region's flags on the in-mem... | Oren Hurvitz | 1 | -4/+4 |
2014-04-24 | When linking a Hypergrid region, set the region's flags on the in-memory Grid... | Oren Hurvitz | 1 | -8/+4 |
2014-04-24 | - Created a standard function to send XML-RPC requests, which logs them like ... | Oren Hurvitz | 1 | -63/+6 |
2014-04-24 | Refactored: moved OpenProfileClient to a location where it can be used by bot... | Oren Hurvitz | 1 | -0/+193 |
2014-04-24 | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru... | Oren Hurvitz | 1 | -5/+5 |
2014-04-24 | Fixed: hypergrid-linking stopped accepting the following format: "http://grid... | Oren Hurvitz | 1 | -11/+21 |
2014-04-23 | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 6 | -175/+1 |
2014-04-23 | Eliminated many warnings | Oren Hurvitz | 3 | -2/+4 |
2014-04-23 | Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre... | Oren Hurvitz | 1 | -0/+7 |
2014-04-21 | Removed an attempt to set a user's presence to "Region 0" when they HG telepo... | Oren Hurvitz | 1 | -3/+0 |
2014-04-21 | Better logging in PresenceService, to help diagnose presence problems. | Oren Hurvitz | 1 | -25/+63 |
2014-04-20 | Better error-handling when storing assets: recognize that 'null' is an error ... | Oren Hurvitz | 2 | -13/+12 |
2014-04-20 | Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't ... | Oren Hurvitz | 1 | -1/+0 |
2014-04-13 | Better error checking when creating hyperlinks: a) Reject invalid strings; b)... | Oren Hurvitz | 1 | -17/+36 |
2014-04-09 | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 8 | -72/+61 |
2014-04-09 | Log when the presence service logs-out all the users in a region | Oren Hurvitz | 1 | -1/+2 |
2014-04-08 | Allow invalidating the users cache | Oren Hurvitz | 5 | -1/+21 |
2014-04-07 | Better (amend to previous commit) | Diva Canto | 1 | -12/+19 |
2014-04-07 | Avoid calling HELO service on malformed URLs. This is in response to an excep... | Diva Canto | 1 | -0/+6 |
2014-04-07 | When sending QueryAccess to a region, also send the user's Home URI | Oren Hurvitz | 3 | -5/+28 |
2014-04-06 | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 4 | -8/+19 |
2014-04-03 | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 4 | -4/+27 |
2014-04-02 | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 6 | -42/+140 |
2014-03-27 | Profiles local StorageProvider fix, round 3 | BlueWall | 1 | -1/+1 |
2014-03-27 | Fix to local StorageProvider override | BlueWall | 1 | -3/+1 |
2014-03-27 | Add support for specifying non-default StorageProvider | BlueWall | 1 | -0/+3 |
2014-03-26 | Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp... | Justin Clark-Casey (justincc) | 1 | -0/+12 |
2014-03-24 | If prim region crossing fails then don't delete the prim from the original re... | Oren Hurvitz | 1 | -1/+8 |
2014-03-24 | HGAssetService searches for the "HomeURI" setting in several sections: Startu... | Oren Hurvitz | 1 | -4/+4 |