aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/InterGrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-43/+43
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* * Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵Teravus Ovares2008-09-051-0/+7
| | | | the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-2/+2
| | | | | | cleanup: warnings, readability
* * Pragma out deprecation warning and comment out to remove other warnings in ↵Justin Clarke Casey2008-08-301-5/+7
| | | | | | | | the OGP module * Thanks to Teravus for the heads up on this.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-89/+49
|
* * Added hack so that if the default OpenSimulator ParentEstateId(100) is ↵Teravus Ovares2008-08-281-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_avatarTeravus Ovares2008-08-281-6/+75
| | | | | * Tweak rez_avatar data so it's easier to update when OGPr3 comes out
* * Updates OGP module to define a default starting pointTeravus Ovares2008-08-271-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 mlJustin Clarke Casey2008-08-261-30/+1
|
* * It turns out that Mono doesn't currently support setting the Certificate ↵Teravus Ovares2008-08-261-1/+8
| | | | | | | validation handler, however, it throws a NotImplemented exception. * Added Try/Catch/Message
* * Workaround for application/llsd+xml requests coming in as application/xmlTeravus Ovares2008-08-261-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 warningsJustin Clarke Casey2008-08-251-8/+8
|
* * zap compilation warningsJustin Clarke Casey2008-08-251-22/+22
|
* Update svn properties.Jeff Ames2008-08-251-881/+881
|
* * Fix to OGP Region to Region teleports. Yay.Teravus Ovares2008-08-251-2/+2
|
* * This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares2008-08-251-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)