aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Total refactoring of Asset Server for massive winlbsa712007-10-191-2/+6
| | | | | | * There is now a AssetServerBase * lolcat in ur assets
* Fix for assetserver crashing (Thank you Chi11ken)Tleiades Hax2007-10-191-7/+4
|
* * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵lbsa712007-10-151-1/+4
| | | | consolidated port number defaults. Thankx Chillken!
* Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax2007-10-131-171/+22
| | | | | | | no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from.
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* * Checked in new tweaked Prebuild.exelbsa712007-08-081-40/+0
| | | | | * Ignored binaries
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-031-3/+9
| | | | configdir, datadir.
* Commit 1/2Adam Frisby2007-07-291-2/+2
| | | | | | | * DB4o no longer crashes the sim on Startup * DB4o now crashes the sim on shutdown. * Variety of console verbosity fixes.
* * Assortment of Console changes - console messages are now grouped into ↵Adam Frisby2007-07-201-3/+3
| | | | modules (eg "client", "grid", "terrain", "storage", etc)
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-28/+0
| | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
* * In ur trunk adding ur assets.Adam Frisby2007-07-161-0/+11
|
* changed to native line ending encodingSean Dague2007-07-161-406/+406
|
* * Fixed bug reported by xyzo - region assets are now stored in ↵Adam Frisby2007-07-131-2/+2
| | | | "regionassets.yap", asset server assets are now in "gridassets.yap"
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-45/+124
| | | | | | | | | * Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-17/+7
| | | | | * added some licensing info
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-2/+2
| | | | prebuild.xml though
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+337
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.