Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Does a full battery of tests to ensure that the object isn't an attachment ↵ | Teravus Ovares (Dan Olivares) | 2009-09-25 | 1 | -3/+3 |
| | | | | | | | before border crossing * Fixes 'Inconsistent Attachment State' when teleporting into another region besides the SW most region slot on a MegaRegion. * Fixes a host of other unintended attachment border cross edge cases that lead to Inconsistent attachment state. | ||||
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-25 | 2 | -3/+3 |
|\ | |||||
| * | More small changes to FlotsamAssetCache as per mcortez' request. | Diva Canto | 2009-09-25 | 1 | -2/+2 |
| | | |||||
| * | Moved the property RegionLoginsEnabled from GridComms to the Scene -- not ↵ | Diva Canto | 2009-09-25 | 1 | -1/+1 |
| | | | | | | | | the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff. | ||||
* | | Don't preserve full user profile details within iars for now | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -1/+3 |
| | | | | | | | | This information was not being used in the load process | ||||
* | | add control files containing version info to iars | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -0/+28 |
| | | |||||
* | | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -4/+3 |
|/ | |||||
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-24 | 9 | -282/+1661 |
|\ | |||||
| * | * Send Updated Information Packet to Clients after updating estate settings. | Adam Frisby | 2009-09-24 | 1 | -0/+2 |
| | | |||||
| * | * Establishing why new console commands fail to work. >_> | Adam Frisby | 2009-09-24 | 1 | -4/+6 |
| | | |||||
| * | * Fixing typo. | Adam Frisby | 2009-09-24 | 1 | -1/+1 |
| | | |||||
| * | * Added two new commands to EstateManagementModule | Adam Frisby | 2009-09-24 | 1 | -6/+55 |
| | | | | | | | | * Also, I hate git. | ||||
| * | More tests. Seems to be working. | Diva Canto | 2009-09-23 | 1 | -1/+10 |
| | | | | | | | | Grid connector modules are enabled for standalones only, but nothing in the simulator uses them yet, so it's safe to go in. | ||||
| * | First test passes -- regions being registered and retrieved correctly in ↵ | Diva Canto | 2009-09-23 | 1 | -2/+2 |
| | | | | | | | | Data.Null. | ||||
| * | Unit tests for the grid service. Yey! | Diva Canto | 2009-09-23 | 1 | -0/+122 |
| | | |||||
| * | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 2009-09-23 | 4 | -69/+82 |
| | | | | | | | | | | | | SimpleRegionInfo. Added grid configs to standalones. | ||||
| * | Modules active. Tested HGGridConnector in standalone only for now. Modules ↵ | Diva Canto | 2009-09-23 | 6 | -13/+35 |
| | | | | | | | | commands work. | ||||
| * | Added hg console commands to the module. | Diva Canto | 2009-09-22 | 4 | -5/+696 |
| | | | | | | | | | | Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested. | ||||
| * | Moved RegionName from RegionInfo to SimpleRegionInfo. | Diva Canto | 2009-09-22 | 2 | -266/+301 |
| | | |||||
| * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-22 | 2 | -38/+270 |
| |\ | |||||
| * | | Added HGGridConnector and related code. | Diva Canto | 2009-09-22 | 3 | -38/+364 |
| | | | |||||
| * | | Added Remote grid connector module. | Diva Canto | 2009-09-21 | 1 | -0/+108 |
| | | | |||||
* | | | Produce a different error message if the user service does not have the ↵ | Justin Clark-Casey (justincc) | 2009-09-24 | 1 | -11/+18 |
| | | | | | | | | | | | | authenticate method available | ||||
* | | | Allow load/save iar password checks to be done in grid mode | Justin Clark-Casey (justincc) | 2009-09-24 | 1 | -16/+5 |
| |/ |/| | | | | | | | This should allow load/save iar to work for grid mode as long as the grid user service is later than this revision Grid services of earlier revisions will always erroneously report incorrect password. This will be addressed shortly. | ||||
* | | Thank you, Intari, for a patch that implements the missing pieces of | Melanie | 2009-09-22 | 1 | -37/+269 |
| | | | | | | | | | | | | | | | | Http-in and makes the host name for URL generation configurable. Applied with changes: llGetSimulatorHostname was not changed, because the change breaks existing behavior and carries a data exposure risk. That value needs to be configurable, the proposed fixed change is not acceptable. | ||||
* | | Completely remove the prior implementation of the request event handling | Melanie | 2009-09-22 | 1 | -1/+1 |
|/ | | | | | on poll handlers. Introduce a new delegate on the PollServiceEventArgs that allow access to the request headers and body. | ||||
* | Make the poll service handler call the handler method on incoming requests. | Melanie | 2009-09-21 | 1 | -1/+6 |
| | |||||
* | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-09-21 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-21 | 1 | -2/+2 |
| |\ | |||||
| * | | Added grid handler and grid remote connector. | Diva Canto | 2009-09-21 | 1 | -2/+2 |
| | | | |||||
* | | | Add a RequestID (UUID.Random()) to the PollRequest and pass it to all | Melanie | 2009-09-21 | 1 | -4/+4 |
| |/ |/| | | | | | even hander delegates. | ||||
* | | Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic | Melanie | 2009-09-21 | 1 | -2/+2 |
|/ | |||||
* | First pass at LocalGridServiceConnector. Nothing of this is used by the ↵ | Diva Canto | 2009-09-18 | 1 | -0/+175 |
| | | | | simulator yet. | ||||
* | correct off-by-one error in save iar command handling | Justin Clark-Casey (justincc) | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | provide intelligble warning of why load/save iar doesn't work on grid mode, ↵ | Justin Clark-Casey (justincc) | 2009-09-18 | 1 | -0/+14 |
| | | | | pending a fix | ||||
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-16 | 2 | -4/+5 |
|\ | |||||
| * | updated the IAuthorizationService interface so that a message is passed back ↵ | Rob Smart | 2009-09-16 | 2 | -4/+5 |
| | | | | | | | | and can be displayed at the client when an avatar is denied access to a region | ||||
* | | on iar save/load, let the user know if they put in the wrong password | Justin Clark-Casey (justincc) | 2009-09-16 | 1 | -22/+17 |
|/ | | | | refactor GetUserInfo() to eliminate copypasta | ||||
* | Stop a loaded OAR from generating on_rez events. This brings | Alan M Webb | 2009-09-16 | 1 | -1/+1 |
| | | | | | the OAR loader in line with region restart (and the correct behavior). | ||||
* | And another go | Melanie | 2009-09-15 | 1 | -2/+2 |
| | |||||
* | Attempt to fix the tests | Melanie | 2009-09-15 | 1 | -2/+2 |
| | |||||
* | Some OSGrid specific changes, please use this or later for OSGrid use | Melanie | 2009-09-15 | 2 | -21/+42 |
| | |||||
* | Apply http://opensimulator.org/mantis/view.php?id=4142 | Justin Clark-Casey (justincc) | 2009-09-14 | 1 | -1/+1 |
| | | | | | | Re-enable XMLRPC scripting calls Moves XMLRPC scripting setup to a separate section Thanks Fly-Man- | ||||
* | label load and save iar commands as experimental. | Justin Clark-Casey (justincc) | 2009-09-14 | 1 | -2/+6 |
| | |||||
* | re-enable load and save iar commands | Justin Clark-Casey (justincc) | 2009-09-14 | 1 | -8/+0 |
| | |||||
* | * Add the RegionCombinerModule back | Teravus Ovares (Dan Olivares) | 2009-09-13 | 9 | -0/+1719 |
| | | | | * Yay anonymous delegate in an anonymous delegate. | ||||
* | Temporarily removing the RegionCombinerModule to debug a mono assert on linux | Teravus Ovares (Dan Olivares) | 2009-09-13 | 9 | -1719/+0 |
| | |||||
* | * Move nested classes from the RegionCombinerModule into their own file. | Teravus Ovares (Dan Olivares) | 2009-09-13 | 8 | -563/+804 |
| | | | | * Rename the RegionCombinerModuleIndividualForwarder to RegionCombinerIndividualEventForwarder so there's no possibility that mono.addins sees any names similar | ||||
* | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-13 | 1 | -1/+1 |
|\ | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-09-13 | 1 | -1/+1 |
| | |