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
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
2011-03-21
Since we've plugged the leak, now increase URLs to 5000 since the limit is be...
Tom
1
-1
/
+1
2011-02-03
Repair x-query-string
Tom
1
-1
/
+1
2011-01-31
Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...
Tom
1
-3
/
+3
2011-01-29
If llHTTPRequest results in an error, still attempt to get the response text....
Tom
1
-1
/
+11
2011-01-29
Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...
Tom
1
-4
/
+9
2011-01-28
Significantly increase the total number of URL's available. In second life, ...
Tom
1
-1
/
+1
2011-01-28
Fix a discrepancy vs. SL with parsing x-query-string
Tom
1
-1
/
+8
2010-12-14
Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't su...
Tom
1
-0
/
+4
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-07-03
Now, fix the slash issue the right way. Our URLs now work like SL's
Melanie Thielker
1
-5
/
+5
2010-07-03
Re-add the slashes at the end of the URL. Too much depends on them
Melanie Thielker
1
-2
/
+2
2010-07-01
ANother stab at LSL compatibility
Melanie Thielker
1
-1
/
+1
2010-07-01
Remove trailing slash from HTTP URLs to be compatible with SL
Melanie Thielker
1
-1
/
+1
2010-06-28
Change the way IRegionModule us referenced by IEmailModule to
Melanie Thielker
1
-1
/
+1
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
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-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
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
2009-10-07
Revert "Merging in diva's locking fixes"
Melanie
1
-19
/
+18
2009-10-06
Rewrote parts of the code that were double-locking different objects. This is...
Diva Canto
1
-18
/
+19
2009-10-06
Fixing a few compile errors in the previous commit
John Hurliman
2
-2
/
+0
2009-10-02
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...
John Hurliman
1
-2
/
+2
2009-09-30
Attempting to improve the robustness of texture decoding by always ignoring L...
John Hurliman
1
-1
/
+1
2009-10-01
Formatting cleanup.
Jeff Ames
1
-4
/
+4
2009-09-25
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-4
/
+3
2009-09-23
Fix endlines on UrlModule.cs
Teravus Ovares (Dan Olivares)
1
-242
/
+242
2009-09-22
Moved RegionName from RegionInfo to SimpleRegionInfo.
Diva Canto
1
-242
/
+242
2009-09-22
Thank you, Intari, for a patch that implements the missing pieces of
Melanie
1
-37
/
+269
2009-09-14
Apply http://opensimulator.org/mantis/view.php?id=4142
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-31
oops. fixing missing argument.
dr scofield (aka dirk husemann)
1
-1
/
+1
[next]