aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* shut up some pesty warningsUbitUmarov2018-01-151-1/+2
* mergeUbitUmarov2017-07-205-89/+119
|\
| * bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ...UbitUmarov2017-07-071-1/+5
| * fix scripts xmlrpc threads namesUbitUmarov2017-06-291-1/+1
| * ScriptsHttpReq does not need a permanent threadUbitUmarov2017-06-291-2/+2
| * add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ...UbitUmarov2017-06-251-0/+7
| * add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ...UbitUmarov2017-06-241-1/+29
| * revert the thread level change; remove unused dynamic texture timer from inte...UbitUmarov2017-06-242-74/+55
| * simplify vectorrender background drawUbitUmarov2017-06-241-17/+9
| * remove a DynamicTexture leak, make it actually return the new texture ID to o...UbitUmarov2017-06-241-9/+16
| * osDrawFilledEllipse or string comand FillEllipse identical do Ellipse oneUbitUmarov2017-06-241-0/+11
* | Merge branch 'master' into httptestsUbitUmarov2017-05-311-17/+2
|\ \ | |/
| * do another dns request via new cache. My problems bf wheren't mono after all,...UbitUmarov2017-05-301-17/+2
* | disable llhttprequests secure con, since it still collides with main ssl sett...UbitUmarov2017-05-271-1/+1
* | Merge branch 'master' into httptestsUbitUmarov2017-05-271-1/+1
|\ \ | |/
| * avoid some wrong watchdog timeoutsUbitUmarov2017-05-261-1/+1
* | merge masterUbitUmarov2017-05-231-0/+2
|\ \ | |/
| * please DIE! PLEASE??UbitUmarov2017-05-231-0/+1
| * disable keepalive on llHttpRequestUbitUmarov2017-05-221-0/+1
* | Merge branch 'master' into httptestsUbitUmarov2017-05-211-11/+2
|\ \ | |/
| * mantis 8171 fix redirection on llHttpRequestUbitUmarov2017-05-201-11/+2
* | fix mergeUbitUmarov2017-05-033-22/+81
|\ \ | |/
| * mantis 8135UbitUmarov2017-05-021-7/+15
| * disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN...UbitUmarov2017-05-021-7/+62
| * mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e...UbitUmarov2017-04-261-8/+4
* | fix mergeUbitUmarov2017-04-251-13/+13
|\ \ | |/
| * Make it possible to override the URL moduleMelanie Thielker2017-01-261-12/+12
* | fix mergeUbitUmarov2017-01-059-85/+85
|\ \ | |/
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-059-85/+85
* | Merge branch 'master' into httptestsUbitUmarov2016-10-081-14/+18
|\ \ | |/
| * mantis 8027: allow messages to be sent to attachments child prims in llRegion...UbitUmarov2016-09-221-2/+5
| * check for null target, minor cleanupUbitUmarov2016-09-211-12/+13
* | Merge branch 'master' into httptestsUbitUmarov2016-09-171-6/+6
|\ \ | |/
| * Minor. Make email module log message format consistent with other modulesAliciaRaven2016-09-151-6/+6
* | Merge branch 'master' into httptestsUbitUmarov2016-09-032-30/+37
|\ \ | |/
| * DynamicTextureModule memory leaksUbitUmarov2016-08-241-28/+35
| * locking issueUbitUmarov2016-08-221-2/+2
* | add a Drop method to PollService Event handlers, Drop requests on connections...UbitUmarov2016-07-171-2/+24
|/
* Mantis #7919: fatal exception on LoadImageURLModuleDiva Canto2016-06-061-0/+4
* Mantis 7842 - remove another possible null dereferenceMelanie Thielker2016-03-231-18/+18
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-3/+12
* Implement Access-Control-Allow-Origin for HTTP LSL serverJeff Kelley2016-03-161-0/+2
* Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...Jeff Kelley2016-03-141-1/+3
* Mantis 7833: Fix a condition where email sent from an object that is inMelanie Thielker2016-03-031-11/+8
* fix html encapsulation for MSIE was doing nothingUbitUmarov2015-12-251-1/+1
* assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov2015-12-251-5/+1
* try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...UbitUmarov2015-12-251-16/+33
* remove unused return value on DeliverMessageTo()UbitUmarov2015-11-201-9/+7
* remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this a...UbitUmarov2015-11-201-0/+5
* merge issue: fix missing '/'UbitUmarov2015-10-241-2/+3