aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestMethod.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-32/+0
|
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-1/+1
|
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-201-1/+2
| | | | | | | | | | | provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
|
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Optimized usingslbsa712007-10-301-2/+2
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-31/+31
|
* * Moved SendNameReply to ClientViewlbsa712007-07-131-1/+0
| | | | | | * Removed unused LoginService * Minor renames on BinaryStreamHandler
* More work on UserProfile and inventory cache (still currently not enabled).MW2007-07-111-0/+1
| | | | | Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-4/+0
| | | | | * added some licensing info
* * Started working on LlsdMethod for BaseHttpServerlbsa712007-07-021-0/+35
*Renamed IRestHandler.cs to RestMethod.cs which is the correct name.