aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-27Let grided simulators retrieve the user's inventory skeletonDiva Canto1-1/+1
2012-03-19Fix a bug where logins to standalones would fail if the RegionReady module wa...Justin Clark-Casey (justincc)1-7/+2
2012-03-17Region access control! Region operators can now specify things like DisallowF...Diva Canto2-27/+140
2012-03-09More on inventory transfer hold ups:Diva Canto2-2/+77
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-1/+1
2012-03-06Remove static m_MainInstance in LocalGridServiceConnector.Justin Clark-Casey (justincc)1-24/+10
2012-03-02Start by adding XAssetService as a copy of the existing AssetService.Justin Clark-Casey (justincc)1-2/+5
2012-02-23Add a position parameter to region crossing of objects. This avoids theMelanie2-6/+6
2012-02-18This should smooth movement in heteregeneous networks by a lot: cache the reg...Diva Canto2-2/+40
2012-01-16Allow retrival of multiple user records in one operation, analog to presenceMelanie2-0/+9
2012-01-02Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)1-0/+2
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-2/+2
2011-12-29Deleted two obsolete files in Inventory modules.Diva Canto2-460/+0
2011-12-29Deleted unused methods from HGAssetBrokerDiva Canto1-18/+0
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-4/+5
2011-11-19Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre...Justin Clark-Casey (justincc)1-1/+0
2011-11-19minor: Make HelloNeighbour messages more informativeJustin Clark-Casey (justincc)1-5/+10
2011-11-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+1
2011-10-24Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)1-1/+10
2011-09-24Don't try and resolve user account for authorization if the agent has come in...Justin Clark-Casey (justincc)1-1/+11
2011-09-16refactor: move estate owner setup code into separate methodJustin Clark-Casey (justincc)1-0/+2
2011-09-16Correctly create a freshly created estate owner's default items and avatar en...Justin Clark-Casey (justincc)1-11/+15
2011-09-15Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...Justin Clark-Casey (justincc)2-12/+18
2011-09-09Use a copy of the inventory items list to register users in the thread starte...Justin Clark-Casey (justincc)2-2/+8
2011-09-07When a region is added to the HG Inventory Broker, also pass this through to ...Justin Clark-Casey (justincc)3-21/+41
2011-09-06Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)2-17/+33
2011-09-05Allow the HGInventoryBroker to set the UserManager when it instantiates a Rem...Justin Clark-Casey (justincc)2-3/+15
2011-08-31Don't set a GridUser entry for NPCs.Justin Clark-Casey (justincc)1-1/+4
2011-08-30Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)1-5/+20
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)4-7/+2
2011-08-17For now, supress 'OH NOES' warnings given by HGInventoryBroker.CacheInventory...Justin Clark-Casey (justincc)1-5/+5
2011-08-11comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)2-2/+3
2011-08-02Change GridService.GetRegionByName() to only return info if there is an exact...Justin Clark-Casey (justincc)1-2/+5
2011-07-23Pass the first name and last name from the agent circuit data to the authoriz...Justin Clark-Casey (justincc)2-17/+24
2011-07-08stop the local inventory services connector from logging an error when an ite...Justin Clark-Casey (justincc)1-3/+3
2011-06-16Added a couple of guards and warnings to the MapImage/MapImageServiceModule.Diva Canto1-2/+12
2011-06-15Added an expiring cache for region information to theMic Bowman2-2/+169
2011-06-12First pass at making the V2 map work. Standalones only for now. There are som...Diva Canto1-0/+232
2011-05-27HG inventory transfers over the profile working.Diva Canto1-2/+9
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-0/+16
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2-2/+0
2011-04-30Check for RegionID instead of RegionHandle. Other minor tweaksDiva Canto1-2/+2
2011-04-28Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2-4/+9
2011-04-25Made things consistent between LocalInventoryServiceConnector and RemoteXInve...Diva Canto2-11/+32
2011-04-15Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)1-0/+2
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2-2/+0
2011-03-04Changed order of checks for local regions when processingMic Bowman1-16/+6
2011-02-16Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2-5/+7
2011-02-07Thanks Tokeiito for noticing this bug. mantis #5366Diva Canto1-1/+1
2011-02-06Better output for show neighboursDiva Canto1-2/+6