Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://github.com/opensim/opensim into mantis5110 | Jonathan Freedman | 2010-11-05 | 1 | -1/+28 |
|\ | |||||
| * | Fix HypergridLinker.Check4096() | Marck | 2010-11-01 | 1 | -1/+28 |
| | | | | | | | | Make the optimization with IEnumerable.Except() in Check4096 actually work by providing an appropriate equality definition for GridRegion objects. | ||||
| * | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -15/+2 |
|/ | | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | ||||
* | * more url / hg cleanup | Jonathan Freedman | 2010-10-11 | 1 | -1/+8 |
| | |||||
* | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 2010-10-02 | 1 | -1/+7 |
| | |||||
* | Allow creation of link regions if there is an existing region within a 4096 ↵ | Marck | 2010-08-06 | 1 | -0/+1 |
| | | | | | | range. Also add GetHyperlinks() to the grid service. | ||||
* | * Removed the unused GridRegion.getInternalEndPointPort() (just use ↵ | John Hurliman | 2010-02-23 | 1 | -5/+0 |
| | | | | | | | InternalEndPoint.Port). This class is complex enough as it is * Changed the failed to inform neighbor message from a warning to info, since this will fire for every empty neighbor space * Made the EnableSimulator/EstablishAgentCommunication log message more verbose and more clear about what is happening | ||||
* | * Removed the broken and unused GridRegion.ExternalEndPoint setter | John Hurliman | 2010-02-22 | 1 | -2/+0 |
| | |||||
* | Fixed a missing field in the last regions table migration. | Diva Canto | 2010-01-16 | 1 | -3/+3 |
| | |||||
* | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 2010-01-16 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -1/+1 |
|\ | | | | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability. | ||||
| * | Change the error messages on region region registration. This changes URM | Melanie | 2010-01-13 | 1 | -1/+1 |
| | | | | | | | | | | and region. The non-error case should be compatible, so no version bump. Untested. | ||||
* | | Implement region registration with authentication | Melanie | 2010-01-15 | 1 | -0/+5 |
| | | |||||
* | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 1 | -6/+0 |
| | | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process. | ||||
* | | Preliminary work on the new default region setting mechanism | Melanie | 2010-01-09 | 1 | -0/+4 |
|/ | |||||
* | Set the estate owner to be the master avatar if it's not set. | Melanie | 2009-10-14 | 1 | -0/+6 |
| | |||||
* | Add owner_uuid. Not sure this works. Worth a test | Melanie | 2009-10-07 | 1 | -0/+14 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ↵ | Diva Canto | 2009-09-28 | 1 | -5/+9 |
| | | | | layer. This sounds fishy to me, but it's what's used to make external currency modules work, for now. | ||||
* | Moved all HG1 operations to HGGridConnector.cs and ↵ | Diva Canto | 2009-09-26 | 1 | -0/+14 |
| | | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions. | ||||
* | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 2009-09-26 | 1 | -6/+21 |
| | | | | minimally. A few bugs to catch now. | ||||
* | Better guards on RegisterRegion in GridService. | Diva Canto | 2009-09-25 | 1 | -1/+9 |
| | | | | Added serverPort to the fields that get stored (I think this is the UDP port). | ||||
* | All tests pass for MySQL/MySQLRegionData. | Diva Canto | 2009-09-24 | 1 | -43/+18 |
| | | | | Added OpenSim.GridServer.ini.example that I have been using for testing the ROBUST grid service with the GridClient. | ||||
* | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 2009-09-24 | 1 | -0/+4 |
| | | | | getting parameters and replies over the wire. | ||||
* | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 2009-09-24 | 1 | -0/+9 |
| | | | | code. | ||||
* | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 2009-09-23 | 1 | -9/+240 |
| | | | | | | SimpleRegionInfo. Added grid configs to standalones. | ||||
* | Added grid handler and grid remote connector. | Diva Canto | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | First pass at the grid service. | Diva Canto | 2009-09-18 | 1 | -6/+11 |
| | |||||
* | Changed GetRegionByHandle to GetRegionByPosition -- more generic. | Diva Canto | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | Added GetRegionByHandle. | Diva Canto | 2009-09-11 | 1 | -0/+2 |
| | |||||
* | Removed RequestLandData from IGridService because it's already in another place. | Diva Canto | 2009-09-11 | 1 | -4/+0 |
| | | | | Moved GetMapBlocks to a new interface IMapService. | ||||
* | Changed names of methods in IGridService. | Diva Canto | 2009-09-11 | 1 | -8/+13 |
| | |||||
* | Adding the new grid services skeleton. Still very much based on the old | Melanie Thielker | 2009-07-10 | 1 | -0/+83 |
one but alowing multi-tenancy. |