aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-21A small improvement in the UserLoginService, hence the User Server: users are...diva1-2/+5
2009-02-21Some more refactoring of GridServer.MW2-23/+23
2009-02-21Added missing header to a file (before chi11ken does it)MW2-2/+29
2009-02-21Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca...MW1-1/+4
2009-02-21A bit more refactoring of the GridServer. To make the "modules" share a commo...MW4-19/+22
2009-02-21Refactored the GridServer into a GridDBService and a set of "modules". MW7-1323/+1621
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa715-15/+15
2009-02-20* Another stab at removing AssetServer.exe dependencieslbsa711-156/+0
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa711-0/+156
2009-02-19* Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712-138/+0
2009-02-19* moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa712-2/+2
2009-02-19* Split RestService.cs into GetAssetStreamHandler.cs and PostAssetStreamHandl...lbsa712-155/+138
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa711-1/+0
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712-2/+2
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur3-9/+10
2009-02-17Major change to how appearance is managed, including changes in login and use...diva1-0/+10
2009-02-16- replace existing license header in each source file inMike Mazur17-391/+357
2009-02-16- add restrictions and error handling to plugin loading inMike Mazur12-37/+61
2009-02-16Standardize logging messages.Mike Mazur13-92/+92
2009-02-16- removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur8-1250/+1074
2009-02-16We need to return a zero-length byte array from the Handle() routine.Mike Mazur1-1/+1
2009-02-16- clean up using references as well as References in prebuild.xmlMike Mazur15-305/+277
2009-02-16Name extension points a little clearer.Mike Mazur3-6/+6
2009-02-16Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll.Mike Mazur1-1/+1
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur15-220/+300
2009-02-16- remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur5-229/+44
2009-02-16- asset server functionality works with OpenSim's HttpServerMike Mazur4-104/+34
2009-02-16AssetInventoryServer now compiles while using the standard OpenSimMike Mazur7-564/+796
2009-02-16Update to new generic DataPluginFactory calls.Mike Mazur2-2/+2
2009-02-16- add list for backend plugins and Dispose() all plugins on shutdownMike Mazur9-18/+25
2009-02-16Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur5-14/+74
2009-02-16Move BrowseFrontend and ReferenceFrontend toMike Mazur3-12/+70
2009-02-16Migrate OpenSim inventory frontend to load with Mono.Addins. EverythingMike Mazur5-57/+60
2009-02-16Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur8-52/+115
2009-02-16- added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur10-569/+148
2009-02-16- implement and load NullMetrics module in AssetInventoryServerMike Mazur6-187/+94
2009-02-16- IAssetProviderPlugin was changed to IAssetDataPluginMike Mazur2-15/+8
2009-02-16Converted to Linux newlines.Mike Mazur22-5968/+5968
2009-02-16Added OpenSim asset frontend plugin.Mike Mazur4-47/+312
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur23-92/+93
2009-02-16AddingMike Mazur22-0/+5719
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-1/+1
2009-02-12* Renamed RegionProfileService to RegionProfileServiceProxy to better reflect...lbsa712-3/+3
2009-02-12* Turned RegionProfileService non-staticlbsa712-6/+9
2009-02-12* Added RegionProfileService and moved RequestSimData to it.lbsa711-4/+4
2009-02-12* optimized usings.lbsa7119-47/+21
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker4-13/+15
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur2-3/+3
2009-02-07* Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa711-12/+36
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker5-88/+138