aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-19Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)1-3/+5
2012-09-15Add basic asset connector tests to check behaviour for normal, local and temp...Justin Clark-Casey (justincc)2-2/+141
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)1-1/+1
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-6/+1
2012-07-18Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)1-8/+2
2012-07-18Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)1-11/+2
2012-07-13Remove a callstack print out I accidentally left in 2 commits ago in 9ccb578Justin Clark-Casey (justincc)1-1/+0
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-1/+1
2012-07-13Don't cache regions data on the other unused LocalGridServiceConnector that t...Justin Clark-Casey (justincc)3-17/+25
2012-06-30Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2-26/+1
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)2-23/+7
2012-06-12In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...Justin Clark-Casey (justincc)1-12/+1
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)1-1/+1
2012-05-25Fix bug where a failed QueryAccess to a remove region would always have the r...Justin Clark-Casey (justincc)1-2/+1
2012-05-24Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2-8/+16
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-91/+95
2012-05-03minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2012-04-27MapImageService: changed the event at which the map tiles are uploaded, becau...Diva Canto1-3/+12
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)1-5/+5
2012-04-06Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto3-12/+97
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)1-6/+3
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