aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-02Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)1-2/+0
2011-03-21Since we've plugged the leak, now increase URLs to 5000 since the limit is be...Tom1-1/+1
2011-02-03Repair x-query-stringTom1-1/+1
2011-01-31Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...Tom1-3/+3
2011-01-29If llHTTPRequest results in an error, still attempt to get the response text....Tom1-1/+11
2011-01-29Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...Tom1-4/+9
2011-01-28Significantly increase the total number of URL's available. In second life, ...Tom1-1/+1
2011-01-28Fix a discrepancy vs. SL with parsing x-query-stringTom1-1/+8
2010-12-14Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't su...Tom1-0/+4
2010-12-10Normalization of OSSL function names.Marck1-11/+12
2010-11-02Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture...dahlia1-32/+32
2010-07-03Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker1-5/+5
2010-07-03Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker1-2/+2
2010-07-01ANother stab at LSL compatibilityMelanie Thielker1-1/+1
2010-07-01Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker1-1/+1
2010-06-28Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker1-1/+1
2010-06-28Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker1-1/+1
2010-03-25minor: Print out port that http servers are usingJustin Clark-Casey (justincc)1-6/+6
2010-03-16Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman1-11/+9
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+2
2010-02-06Endline fixTeravus Ovares (Dan Olivares)1-12/+12
2010-02-04minor: one method docJustin Clark-Casey (justincc)1-0/+1
2010-02-02refactor: move world comm message queueing into its own methodJustin Clark-Casey (justincc)1-23/+13
2010-01-29Resolve one more conflict I overlookedMelanie1-14/+0
2010-01-29Resolve one more conflict I overlookedMelanie1-14/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie8-203/+89
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie8-203/+89
2010-01-28Changes WorldCommModule to ISharedRegionModule.Revolution1-1/+5
2010-01-23Updates all IRegionModules to the new style region modules.Revolution8-86/+210
2010-01-18Fix a major security problem with osSetDynamicTexture which allowed the delet...CasperW1-5/+12
2010-01-18Fix a major security problem with osSetDynamicTexture which allowed the delet...CasperW1-5/+12
2009-11-27Make locking of timers and listeners in script related functions consistentJustin Clark-Casey (justincc)1-3/+6
2009-11-16minor: very minor formatting changeJustin Clark-Casey (justincc)1-4/+1
2009-11-10Fixed XMLRPC return paramsMic Bowman1-1/+1
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+1
2009-10-09Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman1-2/+2
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie1-19/+18
2009-10-07Revert "Merging in diva's locking fixes"Melanie1-19/+18
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto1-18/+19
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman2-2/+0
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-2/+2
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring L...John Hurliman1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-4/+4
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-4/+3
2009-09-23Fix endlines on UrlModule.csTeravus Ovares (Dan Olivares)1-242/+242
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-242/+242
2009-09-22Thank you, Intari, for a patch that implements the missing pieces ofMelanie1-37/+269
2009-09-14Apply http://opensimulator.org/mantis/view.php?id=4142Justin Clark-Casey (justincc)1-1/+1
2009-08-31oops. fixing missing argument.dr scofield (aka dirk husemann)1-1/+1