aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-05Try disabling the inconsistent attachment state check to see if this actually...Justin Clark-Casey (justincc)1-1/+2
2011-08-31In WorldCommModule, replace the useless Attachments == null check with Attach...Justin Clark-Casey (justincc)1-2/+1
2011-08-31minor: seal up another instance of using the appearance list without lockingJustin Clark-Casey (justincc)1-1/+1
2011-08-31Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)1-4/+8
2011-08-20Add avatar and attachments to llRegionSayBlueWall1-4/+67
2011-08-19Add llRegionSayToBlueWall1-0/+21
2011-05-26Some additional protection, it seems that responsedata needs to be locked, bu...Tom1-2/+13
2011-05-17Also fix the locking of url.requests and tidy the locks in generalTom1-23/+31
2011-05-17Lock m_requestMap properly to prevent some nasty access errors and the result...Tom1-30/+51
2011-05-13Fix the cert validation handler so that it will not block other parts ofMelanie1-2/+10
2011-05-05Add support for llRequestSecureURL() if ssl is enabledBlueWall1-5/+56
2011-04-17Fix the cert validation handler so that it will not block other parts ofMelanie1-2/+10
2011-04-11minor: remove now inaccurate commentJustin Clark-Casey (justincc)1-1/+1
2011-04-11minor: adjust some spacing and indentationJustin Clark-Casey (justincc)1-10/+10
2011-04-11Implimented HTTP_VERIFY_CERT for llHttpRequestE. Allen Soard1-3/+31
2011-04-02Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)1-2/+0
2011-03-21Since we've plugged the leak, now increase URLs to 5000 since the limit is be...Tom1-1/+1
2011-02-03Repair x-query-stringTom1-1/+1
2011-01-31Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...Tom1-3/+3
2011-01-29If llHTTPRequest results in an error, still attempt to get the response text....Tom1-1/+11
2011-01-29Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...Tom1-4/+9
2011-01-28Significantly increase the total number of URL's available. In second life, ...Tom1-1/+1
2011-01-28Fix a discrepancy vs. SL with parsing x-query-stringTom1-1/+8
2010-12-14Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't su...Tom1-0/+4
2010-12-10Normalization of OSSL function names.Marck1-11/+12
2010-11-02Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture...dahlia1-32/+32
2010-07-03Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker1-5/+5
2010-07-03Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker1-2/+2
2010-07-01ANother stab at LSL compatibilityMelanie Thielker1-1/+1
2010-07-01Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker1-1/+1
2010-06-28Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker1-1/+1
2010-06-28Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker1-1/+1
2010-03-25minor: Print out port that http servers are usingJustin Clark-Casey (justincc)1-6/+6
2010-03-16Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman1-11/+9
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+2
2010-02-06Endline fixTeravus Ovares (Dan Olivares)1-12/+12
2010-02-04minor: one method docJustin Clark-Casey (justincc)1-0/+1
2010-02-02refactor: move world comm message queueing into its own methodJustin Clark-Casey (justincc)1-23/+13
2010-01-29Resolve one more conflict I overlookedMelanie1-14/+0
2010-01-29Resolve one more conflict I overlookedMelanie1-14/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie8-203/+89
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie8-203/+89
2010-01-28Changes WorldCommModule to ISharedRegionModule.Revolution1-1/+5
2010-01-23Updates all IRegionModules to the new style region modules.Revolution8-86/+210
2010-01-18Fix a major security problem with osSetDynamicTexture which allowed the delet...CasperW1-5/+12
2010-01-18Fix a major security problem with osSetDynamicTexture which allowed the delet...CasperW1-5/+12
2009-11-27Make locking of timers and listeners in script related functions consistentJustin Clark-Casey (justincc)1-3/+6
2009-11-16minor: very minor formatting changeJustin Clark-Casey (justincc)1-4/+1
2009-11-10Fixed XMLRPC return paramsMic Bowman1-1/+1