Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the cert validation handler so that it will not block other parts of | Melanie | 2011-04-17 | 1 | -2/+10 |
| | | | | the server doing ssl successfully. | ||||
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-12 | 1 | -7/+35 |
|\ | |||||
| * | minor: remove now inaccurate comment | Justin Clark-Casey (justincc) | 2011-04-11 | 1 | -1/+1 |
| | | |||||
| * | minor: adjust some spacing and indentation | Justin Clark-Casey (justincc) | 2011-04-11 | 1 | -10/+10 |
| | | |||||
| * | Implimented HTTP_VERIFY_CERT for llHttpRequest | E. Allen Soard | 2011-04-11 | 1 | -3/+31 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-03 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Comment out some startup logging lines to make up for the one I added ↵ | Justin Clark-Casey (justincc) | 2011-04-02 | 1 | -2/+0 |
| | | | | | | | | | | | | earlier on. Most of these are where the region modules are telling us they are disabled. Convention is only to log when enabled (even that is really noisy) | ||||
* | | Since we've plugged the leak, now increase URLs to 5000 since the limit is ↵ | Tom | 2011-03-21 | 1 | -1/+1 |
| | | | | | | | | being hit in several sims | ||||
* | | Repair x-query-string | Tom | 2011-02-03 | 1 | -1/+1 |
| | | |||||
* | | Fix cm/15627 : Don't block the entire URL on duplicate requests, just that ↵ | Tom | 2011-01-31 | 1 | -3/+3 |
| | | | | | | | | particular request! | ||||
* | | If llHTTPRequest results in an error, still attempt to get the response ↵ | Tom | 2011-01-29 | 1 | -1/+11 |
| | | | | | | | | text. If we can't (which implies the server is unreachable), return the StatusDescription as before. | ||||
* | | Ignore duplicate llHTTPResponse calls to the same request. Prevents response ↵ | Tom | 2011-01-29 | 1 | -4/+9 |
| | | | | | | | | corruption. Only the first llHTTPResponse call is obeyed, akin to SL. | ||||
* | | Significantly increase the total number of URL's available. In second life, ↵ | Tom | 2011-01-28 | 1 | -1/+1 |
| | | | | | | | | the limit is 15,000 URL's (one per prim), so i'd hope we can manage 1k. | ||||
* | | Fix a discrepancy vs. SL with parsing x-query-string | Tom | 2011-01-28 | 1 | -1/+8 |
| | | |||||
* | | Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't ↵ | Tom | 2010-12-14 | 1 | -0/+4 |
| | | | | | | | | support Expect: 100-Continue | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-12 | 1 | -11/+12 |
|\ \ | |/ | |||||
| * | Normalization of OSSL function names. | Marck | 2010-12-10 | 1 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the following replacement functions for compliance to the OSSL standards stated on the wiki: osGetTerrainHeight osSetTerrainHeight osGetSunParam osSetSunParam osSetPenColor The functions that do not comply to the standard give a warning when used but work normally otherwise. The graphics primitive drawing command "PenColor" has also been added as well as dynamic texture parameter "bgcolor" as an alternative to "bgcolour". The following two functions have been renamed because they are not enabled yet aynway: osWindParamSet => osSetWindParam osWindParamGet => osGetWindParam | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-11-02 | 1 | -32/+32 |
|\ \ | |/ | |||||
| * | Thanks Snoopy for a patch that addresses Mantis #0005165: ↵ | dahlia | 2010-11-02 | 1 | -32/+32 |
| | | | | | | | | | | | | osSetDynamicTextureURL crashed region server Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com> | ||||
| * | Change the way IRegionModule us referenced by IEmailModule to | Melanie Thielker | 2010-06-28 | 1 | -1/+1 |
| | | | | | | | | allow later conversion to new style | ||||
* | | Now, fix the slash issue the right way. Our URLs now work like SL's | Melanie Thielker | 2010-07-03 | 1 | -5/+5 |
| | | |||||
* | | Re-add the slashes at the end of the URL. Too much depends on them | Melanie Thielker | 2010-07-03 | 1 | -2/+2 |
| | | |||||
* | | ANother stab at LSL compatibility | Melanie Thielker | 2010-07-01 | 1 | -1/+1 |
| | | |||||
* | | Remove trailing slash from HTTP URLs to be compatible with SL | Melanie Thielker | 2010-07-01 | 1 | -1/+1 |
| | | |||||
* | | Change the way IRegionModule us referenced by IEmailModule to | Melanie Thielker | 2010-06-28 | 1 | -1/+1 |
|/ | | | | allow later conversion to new style | ||||
* | minor: Print out port that http servers are using | Justin Clark-Casey (justincc) | 2010-03-25 | 1 | -6/+6 |
| | | | | do this in callers so that we know who is setting up these things | ||||
* | Fixed several unhandled exceptions and performance issues with ↵ | John Hurliman | 2010-03-16 | 1 | -11/+9 |
| | | | | PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[] into a TextureEntry each time | ||||
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 1 | -1/+2 |
| | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | ||||
* | Endline fix | Teravus Ovares (Dan Olivares) | 2010-02-06 | 1 | -12/+12 |
| | |||||
* | minor: one method doc | Justin Clark-Casey (justincc) | 2010-02-04 | 1 | -0/+1 |
| | |||||
* | refactor: move world comm message queueing into its own method | Justin Clark-Casey (justincc) | 2010-02-02 | 1 | -23/+13 |
| | |||||
* | Resolve one more conflict I overlooked | Melanie | 2010-01-29 | 1 | -14/+0 |
| | |||||
* | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 8 | -203/+89 |
| | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | ||||
* | Changes WorldCommModule to ISharedRegionModule. | Revolution | 2010-01-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 8 | -86/+210 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Fix a major security problem with osSetDynamicTexture which allowed the ↵ | CasperW | 2010-01-18 | 1 | -5/+12 |
| | | | | deletion of /any/ asset. | ||||
* | Make locking of timers and listeners in script related functions consistent | Justin Clark-Casey (justincc) | 2009-11-27 | 1 | -3/+6 |
| | | | | | See http://opensimulator.org/mantis/view.php?id=4316 Thanks KittyLiu! | ||||
* | minor: very minor formatting change | Justin Clark-Casey (justincc) | 2009-11-16 | 1 | -4/+1 |
| | |||||
* | Fixed XMLRPC return params | Mic Bowman | 2009-11-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 2009-11-05 | 1 | -4/+1 |
| | | | | unknown asset type, and log an error if it ever does happen | ||||
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes ↵ | John Hurliman | 2009-10-09 | 1 | -2/+2 |
| | | | | contain an unmanaged resource that will not automatically be disposed when they are GCed), and commenting out some ManualResetEvents that are not in use yet | ||||
* | Revert "Merging in diva's locking fixes" | Melanie | 2009-10-07 | 1 | -19/+18 |
| | | | | This reverts commit 832cc685138b2244529f10b54b373c34adb4a633. | ||||
* | Merging in diva's locking fixes | John Hurliman | 2009-10-06 | 1 | -18/+19 |
|\ | |||||
| * | Rewrote parts of the code that were double-locking different objects. This ↵ | Diva Canto | 2009-10-06 | 1 | -18/+19 |
| | | | | | | | | is about half of the code base reviewed. | ||||
* | | Fixing a few compile errors in the previous commit | John Hurliman | 2009-10-06 | 2 | -2/+0 |
|/ | |||||
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -2/+2 |
|\ | |||||
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 2009-10-02 | 1 | -2/+2 |
| | | | | | | | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization? | ||||
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 2 | -21/+252 |
|\ \ | |/ |/| | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -4/+4 |
| | |