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
2012-05-23
Fix llGetSimulatorHostname to return configured hostname
BlueWall
1
-0
/
+4
2012-05-13
Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ...
Chris Koeritz
1
-19
/
+5
2012-05-04
Temporarily add debug log lines to lsl url request and release
Justin Clark-Casey (justincc)
1
-0
/
+13
2012-04-23
Mantis 5977 Corrections to llRegionSayTo
Talun
1
-35
/
+35
2012-03-31
Allow llRegionSayTo() to work on the PUBLIC_CHANNEL, as per http://wiki.secon...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-03-06
Add sensor, dataserver requests, timer and listener counts to "xengine status...
Justin Clark-Casey (justincc)
1
-0
/
+20
2012-01-14
Allow SmtpClients and other SSL users to work with our cert handler installed
Melanie
1
-9
/
+25
2012-01-14
Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...
Justin Clark-Casey (justincc)
1
-1
/
+8
2012-01-01
Fix for failed http request status
BlueWall
1
-14
/
+17
2011-12-07
Stop also adding an ordinary http handler when we set up a poll http handler.
Justin Clark-Casey (justincc)
1
-11
/
+6
2011-12-05
Fix CHANGED_TEXTURE and CHANGED_COLOR.
Melanie
1
-2
/
+2
2011-11-02
Change default say distance to 20m from 30m, the same as on the big grid. Th...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-11-02
Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...
Justin Clark-Casey (justincc)
2
-5
/
+8
2011-10-25
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-10-11
meaningless change to goose panda
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-10-10
remove unused LastAssetID from DynamicTextureUpdaer
Justin Clark-Casey (justincc)
1
-6
/
+4
2011-09-24
Added a setting to [Startup] section of config that will allow the simulator ...
Kevin Houlihan & Michelle Argus
1
-3
/
+6
2011-09-05
Try disabling the inconsistent attachment state check to see if this actually...
Justin Clark-Casey (justincc)
1
-1
/
+2
2011-08-31
In WorldCommModule, replace the useless Attachments == null check with Attach...
Justin Clark-Casey (justincc)
1
-2
/
+1
2011-08-31
minor: seal up another instance of using the appearance list without locking
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-08-31
Make SP.Attachments available as sp.GetAttachments() instead.
Justin Clark-Casey (justincc)
1
-4
/
+8
2011-08-20
Add avatar and attachments to llRegionSay
BlueWall
1
-4
/
+67
2011-08-19
Add llRegionSayTo
BlueWall
1
-0
/
+21
2011-05-13
Fix the cert validation handler so that it will not block other parts of
Melanie
1
-2
/
+10
2011-05-05
Add support for llRequestSecureURL() if ssl is enabled
BlueWall
1
-5
/
+56
2011-04-11
minor: remove now inaccurate comment
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-04-11
minor: adjust some spacing and indentation
Justin Clark-Casey (justincc)
1
-10
/
+10
2011-04-11
Implimented HTTP_VERIFY_CERT for llHttpRequest
E. Allen Soard
1
-3
/
+31
2011-04-02
Comment out some startup logging lines to make up for the one I added earlier...
Justin Clark-Casey (justincc)
1
-2
/
+0
2010-12-10
Normalization of OSSL function names.
Marck
1
-11
/
+12
2010-11-02
Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture...
dahlia
1
-32
/
+32
2010-06-28
Change the way IRegionModule us referenced by IEmailModule to
Melanie Thielker
1
-1
/
+1
2010-03-25
minor: Print out port that http servers are using
Justin Clark-Casey (justincc)
1
-6
/
+6
2010-03-16
Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...
John Hurliman
1
-11
/
+9
2010-02-22
Changed asset CreatorID to a string
John Hurliman
1
-1
/
+1
2010-02-22
* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...
John Hurliman
1
-1
/
+2
2010-02-06
Endline fix
Teravus Ovares (Dan Olivares)
1
-12
/
+12
2010-02-04
minor: one method doc
Justin Clark-Casey (justincc)
1
-0
/
+1
2010-02-02
refactor: move world comm message queueing into its own method
Justin Clark-Casey (justincc)
1
-23
/
+13
2010-01-29
Resolve one more conflict I overlooked
Melanie
1
-14
/
+0
2010-01-29
Revert "Updates all IRegionModules to the new style region modules."
Melanie
8
-203
/
+89
2010-01-28
Changes WorldCommModule to ISharedRegionModule.
Revolution
1
-1
/
+5
2010-01-23
Updates all IRegionModules to the new style region modules.
Revolution
8
-86
/
+210
2010-01-18
Fix a major security problem with osSetDynamicTexture which allowed the delet...
CasperW
1
-5
/
+12
2009-11-27
Make locking of timers and listeners in script related functions consistent
Justin Clark-Casey (justincc)
1
-3
/
+6
2009-11-16
minor: very minor formatting change
Justin Clark-Casey (justincc)
1
-4
/
+1
2009-11-10
Fixed XMLRPC return params
Mic Bowman
1
-1
/
+1
2009-11-05
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
1
-4
/
+1
2009-10-09
Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...
John Hurliman
1
-2
/
+2
2009-10-07
Revert "Rewrote parts of the code that were double-locking different objects....
Melanie
1
-19
/
+18
[next]