aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IHttpRequests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-181-28/+26
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* From: Michael Osias <mosias@us.ibm.com>Sean Dague2008-02-191-0/+2
| | | | | | | | This patch implements the llSendRemoteData command and fixes mantis 552, and possibly 586.
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* From Michael Osias (IBM)Sean Dague2007-12-121-1/+6
| | | | | | | | | | | | This patch implements the llHttpRequest function via a region module, HttpScriptsRequest. There were bits and peices in LSLLong_cmd_handler, which I moved into the region module, and just check for completed requests and dispatch the http_response callback event instead. works for me as of r2674
* * Optimized usingslbsa712007-10-301-1/+1
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-1/+29
|
* getting all our line endings consistant againSean Dague2007-10-051-2/+2
|
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-6/+3
| | | | | * 'remove redundant this qualifier' ftw
* fixing me some line endingsSean Dague2007-09-171-12/+12
|
* Removed the exit-region command, now use "change-region root" or ↵MW2007-09-041-0/+12
"change-region .." to change back to root level. [Would be nice if the command prompt changed to show what the current region was, but think that will need changes to the console code so for now it will have to stay as it is].