aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-07bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ...UbitUmarov1-1/+5
2017-06-29fix scripts xmlrpc threads namesUbitUmarov1-1/+1
2017-06-29ScriptsHttpReq does not need a permanent threadUbitUmarov1-2/+2
2017-06-25add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ...UbitUmarov1-0/+7
2017-06-24add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ...UbitUmarov1-1/+29
2017-06-24revert the thread level change; remove unused dynamic texture timer from inte...UbitUmarov2-74/+55
2017-06-24simplify vectorrender background drawUbitUmarov1-17/+9
2017-06-24remove a DynamicTexture leak, make it actually return the new texture ID to o...UbitUmarov1-9/+16
2017-06-24osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov1-0/+11
2017-05-30do another dns request via new cache. My problems bf wheren't mono after all,...UbitUmarov1-17/+2
2017-05-26avoid some wrong watchdog timeoutsUbitUmarov1-1/+1
2017-05-23 please DIE! PLEASE??UbitUmarov1-0/+1
2017-05-22disable keepalive on llHttpRequestUbitUmarov1-0/+1
2017-05-20mantis 8171 fix redirection on llHttpRequestUbitUmarov1-11/+2
2017-05-02mantis 8135UbitUmarov1-7/+15
2017-05-02 disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN...UbitUmarov1-7/+62
2017-04-26 mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e...UbitUmarov1-8/+4
2017-01-26Make it possible to override the URL moduleMelanie Thielker1-12/+12
2017-01-05Massive tab and trailing space cleanupMelanie Thielker9-85/+85
2016-09-22mantis 8027: allow messages to be sent to attachments child prims in llRegion...UbitUmarov1-2/+5
2016-09-21 check for null target, minor cleanupUbitUmarov1-12/+13
2016-09-15Minor. Make email module log message format consistent with other modulesAliciaRaven1-6/+6
2016-08-24 DynamicTextureModule memory leaksUbitUmarov1-28/+35
2016-08-22locking issueUbitUmarov1-2/+2
2016-06-06Mantis #7919: fatal exception on LoadImageURLModuleDiva Canto1-0/+4
2016-03-23Mantis 7842 - remove another possible null dereferenceMelanie Thielker1-18/+18
2016-03-16Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker1-3/+12
2016-03-16Implement Access-Control-Allow-Origin for HTTP LSL serverJeff Kelley1-0/+2
2016-03-14Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...Jeff Kelley1-1/+3
2016-03-03Mantis 7833: Fix a condition where email sent from an object that is inMelanie Thielker1-11/+8
2015-12-25fix html encapsulation for MSIE was doing nothingUbitUmarov1-1/+1
2015-12-25assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov1-5/+1
2015-12-25try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...UbitUmarov1-16/+33
2015-11-20remove unused return value on DeliverMessageTo()UbitUmarov1-9/+7
2015-11-20remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this a...UbitUmarov1-0/+5
2015-10-24 merge issue: fix missing '/'UbitUmarov1-2/+3
2015-10-02 remove unused method parameter master also removedUbitUmarov1-3/+1
2015-09-10add a few terminating / in LSLhttp uris as coreUbitUmarov1-4/+4
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2-2/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov2-28/+5
2015-07-31Eliminated several warningsOren Hurvitz2-0/+4
2015-07-31XMLRPCModule now actually aborts the worker thread when requestedOren Hurvitz1-2/+6
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-2/+2
2015-03-06Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...BlueWall1-2/+2
2015-03-04Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)3-27/+154
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2-2/+0
2014-10-13 change/fix previus commitsUbitUmarov1-1/+1
2014-10-13reduce minimum number of smartpool threads and name itUbitUmarov1-3/+3
2014-09-26Fix recent regression with llRegionSayTo() started sending messages twice.Justin Clark-Casey (justincc)1-8/+2