Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -1/+1 |
| | |||||
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -2/+3 |
| | | | | | | Only currently supported option is "allowXss" which will send the needed Access-control-allow-origin: * header to allow xss scripting against the LSL http server. | ||||
* | This partially implements the LSL function to set the response | Mic Bowman | 2012-08-29 | 1 | -0/+2 |
| | | | | | | | | type for an HTTP request. Since the "official" LSL function limits the use of the response type, it is implemented as osSetContentType with a string for the content mime type and a threat level of high. With this function you should be able to implement rather functional media-on-a-prim application with much less difficulty. | ||||
* | Fix llGetSimulatorHostname to return configured hostname | BlueWall | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Add most of the meat to the LSL HTTP server | Melanie Thielker | 2009-05-13 | 1 | -0/+3 |
| | |||||
* | Plumb request and return URL functions. | Melanie Thielker | 2009-05-13 | 1 | -2/+3 |
| | | | | | | Implements llRequestURL, llRequestSecureURL, llReleaseURL | ||||
* | Add a skeleton for the LSLHttpServer | Melanie Thielker | 2009-05-13 | 1 | -0/+43 |