aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-09-26minor: correct spelling of Initialized in LSC connector version messageJustin Clark-Casey (justincc)1-1/+1
2013-09-26refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent()Justin Clark-Casey (justincc)1-3/+3
2013-09-04Allow 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
2012-12-05minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)1-1/+4
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-2/+1
2012-11-20If GetAgents() is called with an empty userIDs array then don't bother with a...Justin Clark-Casey (justincc)1-0/+4
2012-11-20refactor: Move common presence connector code into BasePresenceServiceConnectorJustin Clark-Casey (justincc)4-193/+145
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto26-4/+54
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie2-6/+6
2012-09-26Use GridUser properly for foreign users.Diva Canto1-3/+3
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto2-5/+54
2012-09-21Minor: may avoid crashes of sims that still don't have this configuration sec...Diva Canto1-1/+1
2012-09-21HG 2.0: added asset import/export policies at the sim too.Diva Canto1-8/+15
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