aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712009-02-192-2/+2
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-9/+10
* Major change to how appearance is managed, including changes in login and use...diva2009-02-171-0/+10
* - replace existing license header in each source file inMike Mazur2009-02-1617-391/+357
* - add restrictions and error handling to plugin loading inMike Mazur2009-02-1612-37/+61
* Standardize logging messages.Mike Mazur2009-02-1613-92/+92
* - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor ofMike Mazur2009-02-168-1250/+1074
* 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
* 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
* - remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur2009-02-165-229/+44
* - asset server functionality works with OpenSim's HttpServerMike Mazur2009-02-164-104/+34
* AssetInventoryServer now compiles while using the standard OpenSimMike Mazur2009-02-167-564/+796
* 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
* Move NullAuthentication and AuthorizeAll extensions to plugins.Mike Mazur2009-02-165-14/+74
* Move BrowseFrontend and ReferenceFrontend toMike Mazur2009-02-163-12/+70
* Migrate OpenSim inventory frontend to load with Mono.Addins. EverythingMike Mazur2009-02-165-57/+60
* Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur2009-02-168-52/+115
* - added Simple AssetInventoryServer plugin (asset storage only)Mike Mazur2009-02-1610-569/+148
* - implement and load NullMetrics module in AssetInventoryServerMike Mazur2009-02-166-187/+94
* - IAssetProviderPlugin was changed to IAssetDataPluginMike Mazur2009-02-162-15/+8
* Converted to Linux newlines.Mike Mazur2009-02-1622-5968/+5968
* Added OpenSim asset frontend plugin.Mike Mazur2009-02-164-47/+312
* Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur2009-02-1623-92/+93
* AddingMike Mazur2009-02-1622-0/+5719
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-131-1/+1
* * Renamed RegionProfileService to RegionProfileServiceProxy to better reflect...lbsa712009-02-122-3/+3
* * Turned RegionProfileService non-staticlbsa712009-02-122-6/+9
* * Added RegionProfileService and moved RequestSimData to it.lbsa712009-02-121-4/+4
* * optimized usings.lbsa712009-02-1219-47/+21
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-104-13/+15
* The DataPluginFactory is now a set of generic methods instead ofMike Mazur2009-02-092-3/+3
* * Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa712009-02-071-12/+36
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-075-88/+138
* Thank you dslake for a patch that:lbsa712009-02-071-1/+1
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-1/+1
* - moved data plugin loading code from various places toMike Mazur2009-02-032-39/+19
* - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2009-02-032-1/+3
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2009-02-032-8/+8
* * Add a second logoffuser message with the region secret. Teravus Ovares2009-01-131-1/+32
* * Fix an invalid seed cap that could be causing issues.Teravus Ovares2009-01-131-0/+4
* Commenting out the succesful REST message as under heavy use thereCharles Krinke2009-01-121-3/+7
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-1/+1
* * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey2009-01-061-1/+1
* * Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey2009-01-061-2/+1
* * minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey2009-01-061-1/+2
* * Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2009-01-051-0/+1