aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into bigmergeMelanie2011-10-261-0/+1
|\
| * Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-0/+1
* | Merge commit 'f138a2056ecea4016d75fec276a390955dbfd688' into bigmergeMelanie2011-10-121-0/+1
|\ \ | |/
| * meaningless change to goose pandaJustin Clark-Casey (justincc)2011-10-111-0/+1
* | Merge commit '013bf2775fc02d12ef39f6ca49ff8ecd53028e9c' into bigmergeMelanie2011-10-121-6/+4
|\ \ | |/
| * remove unused LastAssetID from DynamicTextureUpdaerJustin Clark-Casey (justincc)2011-10-101-6/+4
* | Merge commit '39d7945efc8daa6e5cd0f4728b499e7a624526cd' into bigmergeMelanie2011-10-111-3/+6
|\ \ | |/
| * Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus2011-09-241-3/+6
* | Bring us up to date.Tom2011-09-141-1/+2
|\ \ | |/
| * Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)2011-09-051-1/+2
* | Resolve merge commits, stage 1Tom2011-09-041-0/+87
|\ \ | |/
| * In WorldCommModule, replace the useless Attachments == null check with Attach...Justin Clark-Casey (justincc)2011-08-311-2/+1
| * minor: seal up another instance of using the appearance list without lockingJustin Clark-Casey (justincc)2011-08-311-1/+1
| * Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)2011-08-311-4/+8
| * Add avatar and attachments to llRegionSayBlueWall2011-08-201-4/+67
| * Add llRegionSayToBlueWall2011-08-191-0/+21
| * Fix the cert validation handler so that it will not block other parts ofMelanie2011-05-131-2/+10
* | Some additional protection, it seems that responsedata needs to be locked, bu...Tom2011-05-261-2/+13
* | Also fix the locking of url.requests and tidy the locks in generalTom2011-05-171-23/+31
* | Lock m_requestMap properly to prevent some nasty access errors and the result...Tom2011-05-171-30/+51
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-081-5/+56
|\ \ | |/
| * Add support for llRequestSecureURL() if ssl is enabledBlueWall2011-05-051-5/+56
* | Fix the cert validation handler so that it will not block other parts ofMelanie2011-04-171-2/+10
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-121-7/+35
|\ \ | |/
| * minor: remove now inaccurate commentJustin Clark-Casey (justincc)2011-04-111-1/+1
| * minor: adjust some spacing and indentationJustin Clark-Casey (justincc)2011-04-111-10/+10
| * Implimented HTTP_VERIFY_CERT for llHttpRequestE. Allen Soard2011-04-111-3/+31
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-031-2/+0
|\ \ | |/
| * Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)2011-04-021-2/+0
* | Since we've plugged the leak, now increase URLs to 5000 since the limit is be...Tom2011-03-211-1/+1
* | Repair x-query-stringTom2011-02-031-1/+1
* | Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...Tom2011-01-311-3/+3
* | If llHTTPRequest results in an error, still attempt to get the response text....Tom2011-01-291-1/+11
* | Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...Tom2011-01-291-4/+9
* | Significantly increase the total number of URL's available. In second life, ...Tom2011-01-281-1/+1
* | Fix a discrepancy vs. SL with parsing x-query-stringTom2011-01-281-1/+8
* | Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't su...Tom2010-12-141-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-11/+12
|\ \ | |/
| * Normalization of OSSL function names.Marck2010-12-101-11/+12
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-021-32/+32
|\ \ | |/
| * Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture...dahlia2010-11-021-32/+32
| * Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
* | Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker2010-07-031-5/+5
* | Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker2010-07-031-2/+2
* | ANother stab at LSL compatibilityMelanie Thielker2010-07-011-1/+1
* | Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker2010-07-011-1/+1
* | Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
|/
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-6/+6
* Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman2010-03-161-11/+9
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1