aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2019-08-151-0/+5
* Another attempt at sorting out the auto group chicken and egg problems.onefang2019-08-023-6/+11
* Gatekeeper -> GatekeeperURIonefang2019-07-251-1/+1
* Add DefaultRegionAccess in [AuthorizationService] section.onefang2019-06-031-1/+2
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1935-741/+1892
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-0322-313/+919
* 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
* Don't cache regions data on the other unused LocalGridServiceConnector that t...Justin Clark-Casey (justincc)2012-07-133-17/+25
* Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2012-06-302-26/+1
* OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)2012-06-122-23/+7
* In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...Justin Clark-Casey (justincc)2012-06-121-12/+1
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-251-1/+1
* Fix bug where a failed QueryAccess to a remove region would always have the r...Justin Clark-Casey (justincc)2012-05-251-2/+1
* Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2012-05-242-8/+16
* If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)2012-05-241-91/+95
* minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)2012-05-031-2/+2
* MapImageService: changed the event at which the map tiles are uploaded, becau...Diva Canto2012-04-271-3/+12
* Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)2012-04-261-5/+5
* Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto2012-04-063-12/+97
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-6/+3
* Let grided simulators retrieve the user's inventory skeletonDiva Canto2012-03-271-1/+1
* Fix a bug where logins to standalones would fail if the RegionReady module wa...Justin Clark-Casey (justincc)2012-03-191-7/+2
* Region access control! Region operators can now specify things like DisallowF...Diva Canto2012-03-172-27/+140
* More on inventory transfer hold ups:Diva Canto2012-03-092-2/+77
* Merge branch 'xassetservice'Justin Clark-Casey (justincc)2012-03-091-2/+5
|\
| * Start by adding XAssetService as a copy of the existing AssetService.Justin Clark-Casey (justincc)2012-03-021-2/+5
* | Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-1/+1
* | Remove static m_MainInstance in LocalGridServiceConnector.Justin Clark-Casey (justincc)2012-03-061-24/+10
|/
* Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-232-6/+6
* This should smooth movement in heteregeneous networks by a lot: cache the reg...Diva Canto2012-02-182-2/+40