aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Regions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-254-131/+127
|
* here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ↵Dr Scofield2008-05-223-15/+121
| | | | | | | | | | | | | (from awebb) i've added the OSHttpStatusCodes enumeration of HTTP status codes, have adapted BaseHttpServer to use those. then RestPlugin now has proper Failure handling returning proper HTTP status codes. Regions/POSTHandler is work-in-progress.
* renaming GETRestRegionPlugin to GETHandler as that's what it really is.Dr Scofield2008-05-211-0/+0
|
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-201-2/+8
| | | | | | | | | | | 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
* fixing exception when RestPlugin not configured. refactors RestRegionPlugin, ↵Dr Scofield2008-05-193-67/+227
| | | | adds error checking.
* Formatting cleanup.Jeff Ames2008-05-162-10/+10
|
* Damn, forgot to manually add these as I keep forgetting thatSean Dague2008-05-152-0/+234
svn patches don't do adds. :(