aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-03Fix the recent windows compile error by putting newFont for case "R" in Vecto...Justin Clark-Casey (justincc)1-3/+8
2012-08-03attempting to fix a build issueSignpostMarv1-2/+2
2012-08-03Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)1-253/+316
2012-08-02Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)1-0/+75
2012-06-22Resolve various race conditions between accessing and removing external scrip...Justin Clark-Casey (justincc)1-132/+148
2012-06-22Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)1-35/+73
2012-06-16Change read config paramter from max_urls_per_simulator to max_external_urls_...Justin Clark-Casey (justincc)1-1/+1
2012-06-16Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ...Justin Clark-Casey (justincc)1-1/+8
2012-06-15Make XMLRPCModule use an existing HTTP server if one already exists on the de...Justin Clark-Casey (justincc)1-4/+5
2012-05-23Fix llGetSimulatorHostname to return configured hostnameBlueWall1-0/+4
2012-05-13Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ...Chris Koeritz1-19/+5
2012-05-04Temporarily add debug log lines to lsl url request and releaseJustin Clark-Casey (justincc)1-0/+13
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-35/+35
2012-03-31Allow llRegionSayTo() to work on the PUBLIC_CHANNEL, as per http://wiki.secon...Justin Clark-Casey (justincc)1-1/+1
2012-03-06Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)1-0/+20
2012-01-14Allow SmtpClients and other SSL users to work with our cert handler installedMelanie1-9/+25
2012-01-14Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)1-1/+8
2012-01-01Fix for failed http request statusBlueWall1-14/+17
2011-12-07Stop also adding an ordinary http handler when we set up a poll http handler.Justin Clark-Casey (justincc)1-11/+6
2011-12-05Fix CHANGED_TEXTURE and CHANGED_COLOR.Melanie1-2/+2
2011-11-02Change default say distance to 20m from 30m, the same as on the big grid. Th...Justin Clark-Casey (justincc)1-1/+1
2011-11-02Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...Justin Clark-Casey (justincc)2-5/+8
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-10-11meaningless change to goose pandaJustin Clark-Casey (justincc)1-0/+1
2011-10-10remove unused LastAssetID from DynamicTextureUpdaerJustin Clark-Casey (justincc)1-6/+4
2011-09-24Added a setting to [Startup] section of config that will allow the simulator ...Kevin Houlihan & Michelle Argus1-3/+6
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-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-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
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-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-29Revert "Updates all IRegionModules to the new style region modules."Melanie8-203/+89