aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add inventory.<url>.RequestsMade stat.Justin Clark-Casey (justincc)2014-08-021-0/+21
* Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)2014-08-022-4/+5
* On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)2014-08-023-3/+19
* Close streams immediately when we finish using themOren Hurvitz2014-08-021-15/+17
* Add code to GridService to check for overlapping of varregionsRobert Adams2014-08-022-8/+126
* Add experimental "show grid size" robust console command.Justin Clark-Casey (justincc)2014-08-021-5/+34
* Adjust "show regions" and "show region" robust service console output to show...Justin Clark-Casey (justincc)2014-08-021-5/+5
* Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-102-3/+5
* Moved these two estate-related interfaces to the projects where they belong.Diva Canto2014-06-102-2/+117
* minor: Comment out 2 error level debugging message in authentication codeJustin Clark-Casey (justincc)2014-05-271-1/+1
* When creating a new user, create the folders "Current Outfit", "Favorites", a...Oren Hurvitz2014-05-252-9/+14
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-2311-59/+130
* Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-192-2/+4
* Log the user when an inventory operation is blocked because the item/folder i...Oren Hurvitz2014-05-191-14/+14
* Return more specific error messages if an attempt to enter a region fails due...Oren Hurvitz2014-05-191-1/+1
* Fix recent asset request timeout issue by commenting out (for now) the m_maxA...Justin Clark-Casey (justincc)2014-05-141-10/+14
* Fixed error if a user didn't have a "Current Outfit" folder in their suitcase.Oren Hurvitz2014-05-121-9/+12
* minor: Capitalize Hypergrid help category like othersJustin Clark-Casey (justincc)2014-05-081-5/+5
* Log whenever an inventory operation is blocked because the item/folder isn't ...Oren Hurvitz2014-05-061-8/+52
* - When sending the "My Suitcase" folder to the client, always claim it has Fo...Oren Hurvitz2014-05-062-9/+9
* Improved HTTP loggingOren Hurvitz2014-04-291-1/+6
* Removed dependency on Linq in OpenProfileClientOren Hurvitz2014-04-281-1/+0
* Revert "When linking a Hypergrid region, set the region's flags on the in-mem...Oren Hurvitz2014-04-241-4/+4
* When linking a Hypergrid region, set the region's flags on the in-memory Grid...Oren Hurvitz2014-04-241-8/+4
* - Created a standard function to send XML-RPC requests, which logs them like ...Oren Hurvitz2014-04-241-63/+6
* Refactored: moved OpenProfileClient to a location where it can be used by bot...Oren Hurvitz2014-04-241-0/+193
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz2014-04-241-5/+5
* Fixed: hypergrid-linking stopped accepting the following format: "http://grid...Oren Hurvitz2014-04-241-11/+21
* Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz2014-04-236-175/+1
* Eliminated many warningsOren Hurvitz2014-04-233-2/+4
* Workaround for SRAS: if Store Asset returns 'null' then assume the asset alre...Oren Hurvitz2014-04-231-0/+7
* Removed an attempt to set a user's presence to "Region 0" when they HG telepo...Oren Hurvitz2014-04-211-3/+0
* Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz2014-04-211-25/+63
* Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz2014-04-202-13/+12
* Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't ...Oren Hurvitz2014-04-201-1/+0
* Better error checking when creating hyperlinks: a) Reject invalid strings; b)...Oren Hurvitz2014-04-131-17/+36
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-098-72/+61
* Log when the presence service logs-out all the users in a regionOren Hurvitz2014-04-091-1/+2
* Allow invalidating the users cacheOren Hurvitz2014-04-085-1/+21
* Better (amend to previous commit)Diva Canto2014-04-071-12/+19
* Avoid calling HELO service on malformed URLs. This is in response to an excep...Diva Canto2014-04-071-0/+6
* When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-073-5/+28
* When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz2014-04-064-8/+19
* When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz2014-04-034-4/+27
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-026-42/+140
* Profiles local StorageProvider fix, round 3BlueWall2014-03-271-1/+1
* Fix to local StorageProvider overrideBlueWall2014-03-271-3/+1
* Add support for specifying non-default StorageProviderBlueWall2014-03-271-0/+3
* Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp...Justin Clark-Casey (justincc)2014-03-261-0/+12
* If prim region crossing fails then don't delete the prim from the original re...Oren Hurvitz2014-03-241-1/+8