aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor. Make email module log message format consistent with other modulesAliciaRaven2016-09-151-6/+6
* DynamicTextureModule memory leaksUbitUmarov2016-08-241-28/+35
* locking issueUbitUmarov2016-08-221-2/+2
* 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
* remove unused method parameter master also removedUbitUmarov2015-10-021-3/+1
* add a few terminating / in LSLhttp uris as coreUbitUmarov2015-09-101-4/+4
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-082-2/+1
|\
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-042-2/+1
* | seems to compile ( tests comented out)UbitUmarov2015-09-022-28/+5
* | bad merge?UbitUmarov2015-09-015-316/+451
|\ \ | |/ |/|
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-2/+2
| * change/fix previus commitsUbitUmarov2014-10-131-1/+1
| * reduce minimum number of smartpool threads and name itUbitUmarov2014-10-131-3/+3
| * When sending http requests, close the response stream instead of waitingMelanie Thielker2014-09-201-1/+4
| * Merge branch 'master' into careminsterMelanie2013-11-234-8/+8
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-08-111-4/+13
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-08-071-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-07-241-2/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-181-0/+198
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'avination-current' into careminsterMelanie2013-06-061-1/+50
| |\ \ \ \ \ \
| | * | | | | | Implement llSetContentType using the new OpenID auth support for authenticationMelanie2013-05-051-1/+50
| * | | | | | | Merge branch 'master' into careminsterMelanie2013-05-041-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-04-101-1/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' into careminsterMelanie2013-03-291-9/+70
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-03-131-0/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'avination' into careminsterMelanie2013-03-061-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Experimental - add void return support to modSendCommandMelanie2013-03-031-0/+2
| * | | | | | | | | | Merge branch 'avination' into careminsterMelanie2013-03-031-1/+7
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Correctly remove https:// URLs from the http server.Melanie2013-02-171-1/+7
| * | | | | | | | | | Merge branch 'master' into careminsterMelanie2013-02-271-9/+17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-02-272-23/+31
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-02-151-6/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-01-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-01-251-0/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Null check the response body to make sure we're not crashing the script engineMelanie2013-01-241-0/+6
| * | | | | | | | | | | | | | Implement HTTP Request froma thread pool to avoid packet congestionMelanie2013-01-201-14/+45
| * | | | | | | | | | | | | | Revert "Refactor scripted http request to use async calls rather than hard th...Melanie2013-01-201-87/+53