aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2013-09-271-1/+1
* minor: correct spelling of Initialized in LSC connector version messageJustin Clark-Casey (justincc)2013-09-261-1/+1
* refactor: rename *ChildAgentDataUpdate() methods to *UpdateChildAgent()Justin Clark-Casey (justincc)2013-09-261-3/+3
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-042-0/+25
* Amend Justin's last commit regarding the new config var ServiceVersion. The s...Diva Canto2013-08-021-1/+2
* Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua...Justin Clark-Casey (justincc)2013-08-022-27/+27
* Fix regression from 056a6ee7 because the RemoteSimulationConnector uses a cop...Justin Clark-Casey (justincc)2013-07-261-2/+5
* Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)2013-07-261-4/+9
* New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto2013-07-241-1/+1
* Further tweaks on TPs: not sending the callback URL and instead waiting 15sec...Diva Canto2013-07-241-1/+1
* Guard against unauthorized agent deletes.Diva Canto2013-07-132-5/+5
* Deleted GET agent all around. Not used.Diva Canto2013-07-132-38/+0
* Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto2013-07-091-0/+5
* Some more fixes on strange behaviors of Unknown User, esp. related to large m...Diva Canto2013-07-061-13/+14
* MORE DEBUG. DON"T USE THIS.Diva Canto2013-07-061-3/+3
* Same fix to LocalInventoryServiceConnector.csDiva Canto2013-06-301-1/+2
* More on mantis #6625Diva Canto2013-06-291-1/+2
* Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto2013-06-221-5/+5
* Add the standard OpenSimulator copyright notice to the top of InventoryCache.csJustin Clark-Casey (justincc)2013-06-151-1/+28
* Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...Justin Clark-Casey (justincc)2013-06-151-14/+23
* Uncomment Mic's code and split to create new regression TestAddTemporaryAsset...Justin Clark-Casey (justincc)2013-06-111-23/+41
* Fix test for adding temporary assets. Code for non-local temporary assetsMic Bowman2013-06-101-0/+20
* Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman2013-06-102-2/+2
* Strengthen some assumptions.Diva Canto2013-06-051-0/+5
* UserProfilesBlueWall2013-05-301-0/+1
* Where this is not already happening, trigger asychoronous calls to CloseChild...Justin Clark-Casey (justincc)2013-05-161-1/+1
* Fix possible race condition with local region cache if a region was added aft...Justin Clark-Casey (justincc)2013-05-031-15/+28
* Add code for testing event queue messages recevied on region cross.Justin Clark-Casey (justincc)2013-03-061-3/+6
* Stop exceptions being thrown if GenerateMapTiles = false but no static map ti...Justin Clark-Casey (justincc)2013-02-021-2/+6
* minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)2012-12-051-1/+4
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-2/+1
* If GetAgents() is called with an empty userIDs array then don't bother with a...Justin Clark-Casey (justincc)2012-11-201-0/+4
* refactor: Move common presence connector code into BasePresenceServiceConnectorJustin Clark-Casey (justincc)2012-11-204-193/+145
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-1326-4/+54
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-122-6/+6
* Use GridUser properly for foreign users.Diva Canto2012-09-261-3/+3
* TOS module. WARNING: migration in GridUser table.Diva Canto2012-09-252-5/+54
* Minor: may avoid crashes of sims that still don't have this configuration sec...Diva Canto2012-09-211-1/+1
* HG 2.0: added asset import/export policies at the sim too.Diva Canto2012-09-211-8/+15
* Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)2012-09-191-3/+5
* Add basic asset connector tests to check behaviour for normal, local and temp...Justin Clark-Casey (justincc)2012-09-152-2/+141
* If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-061-1/+1
* Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-201-1/+1
* Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-251-1/+1
* Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-6/+1
* Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)2012-07-181-8/+2
* Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)2012-07-181-11/+2
* Remove a callstack print out I accidentally left in 2 commits ago in 9ccb578Justin Clark-Casey (justincc)2012-07-131-1/+0
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-1/+1