aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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.
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-14/+15
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26Fixed a bug with link-region.Diva Canto1-2/+3
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto1-1/+1
commands work.
2009-09-22Added hg console commands to the module.Diva Canto1-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.
2009-08-17Fix argument index in log4net call. (fixes #4003)Jeff Ames1-1/+1
2009-08-10Replace the Replaceable modules nameMelanie5-5/+5
2009-08-09More removal of HG2 code, this time authentication module and handlers.Diva Canto1-122/+0
2009-08-06HGAuthenticationService must be a singleton, because it has in-memory state. ↵Diva Canto1-1/+1
This makes this singleton register with IScene, so that other parts can retrieve its reference.
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker6-0/+30
the ball rolling on replacable modules. No user functionality yet
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker6-6/+6
Change all uses of the HttpServer properties to use the new singleton
2009-06-22Update svn properties.Jeff Ames6-730/+730
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva1-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.
2009-06-15Renamed two of the in connector modules, to make things consistent.diva2-2/+2
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva5-0/+613
are now in CoreModules/ServiceConnectorsIn, where they belong.