aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-02Add experimental "show grid size" robust console command.Justin Clark-Casey (justincc)1-5/+34
2014-08-02Adjust "show regions" and "show region" robust service console output to show...Justin Clark-Casey (justincc)1-5/+5
2014-06-10Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2-3/+5
2014-06-10Moved these two estate-related interfaces to the projects where they belong.Diva Canto2-2/+117
2014-05-27minor: Comment out 2 error level debugging message in authentication codeJustin Clark-Casey (justincc)1-1/+1
2014-05-25When creating a new user, create the folders "Current Outfit", "Favorites", a...Oren Hurvitz2-9/+14
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto11-59/+130
2014-05-19Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2-2/+4
2014-05-19Log the user when an inventory operation is blocked because the item/folder i...Oren Hurvitz1-14/+14
2014-05-19Return more specific error messages if an attempt to enter a region fails due...Oren Hurvitz1-1/+1
2014-05-14Fix recent asset request timeout issue by commenting out (for now) the m_maxA...Justin Clark-Casey (justincc)1-10/+14
2014-05-12Fixed error if a user didn't have a "Current Outfit" folder in their suitcase.Oren Hurvitz1-9/+12
2014-05-08minor: Capitalize Hypergrid help category like othersJustin Clark-Casey (justincc)1-5/+5
2014-05-06Log whenever an inventory operation is blocked because the item/folder isn't ...Oren Hurvitz1-8/+52
2014-05-06- When sending the "My Suitcase" folder to the client, always claim it has Fo...Oren Hurvitz2-9/+9
2014-04-29Improved HTTP loggingOren Hurvitz1-1/+6
2014-04-28Removed dependency on Linq in OpenProfileClientOren Hurvitz1-1/+0
2014-04-24Revert "When linking a Hypergrid region, set the region's flags on the in-mem...Oren Hurvitz1-4/+4
2014-04-24When linking a Hypergrid region, set the region's flags on the in-memory Grid...Oren Hurvitz1-8/+4
2014-04-24- Created a standard function to send XML-RPC requests, which logs them like ...Oren Hurvitz1-63/+6
2014-04-24Refactored: moved OpenProfileClient to a location where it can be used by bot...Oren Hurvitz1-0/+193
2014-04-24When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz1-5/+5
2014-04-24Fixed: hypergrid-linking stopped accepting the following format: "http://grid...Oren Hurvitz1-11/+21
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz6-175/+1
2014-04-23Eliminated many warningsOren Hurvitz3-2/+4
2014-04-23Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre...Oren Hurvitz1-0/+7
2014-04-21Removed an attempt to set a user's presence to "Region 0" when they HG telepo...Oren Hurvitz1-3/+0
2014-04-21Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz1-25/+63
2014-04-20Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz2-13/+12
2014-04-20Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't ...Oren Hurvitz1-1/+0
2014-04-13Better error checking when creating hyperlinks: a) Reject invalid strings; b)...Oren Hurvitz1-17/+36
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz8-72/+61
2014-04-09Log when the presence service logs-out all the users in a regionOren Hurvitz1-1/+2
2014-04-08Allow invalidating the users cacheOren Hurvitz5-1/+21
2014-04-07Better (amend to previous commit)Diva Canto1-12/+19
2014-04-07Avoid calling HELO service on malformed URLs. This is in response to an excep...Diva Canto1-0/+6
2014-04-07When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz3-5/+28
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz4-8/+19
2014-04-03When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz4-4/+27
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz6-42/+140
2014-03-27Profiles local StorageProvider fix, round 3BlueWall1-1/+1
2014-03-27Fix to local StorageProvider overrideBlueWall1-3/+1
2014-03-27Add support for specifying non-default StorageProviderBlueWall1-0/+3
2014-03-26Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp...Justin Clark-Casey (justincc)1-0/+12
2014-03-24If prim region crossing fails then don't delete the prim from the original re...Oren Hurvitz1-1/+8
2014-03-24HGAssetService searches for the "HomeURI" setting in several sections: Startu...Oren Hurvitz1-4/+4
2014-03-24Moved the linkage between LoginService and HGInventoryService to the config fileOren Hurvitz1-4/+5
2014-03-24When a user logs-in, automatically create the Suitcase folderOren Hurvitz2-15/+23
2014-03-24When logging in UserAgentServiceConnector, always log the original server URL...Oren Hurvitz1-20/+22
2014-03-24Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz1-5/+7