aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed the additions from the last revision for the "ShowHelp" delegate ↵MW2009-02-245-41/+1
| | | | handling, as it seems that system isn't in use anymore.
* More refactoring of the Grid/user/messaging servers.MW2009-02-245-17/+61
|
* Same treatment for the MessagingServer... added ↵MW2009-02-2411-1341/+1342
| | | | OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-245-1612/+1613
|
* First step in separating out the Userserver console command handling to a ↵MW2009-02-2410-2510/+2562
| | | | | | | "module". Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe.
* Deleted the files from Messagingserver that are now in OpenSim.Grid.FrameworkMW2009-02-244-228/+0
|
* Updated MessagingServer to use OpenSim.Grid.FrameworkMW2009-02-248-5/+12
|
* Some cleaning up in the MesssagingServer and GridServer.MW2009-02-246-165/+113
|
* Added OpenSim.Grid.Framework project.MW2009-02-2410-2/+164
| | | | | Changed the Gridserver so it uses/references OpenSim.Grid.Framework
* More refactoring of the UserServer.MW2009-02-247-229/+529
|
* Renamed IGridMessagingModule to IGridMessagingMapper.MW2009-02-233-54/+75
| | | | | Plus some general cleanup of the GridMessagingModule.
* more refactoring of the Grid server, to separate them into modulesMW2009-02-232-5/+14
|
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-237-574/+655
|
* Load default assets when AssetInventory starts.Mike Mazur2009-02-232-0/+15
|
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-224-5/+9
| | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
* First step in giving the messaging server the modular refactoring treatment. ↵MW2009-02-228-289/+643
| | | | As with the other two servers, this is very much a work in progress.
* Part 1 of refactoring the userserver. Changed it so instead of subclassing ↵MW2009-02-223-46/+107
| | | | the User dataBase access class (UserManagerBase) and then adding the http handlers to that. There is now a UserDataBaseService that is passed to the other classes so they can access the db. This should make it easier to have multiple "modules" that can register http handlers and access the db.
* Addresses some issues with appearance after TPs. Appearance.Owner was not ↵diva2009-02-221-1/+1
| | | | being set, and that's what's being used in SendAppearanceToOtherAgent. Mantis #3204.
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-226-1605/+1659
|
* More Grid server refactoringMW2009-02-216-23/+61
|
* A small improvement in the UserLoginService, hence the User Server: users ↵diva2009-02-211-2/+5
| | | | are now being given a default appearance if there is none in the user database. This issue affected newly created accounts, which aren't given an appearance at time of creation. May address some of the issues reported in mantis #3204 (but the incompatibility with pre-8447 is unaffected and continues to exist).
* Some more refactoring of GridServer.MW2009-02-212-23/+23
|
* Added missing header to a file (before chi11ken does it)MW2009-02-212-2/+29
|
* Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ↵MW2009-02-211-1/+4
| | | | can't try to add duplicate interfaces and cause a exception.
* A bit more refactoring of the GridServer. To make the "modules" share a ↵MW2009-02-214-19/+22
| | | | common Initialise method.
* Refactored the GridServer into a GridDBService and a set of "modules". MW2009-02-217-1323/+1621
| | | | | Currently they aren't plugin modules as the support for dynamically loading them isn't complete.
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa712009-02-205-15/+15
| | | | 0.6.3.* to better track down dll ref and overwrite problems.
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-156/+0
|
* * Reverted the AssetServer fix, apparently something was dependent on ↵lbsa712009-02-191-0/+156
| | | | IAssetDataPlugin being in OpenSim.Data
* * Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712009-02-192-138/+0
| | | | | | | | * And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow.
* * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly ↵lbsa712009-02-192-2/+2
| | | | getting there...
* * Split RestService.cs into GetAssetStreamHandler.cs and ↵lbsa712009-02-192-155/+138
| | | | | | | PostAssetStreamHandler.cs - then killed off original (misnomed) file. * Really, who wrote this jurassic shit code all with totally wrong file names? Ah yeah, that'd be me. Sorry.
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ↵lbsa712009-02-191-1/+0
| | | | | | | rid of ugly CoreModules dependency on AssetServer.exe * And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it.
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-192-2/+2
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-9/+10
| | | | | | | | | properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
* Major change to how appearance is managed, including changes in login and ↵diva2009-02-171-0/+10
| | | | user service/server. Appearance is now sent by the user service/server along with all other loginparams. Regions don't query the user service for appearance anymore. The appearance is passed along from region to region as the avie moves around. And, as before, it's stored back with the user service as the client changes the avie's appearance. Child agents have default appearances that are set to the actual appearance when the avie moves to that region. (as before, child agents are invisible and non-physical).
* - replace existing license header in each source file inMike Mazur2009-02-1617-391/+357
| | | | | | | AssetInventoryServer with the standard OpenSim license header - add note about Cable Beach to CONTRIBUTORS.txt - clean up AssetInventoryServer.ini.example
* - add restrictions and error handling to plugin loading inMike Mazur2009-02-1612-37/+61
| | | | | | | | AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box
* Standardize logging messages.Mike Mazur2009-02-1613-92/+92
|
* - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur2009-02-168-1250/+1074
| | | | | | | | | | | | | | OpenSim.Framework.AssetMetadata and related updates in AssetInventory server - removed dependency on MySql.Data.MySqlClient - commented out the bulk of OpenSimInventoryStorage due to missing MySql.Data dependency - refactor asset creation in OpenSimAssetFrontend - commented out ForEach implementation, which also depended on MySql.Data, until it's supported by OpenSim backends - commented out some handlers in BrowseFrontend and ReferenceFrontend as they relied on either ForEach or the removed Metadata class
* We need to return a zero-length byte array from the Handle() routine.Mike Mazur2009-02-161-1/+1
|
* - clean up using references as well as References in prebuild.xmlMike Mazur2009-02-1615-305/+277
| | | | | | - comment out a bunch of stuff in OpenSimInventoryFrontendPlugin.cs to get rid of warnings
* Name extension points a little clearer.Mike Mazur2009-02-163-6/+6
|
* Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll.Mike Mazur2009-02-161-1/+1
|
* - change AssetInventoryServer config from XML to INIMike Mazur2009-02-1615-220/+300
| | | | | | - convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
* - remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur2009-02-165-229/+44
| | | | | | | - bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file
* - asset server functionality works with OpenSim's HttpServerMike Mazur2009-02-164-104/+34
| | | | | - start of removal of AssetInventoryServer.Metadata class
* AssetInventoryServer now compiles while using the standard OpenSimMike Mazur2009-02-167-564/+796
| | | | | console and HttpServer. It doesn't work though.
* Update to new generic DataPluginFactory calls.Mike Mazur2009-02-162-2/+2
|
* - add list for backend plugins and Dispose() all plugins on shutdownMike Mazur2009-02-169-18/+25
| | | | | | | - fix some plugin names - remove most references to ExtensionLoader - remove commented out AssetInventoryServer blobs from prebuild.xml