| Commit message (Expand) | Author | Age | Files | Lines |
* | Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro... | Oren Hurvitz | 2014-05-19 | 2 | -2/+4 |
* | Log the user when an inventory operation is blocked because the item/folder i... | Oren Hurvitz | 2014-05-19 | 1 | -14/+14 |
* | Return more specific error messages if an attempt to enter a region fails due... | Oren Hurvitz | 2014-05-19 | 1 | -1/+1 |
* | Fix recent asset request timeout issue by commenting out (for now) the m_maxA... | Justin Clark-Casey (justincc) | 2014-05-14 | 1 | -10/+14 |
* | Fixed error if a user didn't have a "Current Outfit" folder in their suitcase. | Oren Hurvitz | 2014-05-12 | 1 | -9/+12 |
* | minor: Capitalize Hypergrid help category like others | Justin Clark-Casey (justincc) | 2014-05-08 | 1 | -5/+5 |
* | Log whenever an inventory operation is blocked because the item/folder isn't ... | Oren Hurvitz | 2014-05-06 | 1 | -8/+52 |
* | - When sending the "My Suitcase" folder to the client, always claim it has Fo... | Oren Hurvitz | 2014-05-06 | 2 | -9/+9 |
* | Improved HTTP logging | Oren Hurvitz | 2014-04-29 | 1 | -1/+6 |
* | Removed dependency on Linq in OpenProfileClient | Oren Hurvitz | 2014-04-28 | 1 | -1/+0 |
* | Revert "When linking a Hypergrid region, set the region's flags on the in-mem... | Oren Hurvitz | 2014-04-24 | 1 | -4/+4 |
* | When linking a Hypergrid region, set the region's flags on the in-memory Grid... | Oren Hurvitz | 2014-04-24 | 1 | -8/+4 |
* | - Created a standard function to send XML-RPC requests, which logs them like ... | Oren Hurvitz | 2014-04-24 | 1 | -63/+6 |
* | Refactored: moved OpenProfileClient to a location where it can be used by bot... | Oren Hurvitz | 2014-04-24 | 1 | -0/+193 |
* | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru... | Oren Hurvitz | 2014-04-24 | 1 | -5/+5 |
* | Fixed: hypergrid-linking stopped accepting the following format: "http://grid... | Oren Hurvitz | 2014-04-24 | 1 | -11/+21 |
* | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 2014-04-23 | 6 | -175/+1 |
* | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 3 | -2/+4 |
* | Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre... | Oren Hurvitz | 2014-04-23 | 1 | -0/+7 |
* | Removed an attempt to set a user's presence to "Region 0" when they HG telepo... | Oren Hurvitz | 2014-04-21 | 1 | -3/+0 |
* | Better logging in PresenceService, to help diagnose presence problems. | Oren Hurvitz | 2014-04-21 | 1 | -25/+63 |
* | Better error-handling when storing assets: recognize that 'null' is an error ... | Oren Hurvitz | 2014-04-20 | 2 | -13/+12 |
* | Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't ... | Oren Hurvitz | 2014-04-20 | 1 | -1/+0 |
* | Better error checking when creating hyperlinks: a) Reject invalid strings; b)... | Oren Hurvitz | 2014-04-13 | 1 | -17/+36 |
* | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 2014-04-09 | 8 | -72/+61 |
* | Log when the presence service logs-out all the users in a region | Oren Hurvitz | 2014-04-09 | 1 | -1/+2 |
* | Allow invalidating the users cache | Oren Hurvitz | 2014-04-08 | 5 | -1/+21 |
* | Better (amend to previous commit) | Diva Canto | 2014-04-07 | 1 | -12/+19 |
* | Avoid calling HELO service on malformed URLs. This is in response to an excep... | Diva Canto | 2014-04-07 | 1 | -0/+6 |
* | When sending QueryAccess to a region, also send the user's Home URI | Oren Hurvitz | 2014-04-07 | 3 | -5/+28 |
* | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 2014-04-06 | 4 | -8/+19 |
* | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 2014-04-03 | 4 | -4/+27 |
* | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 2014-04-02 | 6 | -42/+140 |
* | Profiles local StorageProvider fix, round 3 | BlueWall | 2014-03-27 | 1 | -1/+1 |
* | Fix to local StorageProvider override | BlueWall | 2014-03-27 | 1 | -3/+1 |
* | Add support for specifying non-default StorageProvider | BlueWall | 2014-03-27 | 1 | -0/+3 |
* | Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp... | Justin Clark-Casey (justincc) | 2014-03-26 | 1 | -0/+12 |
* | If prim region crossing fails then don't delete the prim from the original re... | Oren Hurvitz | 2014-03-24 | 1 | -1/+8 |
* | HGAssetService searches for the "HomeURI" setting in several sections: Startu... | Oren Hurvitz | 2014-03-24 | 1 | -4/+4 |
* | Moved the linkage between LoginService and HGInventoryService to the config file | Oren Hurvitz | 2014-03-24 | 1 | -4/+5 |
* | When a user logs-in, automatically create the Suitcase folder | Oren Hurvitz | 2014-03-24 | 2 | -15/+23 |
* | When logging in UserAgentServiceConnector, always log the original server URL... | Oren Hurvitz | 2014-03-24 | 1 | -20/+22 |
* | Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field | Oren Hurvitz | 2014-03-24 | 1 | -5/+7 |
* | Better error messages | Oren Hurvitz | 2014-03-24 | 1 | -15/+15 |
* | If we find an existing suitcase folder in HGSuitcaseInventoryService.GetRootF... | Justin Clark-Casey (justincc) | 2014-03-20 | 1 | -0/+4 |
* | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 2014-03-18 | 3 | -2/+92 |
* | If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some r... | Justin Clark-Casey (justincc) | 2014-02-20 | 1 | -1/+1 |
* | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-02-15 | 1 | -6/+19 |
|\ |
|
| * | In GridUserService, if a UUID is given consistently use the longest matched e... | Justin Clark-Casey (justincc) | 2014-02-15 | 1 | -6/+19 |
* | | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-02-14 | 3 | -306/+139 |
|\ \
| |/ |
|