Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-21 | renaming GETRestRegionPlugin to GETHandler as that's what it really is. | Dr Scofield | 1 | -0/+0 | |
2008-05-20 | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2 | -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-19 | i'm dropping VerifyGod() and adding IsGod(OSHttpRequest) instead, which ↵ | Dr Scofield | 1 | -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-19 | fixing exception when RestPlugin not configured. refactors RestRegionPlugin, ↵ | Dr Scofield | 4 | -80/+288 | |
adds error checking. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 3 | -22/+22 | |
2008-05-15 | Damn, forgot to manually add these as I keep forgetting that | Sean Dague | 3 | -0/+480 | |
svn patches don't do adds. :( |