aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz4-51/+1
2014-04-20Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz1-11/+8
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2-5/+5
2014-04-08Allow invalidating the users cacheOren Hurvitz2-2/+15
2014-04-07When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2-5/+5
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2-0/+22
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-2/+2
2014-03-11Enable MapImageServiceModule with no refreshDev Random1-12/+22
2014-02-15Non-functional changes of numbers into symbolic references and a fewRobert Adams1-2/+2
2014-01-19varregion: Update Warp3D to properly handle varregions.Robert Adams1-5/+3
2014-01-19varregion: split up generated maptile images for storage in map. ThisRobert Adams1-21/+67
2014-01-16Remove old IInterRegionComms and references. This hasn't been used since 200...Justin Clark-Casey (justincc)2-4/+4
2014-01-11varregion: Debug messages for region crossing debugging.Robert Adams1-7/+17
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams3-3/+3
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
2013-11-30varregion: Add MaxRegionSize constant and enforce in RegionInfo.Robert Adams1-0/+3
2013-11-28varregion: many replacements of in-place arithmetic with calls toRobert Adams4-2/+15
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2-3/+3
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-25minor: correct spelling of Initialized in LSC connector version messageJustin Clark-Casey (justincc)1-1/+1
2013-09-18refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent()Justin Clark-Casey (justincc)1-3/+3
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2-0/+25
2013-08-02Amend Justin's last commit regarding the new config var ServiceVersion. The s...Diva Canto1-1/+2
2013-08-02Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua...Justin Clark-Casey (justincc)2-27/+27
2013-07-26Fix regression from 056a6ee7 because the RemoteSimulationConnector uses a cop...Justin Clark-Casey (justincc)1-2/+5
2013-07-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-4/+9
2013-07-24New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto1-1/+1
2013-07-24Further tweaks on TPs: not sending the callback URL and instead waiting 15sec...Diva Canto1-1/+1
2013-07-13Guard against unauthorized agent deletes.Diva Canto2-5/+5
2013-07-13Deleted GET agent all around. Not used.Diva Canto2-38/+0
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto1-0/+5
2013-07-06Some more fixes on strange behaviors of Unknown User, esp. related to large m...Diva Canto1-13/+14
2013-07-06MORE DEBUG. DON"T USE THIS.Diva Canto1-3/+3
2013-06-30Same fix to LocalInventoryServiceConnector.csDiva Canto1-1/+2
2013-06-29More on mantis #6625Diva Canto1-1/+2
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto1-5/+5
2013-06-15Add the standard OpenSimulator copyright notice to the top of InventoryCache.csJustin Clark-Casey (justincc)1-1/+28
2013-06-15Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...Justin Clark-Casey (justincc)1-14/+23
2013-06-11Uncomment Mic's code and split to create new regression TestAddTemporaryAsset...Justin Clark-Casey (justincc)1-23/+41
2013-06-10Fix test for adding temporary assets. Code for non-local temporary assetsMic Bowman1-0/+20
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman2-2/+2
2013-06-05Strengthen some assumptions.Diva Canto1-0/+5
2013-05-30UserProfilesBlueWall1-0/+1
2013-05-16Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)1-1/+1
2013-05-03Fix possible race condition with local region cache if a region was added aft...Justin Clark-Casey (justincc)1-15/+28
2013-03-06Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)1-3/+6
2013-02-02Stop exceptions being thrown if GenerateMapTiles = false but no static map ti...Justin Clark-Casey (justincc)1-2/+6