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
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
2013-03-13
minor: save some commented out log lines which will be useful again in future...
Justin Clark-Casey (justincc)
1
-0
/
+5
2013-03-03
Experimental - add void return support to modSendCommand
Melanie
1
-0
/
+2
2013-02-27
Add regression test for llReleaseUrl() (and for llRequestUrl)
Justin Clark-Casey (justincc)
1
-9
/
+16
2013-02-27
Make sure we dispose of WebResponse, StreamReader and Stream in various place...
Justin Clark-Casey (justincc)
1
-6
/
+10
2013-02-26
Add regression test for llRequestUrl()
Justin Clark-Casey (justincc)
1
-16
/
+21
2013-02-17
Correctly remove https:// URLs from the http server.
Melanie
1
-1
/
+7
2013-02-14
* Handle null check on configs in module startup so that the the code can be ...
teravus
1
-6
/
+8
2013-01-25
Add basic JsonCreateStore() regression test
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-01-24
Mantis 6508 llHTTPResponse body is incorrectly interpreted by IE
Talun
1
-1
/
+15
2013-01-24
Null check the response body to make sure we're not crashing the script engine
Melanie
1
-0
/
+6
2013-01-20
Implement HTTP Request froma thread pool to avoid packet congestion
Melanie
1
-14
/
+45
2013-01-20
Revert "Refactor scripted http request to use async calls rather than hard th...
Melanie
1
-87
/
+53
[next]