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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'avination-current' into careminster
Melanie
2013-06-06
1
-1
/
+50
|
\
|
*
Implement llSetContentType using the new OpenID auth support for authentication
Melanie
2013-05-05
1
-1
/
+50
*
|
Merge branch 'master' into careminster
Melanie
2013-05-04
1
-1
/
+1
|
\
\
*
\
\
Merge branch 'master' into careminster
Melanie
2013-04-10
1
-1
/
+0
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
minor: fix mono compiler warning in ScriptsHttpRequests.cs
Justin Clark-Casey (justincc)
2013-04-10
1
-1
/
+0
|
*
refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...
Justin Clark-Casey (justincc)
2013-04-04
1
-10
/
+4
|
*
Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...
Justin Clark-Casey (justincc)
2013-04-04
1
-30
/
+62
*
|
Merge branch 'master' into careminster
Melanie
2013-03-29
1
-9
/
+70
|
\
\
|
|
/
|
*
Added missing functionality (mainly custom headers) to llHTTPRequest.
Kevin Cozens
2013-03-29
1
-9
/
+64
*
|
Merge branch 'master' into careminster
Melanie
2013-03-13
1
-0
/
+5
|
\
\
|
|
/
|
*
minor: save some commented out log lines which will be useful again in future...
Justin Clark-Casey (justincc)
2013-03-13
1
-0
/
+5
*
|
Merge branch 'avination' into careminster
Melanie
2013-03-06
1
-0
/
+2
|
\
\
|
*
|
Experimental - add void return support to modSendCommand
Melanie
2013-03-03
1
-0
/
+2
*
|
|
Merge branch 'avination' into careminster
Melanie
2013-03-03
1
-1
/
+7
|
\
\
\
|
|
/
/
|
*
|
Correctly remove https:// URLs from the http server.
Melanie
2013-02-17
1
-1
/
+7
*
|
|
Merge branch 'master' into careminster
Melanie
2013-02-27
1
-9
/
+17
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Add regression test for llReleaseUrl() (and for llRequestUrl)
Justin Clark-Casey (justincc)
2013-02-27
1
-9
/
+16
*
|
|
Merge branch 'master' into careminster
Melanie
2013-02-27
2
-23
/
+31
|
\
\
\
|
|
/
/
|
*
|
Make sure we dispose of WebResponse, StreamReader and Stream in various place...
Justin Clark-Casey (justincc)
2013-02-27
1
-6
/
+10
|
*
|
Add regression test for llRequestUrl()
Justin Clark-Casey (justincc)
2013-02-26
1
-16
/
+21
*
|
|
Merge branch 'master' into careminster
Melanie
2013-02-15
1
-6
/
+8
|
\
\
\
|
|
/
/
|
*
|
* Handle null check on configs in module startup so that the the code can be ...
teravus
2013-02-14
1
-6
/
+8
*
|
|
Merge branch 'master' into careminster
Melanie
2013-01-26
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Add basic JsonCreateStore() regression test
Justin Clark-Casey (justincc)
2013-01-25
1
-1
/
+1
*
|
|
Merge branch 'master' into careminster
Melanie
2013-01-25
1
-0
/
+15
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Mantis 6508 llHTTPResponse body is incorrectly interpreted by IE
Talun
2013-01-24
1
-1
/
+15
*
|
Null check the response body to make sure we're not crashing the script engine
Melanie
2013-01-24
1
-0
/
+6
*
|
Implement HTTP Request froma thread pool to avoid packet congestion
Melanie
2013-01-20
1
-14
/
+45
*
|
Revert "Refactor scripted http request to use async calls rather than hard th...
Melanie
2013-01-20
1
-87
/
+53
*
|
Refactor scripted http request to use async calls rather than hard threads
Melanie
2013-01-20
1
-53
/
+87
*
|
Merge branch 'master' into careminster
Melanie
2012-11-13
1
-0
/
+5
|
\
\
|
|
/
|
*
Another 21 modules' directives moved out of .addin.xml
Diva Canto
2012-11-13
1
-0
/
+2
*
|
Merge branch 'master' into careminster
Melanie
2012-11-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2012-11-12
1
-1
/
+1
|
|
\
|
*
|
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
2012-11-12
1
-1
/
+1
*
|
|
Merge branch 'master' into careminster
Melanie
2012-11-13
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Update ScriptModuleComms name space to CoreModules
Melanie
2012-11-13
1
-1
/
+1
|
|
/
*
|
Merge branch 'master' into careminster
Melanie
2012-11-12
6
-134
/
+244
|
\
\
|
|
/
|
*
Fix issues with the DynamicTextureModule and corresponding unit tests.
Diva Canto
2012-11-11
3
-32
/
+39
|
*
One more module converted: XMLRPCModule. Removed it from the special loading ...
Diva Canto
2012-11-11
1
-31
/
+51
|
*
One more module converted: VectorRenderModule.
Diva Canto
2012-11-11
1
-27
/
+41
|
*
One more module: DynamicTextureModule. Removed it from the special load in th...
Diva Canto
2012-11-11
1
-11
/
+27
|
*
One more module converted: LoadImageURLModule. Also removed it from its hard-...
Diva Canto
2012-11-11
1
-19
/
+38
|
*
One more module converted: ScriptsHttpRequests.
Diva Canto
2012-11-11
1
-9
/
+25
|
*
One more module converted: EmailModule.
Diva Canto
2012-11-11
1
-46
/
+64
*
|
Merge branch 'master' into careminster
Melanie
2012-11-11
1
-75
/
+187
|
\
\
|
|
/
|
*
document, 80-character width terminal formatting converting comments to docum...
SignpostMarv
2012-11-10
1
-15
/
+65
|
*
document & 80-character width terminal formatting
SignpostMarv
2012-11-10
1
-56
/
+114
|
*
Converting WorldCommModule to INonSharedRegionModule
SignpostMarv
2012-11-10
1
-11
/
+25
|
*
Add a method to query all registered script constants to allow non-XEngine
Melanie
2012-11-04
1
-0
/
+16
[next]