aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-14 fix remote requests for dwell, so dwell module still calledUbitUmarov1-1/+5
2017-01-23Comment some more debug and squelch another module not running msg.Melanie Thielker1-4/+4
Modules whould not require that their .ini key is present. If the user chooses to not use that module, they should not be required to retain the config key for it.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker11-33/+33
2016-12-16viewers regionhandle are not necessary region identifiers, compensate for ↵UbitUmarov1-1/+4
that on GetLandData in case one get there
2016-08-23 coment some debug messagesUbitUmarov1-3/+3
2016-08-20fix GetLandData(...) in land connectors not suporting large regionsUbitUmarov1-1/+15
2015-09-28 add missing handlers for preferencesUbitUmarov1-0/+2
2014-08-06OpenSimExtrasBlueWall1-129/+0
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
2014-07-30Simulator Extra Features ServiceBlueWall1-0/+129
Provide a means for regions to fetch extra features supported by modern viewers from a central location .
2013-12-07Revert "Add support for user preferences (im via email)"Melanie1-2/+0
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
2013-12-06Add support for user preferences (im via email)BlueWall1-0/+2
2013-05-30UserProfilesBlueWall1-0/+226
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
2012-11-13Another 11 modules' directions moved out of .addin.xmlDiva Canto9-1/+18
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 aidMelanie10-10/+10
grepping for remaining uses
2012-06-20Comment out the neighbour and land in connectors from info logging that they ↵Justin Clark-Casey (justincc)2-2/+2
are starting up
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)1-1/+2
2012-03-20HG Friends: allow the establishment of HG friendships without requiring ↵Diva Canto1-6/+20
co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)10-2/+10
of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo)
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-4/+0
2011-06-12First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto1-0/+111
some issues with the zoom level -- TBD.
2011-05-23HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto1-1/+2
friends in other grids.
2011-05-19HG Friends working to some extent: friendships offered and accepted ↵Diva Canto1-0/+1
correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto9-10/+1
OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
2011-01-03Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie1-1/+2
properly
2010-12-31Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie1-1/+2
properly
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto1-2/+3
capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
2010-09-08Renamed the Helo server connector to a consistent name. Added this in ↵Diva Canto1-0/+1
connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+3
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+3
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity.
2010-06-29Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ↵Diva Canto1-1/+1
comments in InventoryAccessModule.
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto1-4/+1
neighbours.
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto1-1/+1
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto4-17/+0
lots of other obsolete configs.
2010-01-31* Added a few files that were missing in the repo.Diva Canto1-2/+2
* New HGInventoryService which allows restricted access to inventory while outside
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie6-6/+6
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie6-6/+6
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-2/+2
2010-01-23Updates all IRegionModules to the new style region modules.Revolution6-6/+6
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-18Go Home works. With security!!Diva Canto1-1/+2
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-0/+119
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-10/+4
yet.
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-0/+123
2010-01-03Successfully logged into a grid.Diva Canto2-8/+14
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto1-5/+4
a regionHandle. * Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers.
2009-12-31Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto1-0/+125
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-10-06* Removed verbose debug messageDiva Canto2-2/+2
* Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers * Fixed a stupid bug in the InventoryConnector which was making move items do things twice
2009-09-29Minor bug fixes.Diva Canto1-0/+3
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto1-2/+2
neighbours in the grid service modules.