aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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.