aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/InterGrid (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-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.
2008-09-05* Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵Teravus Ovares1-0/+7
the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-2/+2
cleanup: warnings, readability
2008-08-30* Pragma out deprecation warning and comment out to remove other warnings in ↵Justin Clarke Casey1-5/+7
the OGP module * Thanks to Teravus for the heads up on this.
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-89/+49
2008-08-28* Added hack so that if the default OpenSimulator ParentEstateId(100) is ↵Teravus Ovares1-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).
2008-08-28* OGP update, deserialize the parameter array properly in rez_avatarTeravus Ovares1-6/+75
* Tweak rez_avatar data so it's easier to update when OGPr3 comes out
2008-08-27* Updates OGP module to define a default starting pointTeravus Ovares1-2/+25
* An attempt to solve an intermittan SSL Certificate validation error causing communications havok.
2008-08-26* Eliminate commented out code no longer needed, as discussed on the mlJustin Clarke Casey1-30/+1
2008-08-26* It turns out that Mono doesn't currently support setting the Certificate ↵Teravus Ovares1-1/+8
validation handler, however, it throws a NotImplemented exception. * Added Try/Catch/Message
2008-08-26* Workaround for application/llsd+xml requests coming in as application/xmlTeravus Ovares1-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.
2008-08-25* minor: zap some more compilation warningsJustin Clarke Casey1-8/+8
2008-08-25* zap compilation warningsJustin Clarke Casey1-22/+22
2008-08-25Update svn properties.Jeff Ames1-881/+881
2008-08-25* Fix to OGP Region to Region teleports. Yay.Teravus Ovares1-2/+2
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares1-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)