index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Scripting
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-06
Mantis #7919: fatal exception on LoadImageURLModule
Diva Canto
1
-0
/
+4
2016-03-23
Mantis 7842 - remove another possible null dereference
Melanie Thielker
1
-18
/
+18
2016-03-16
Add osRequestURL and osRequestSecureURL with an options list.
Melanie Thielker
1
-3
/
+12
2016-03-16
Implement Access-Control-Allow-Origin for HTTP LSL server
Jeff Kelley
1
-0
/
+2
2016-03-14
Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...
Jeff Kelley
1
-1
/
+3
2016-03-03
Mantis 7833: Fix a condition where email sent from an object that is in
Melanie Thielker
1
-11
/
+8
2015-12-25
fix html encapsulation for MSIE was doing nothing
UbitUmarov
1
-1
/
+1
2015-12-25
assume direct string.replace is good enought to avoid a stringbuild use
UbitUmarov
1
-5
/
+1
2015-12-25
try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...
UbitUmarov
1
-16
/
+33
2015-11-20
remove unused return value on DeliverMessageTo()
UbitUmarov
1
-9
/
+7
2015-11-20
remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this a...
UbitUmarov
1
-0
/
+5
2015-10-24
merge issue: fix missing '/'
UbitUmarov
1
-2
/
+3
2015-10-02
remove unused method parameter master also removed
UbitUmarov
1
-3
/
+1
2015-09-10
add a few terminating / in LSLhttp uris as core
UbitUmarov
1
-4
/
+4
2015-09-04
Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...
Diva Canto
2
-2
/
+1
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
2
-28
/
+5
2015-07-31
Eliminated several warnings
Oren Hurvitz
2
-0
/
+4
2015-07-31
XMLRPCModule now actually aborts the worker thread when requested
Oren Hurvitz
1
-2
/
+6
2015-03-29
varregion: any conversions of use of Constants.RegionSize converted into
Robert Adams
1
-2
/
+2
2015-03-06
Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...
BlueWall
1
-2
/
+2
2015-03-04
Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...
Justin Clark-Casey (justincc)
3
-27
/
+154
2014-11-25
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-11-25
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
2
-2
/
+0
2014-10-13
change/fix previus commits
UbitUmarov
1
-1
/
+1
2014-10-13
reduce minimum number of smartpool threads and name it
UbitUmarov
1
-3
/
+3
2014-09-26
Fix recent regression with llRegionSayTo() started sending messages twice.
Justin Clark-Casey (justincc)
1
-8
/
+2
2014-09-20
When sending http requests, close the response stream instead of waiting
Melanie Thielker
1
-1
/
+4
2014-09-04
For processing outbound http requests in the XMLRPCModule, start the thread t...
Justin Clark-Casey (justincc)
1
-5
/
+4
2014-04-23
Dynamic textures shouldn't be saved in the assets service (only in the simula...
Oren Hurvitz
1
-2
/
+2
2014-04-22
Changed the maximum asset name and description lengths to constants. Also, pr...
Oren Hurvitz
1
-0
/
+2
2014-01-31
Make sure Web streams are disposed after use
Oren Hurvitz
1
-4
/
+3
2013-12-14
varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.
Robert Adams
1
-2
/
+2
2013-11-23
Fix false positive test failure in TestRepeatSameDrawContainingImageReusingTe...
Justin Clark-Casey (justincc)
1
-2
/
+2
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
3
-6
/
+6
2013-10-07
varregion: remove scattered use of Constants.RegionSize by having routines re...
Robert Adams
1
-2
/
+2
2013-09-28
VarRegion: change RegionInfo storage of region coordinates from region
Robert Adams
1
-2
/
+2
2013-09-25
VarRegion: change RegionInfo storage of region coordinates from region
Robert Adams
1
-2
/
+2
2013-08-08
Better error reporting when registering LSL function extensions (comms module).
Robert Adams
1
-4
/
+13
2013-08-05
Comment out debug log lines about script modules comms for now.
Justin Clark-Casey (justincc)
1
-2
/
+2
2013-07-15
Add request received/handling stats for caps which are served by http poll ha...
Justin Clark-Casey (justincc)
1
-2
/
+4
2013-07-11
minor: remove some regression test logging switches accidentally left uncomme...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-07-11
minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...
Justin Clark-Casey (justincc)
1
-3
/
+0
2013-07-11
Fix regression where llHTTPRequests which did not get an OK response returned...
Justin Clark-Casey (justincc)
2
-40
/
+238
2013-06-07
Supply proper type information for the various types of requests
Melanie
1
-6
/
+6
2013-06-07
Adding Avination's PollService to round out the HTTP inventory changes
Melanie
1
-4
/
+4
2013-05-05
Implement llSetContentType using the new OpenID auth support for authentication
Melanie
1
-1
/
+50
2013-04-10
minor: fix mono compiler warning in ScriptsHttpRequests.cs
Justin Clark-Casey (justincc)
1
-1
/
+0
2013-04-04
refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...
Justin Clark-Casey (justincc)
1
-10
/
+4
2013-04-04
Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...
Justin Clark-Casey (justincc)
1
-30
/
+62
2013-03-29
Added missing functionality (mainly custom headers) to llHTTPRequest.
Kevin Cozens
1
-9
/
+64
[next]