Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: PostInitialise() not being called on script engines (nasty one that) | Dr Scofield | 2008-09-02 | 1 | -2/+2 |
| | | | | | | cleanup: warnings, readability | ||||
* | * Pragma out deprecation warning and comment out to remove other warnings in ↵ | Justin Clarke Casey | 2008-08-30 | 1 | -5/+7 |
| | | | | | | | | the OGP module * Thanks to Teravus for the heads up on this. | ||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 1 | -89/+49 |
| | |||||
* | * Added hack so that if the default OpenSimulator ParentEstateId(100) is ↵ | Teravus Ovares | 2008-08-28 | 1 | -1/+1 |
| | | | | being sent through rez_avatar, it'll be swapped out with 1. This ensures that when the map recognizes the parent estate id parameter on the linden grid, it'll work as expected. This also has the effect of making it impossible to send a Parent Estate ID with 100 over OGP from OpenSimulator (Sorry Owner of estate 100). | ||||
* | * OGP update, deserialize the parameter array properly in rez_avatar | Teravus Ovares | 2008-08-28 | 1 | -6/+75 |
| | | | | | * Tweak rez_avatar data so it's easier to update when OGPr3 comes out | ||||
* | * Updates OGP module to define a default starting point | Teravus Ovares | 2008-08-27 | 1 | -2/+25 |
| | | | | | * An attempt to solve an intermittan SSL Certificate validation error causing communications havok. | ||||
* | * Eliminate commented out code no longer needed, as discussed on the ml | Justin Clarke Casey | 2008-08-26 | 1 | -30/+1 |
| | |||||
* | * It turns out that Mono doesn't currently support setting the Certificate ↵ | Teravus Ovares | 2008-08-26 | 1 | -1/+8 |
| | | | | | | | validation handler, however, it throws a NotImplemented exception. * Added Try/Catch/Message | ||||
* | * Workaround for application/llsd+xml requests coming in as application/xml | Teravus Ovares | 2008-08-26 | 1 | -0/+20 |
| | | | | | * When OGP is active, disable SSL certificate chain validation. I'll add more options here to come, as well as a way to test against a group of known certificate subjects. | ||||
* | * minor: zap some more compilation warnings | Justin Clarke Casey | 2008-08-25 | 1 | -8/+8 |
| | |||||
* | * zap compilation warnings | Justin Clarke Casey | 2008-08-25 | 1 | -22/+22 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-08-25 | 1 | -881/+881 |
| | |||||
* | * Fix to OGP Region to Region teleports. Yay. | Teravus Ovares | 2008-08-25 | 1 | -2/+2 |
| | |||||
* | * This commit incorporates the heart of the OpenGridProtocol patch that is ↵ | Teravus Ovares | 2008-08-25 | 1 | -0/+881 |
currently on Forge in a nice, friendly modular format. * There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain.. * Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar) |