aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2-2/+2
2009-05-25* Upped version number to 0.6.5lbsa711-2/+2
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-1/+1
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa711-1/+1
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa711-3/+3
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-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-1/+1
2009-02-12* optimized usings.lbsa712-5/+4
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur1-1/+1
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-2/+4
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-1/+1
2009-02-03- moved data plugin loading code from various places toMike Mazur1-14/+1
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2-1/+3
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2-8/+8
2009-01-12Commenting out the succesful REST message as under heavy use thereCharles Krinke1-3/+7
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-4/+4
2008-11-06Thank you kindly, Diva, for a patch that:Charles Krinke2-4/+4
2008-10-03* refactor: make startup a template methodJustin Clarke Casey1-3/+1
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
2008-09-06Mantis #2133Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2-8/+8
2008-08-18Formatting cleanup.Jeff Ames1-4/+4
2008-08-13Mantis #1936Melanie Thielker1-1/+0
2008-08-09* minor: Remove unused message from the asset server configurationJustin Clarke Casey1-5/+3
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2-31/+14
2008-07-07* remove unused CommitAssets() hook for nowJustin Clarke Casey1-2/+1
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-5/+5
2008-06-01* Move most bookending startup/shutdown messages to BaseOpenSimServer so they...Justin Clarke Casey1-15/+0
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey1-1/+3
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-2/+2
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and Ht...Dr Scofield1-2/+5
2008-05-16* Minor: For no particularly good reason, make all console prompts conform to...Justin Clarke Casey1-1/+1
2008-05-16Formatting cleanup.Jeff Ames3-21/+21
2008-05-14* Refactor additional stats collection common code into base opensim serverJustin Clarke Casey1-11/+2
2008-05-07* Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey1-3/+1
2008-05-01* Rolled back a few changes.Adam Frisby3-64/+61
2008-05-01* Cleaning code still.Adam Frisby3-61/+64
2008-04-23add a database_connect field for the asset server configSean Dague1-3/+3
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby2-5/+8
2008-04-18* Refactor: Remove redundant try/catch from asset request since this is now h...Justin Clarke Casey1-47/+42
2008-04-02Set default terrain to complete flat terrain (at 26 height). Even flat terrai...MW1-1/+1
2008-03-28* Refactored out common http handler operationslbsa711-6/+11