aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-28Formatting cleanup.Jeff Ames2-3/+3
2008-05-27cleaning up: coding style guidelines violation in RestPlugin.cs. Dr Scofield1-1/+2
adding support for enabled = true|false for IRCBridgeModule
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames5-172/+167
2008-05-22here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ↵Dr Scofield4-24/+172
(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.
2008-05-21renaming GETRestRegionPlugin to GETHandler as that's what it really is.Dr Scofield1-0/+0
2008-05-20i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2-6/+62
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
2008-05-19i'm dropping VerifyGod() and adding IsGod(OSHttpRequest) instead, which ↵Dr Scofield1-5/+11
actually now takes a look at the HTTP request header and retrieves x-opensim-godkey (if it exists) and compares that against the godkey from OpenSim.ini. also, this makes AddStreamHandler() virtual so that it can be overridden.
2008-05-19fixing exception when RestPlugin not configured. refactors RestRegionPlugin, ↵Dr Scofield4-80/+288
adds error checking.
2008-05-16Formatting cleanup.Jeff Ames3-22/+22
2008-05-15Damn, forgot to manually add these as I keep forgetting thatSean Dague3-0/+480
svn patches don't do adds. :(