aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Scripting/HttpRequest (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-09Mantis#1127. Thank you kindly, Grumly57 for a patch that:Charles Krinke1-1/+1
Addresses HTTP_METHOD parameter does not work for POST requests.
2008-06-27more warnings to go.Dr Scofield1-1/+1
2008-05-28Mantis#1398. Thank you kindly, cmickeyb for a patch that:Charles Krinke1-1/+11
small patch to encode and send the outbound_body parameter in an http request. this enables post messages to send a body
2008-05-22changing more 'raw' HTTP status codes to OSHttpStatusCodes.Dr Scofield1-2/+3
2008-05-16Formatting cleanup.Jeff Ames1-11/+11
2008-05-01* Rolled back a few changes.Adam Frisby1-1/+5
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-5/+1
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-363/+363
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-43/+51
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby1-0/+356
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.