aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1911-42/+63
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+228
|
* Another 11 modules' directions moved out of .addin.xmlDiva Canto2012-11-139-1/+18
|
* 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-1210-10/+10
| | | | grepping for remaining uses
* Comment out the neighbour and land in connectors from info logging that they ↵Justin Clark-Casey (justincc)2012-06-202-2/+2
| | | | are starting up
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-251-1/+2
|
* HG Friends: allow the establishment of HG friendships without requiring ↵Diva Canto2012-03-201-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.
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)2011-10-2510-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)
* remove mono compiler warningsJustin Clark-Casey (justincc)2011-08-231-4/+0
|
* First pass at making the V2 map work. Standalones only for now. There are ↵Diva Canto2011-06-121-0/+111
| | | | some issues with the zoom level -- TBD.
* HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto2011-05-231-1/+2
| | | | friends in other grids.
* HG Friends working to some extent: friendships offered and accepted ↵Diva Canto2011-05-191-0/+1
| | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-129-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.
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-1/+2
| | | | properly
* WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2010-11-251-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.
* Renamed the Helo server connector to a consistent name. Added this in ↵Diva Canto2010-09-081-0/+1
| | | | connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
* Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-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.
* Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ↵Diva Canto2010-06-291-1/+1
| | | | comments in InventoryAccessModule.
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2010-06-131-4/+1
| | | | neighbours.
* Assorted bug fixes in hypergrid linking.Diva Canto2010-05-031-1/+1
|
* Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto2010-01-314-17/+0
| | | | lots of other obsolete configs.
* * Added a few files that were missing in the repo.Diva Canto2010-01-311-2/+2
| | | | * New HGInventoryService which allows restricted access to inventory while outside
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-2/+2
|
* Go Home works. With security!!Diva Canto2010-01-181-1/+2
|
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-171-0/+119
|
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2010-01-161-10/+4
| | | | yet.
* Moved GridInfo service from where it was to Handlers/GridDiva Canto2010-01-101-0/+123
|
* Successfully logged into a grid.Diva Canto2010-01-032-8/+14
|
* * Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto2010-01-031-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.
* Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto2009-12-311-0/+125
| | | | | | because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-1/+1
|
* * Removed verbose debug messageDiva Canto2009-10-062-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
* Minor bug fixes.Diva Canto2009-09-291-0/+3
|
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-271-2/+2
| | | | neighbours in the grid service modules.
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-14/+15
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* Fixed a bug with link-region.Diva Canto2009-09-261-2/+3
|
* Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto2009-09-231-1/+1
| | | | commands work.
* Added hg console commands to the module.Diva Canto2009-09-221-0/+129
| | | | | Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested.
* Fix argument index in log4net call. (fixes #4003)Jeff Ames2009-08-171-1/+1
|
* Replace the Replaceable modules nameMelanie2009-08-105-5/+5
|
* More removal of HG2 code, this time authentication module and handlers.Diva Canto2009-08-091-122/+0
|
* HGAuthenticationService must be a singleton, because it has in-memory state. ↵Diva Canto2009-08-061-1/+1
| | | | This makes this singleton register with IScene, so that other parts can retrieve its reference.
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-106-0/+30
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-106-6/+6
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Update svn properties.Jeff Ames2009-06-226-730/+730
|
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-171-0/+117
| | | | making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
* Renamed two of the in connector modules, to make things consistent.diva2009-06-152-2/+2
|
* Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva2009-06-155-0/+613
are now in CoreModules/ServiceConnectorsIn, where they belong.