aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IGridService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removed the unused GridRegion.getInternalEndPointPort() (just use ↵John Hurliman2010-02-231-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 setterJohn Hurliman2010-02-221-2/+0
|
* Fixed a missing field in the last regions table migration.Diva Canto2010-01-161-3/+3
|
* Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto2010-01-161-2/+2
|
* Merge branch 'master' into presence-refactorMelanie2010-01-161-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 URMMelanie2010-01-131-1/+1
| | | | | | | | | | and region. The non-error case should be compatible, so no version bump. Untested.
* | Implement region registration with authenticationMelanie2010-01-151-0/+5
| |
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-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 mechanismMelanie2010-01-091-0/+4
|/
* Set the estate owner to be the master avatar if it's not set.Melanie2009-10-141-0/+6
|
* Add owner_uuid. Not sure this works. Worth a testMelanie2009-10-071-0/+14
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ↵Diva Canto2009-09-281-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 Canto2009-09-261-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 Canto2009-09-261-6/+21
| | | | minimally. A few bugs to catch now.
* Better guards on RegisterRegion in GridService.Diva Canto2009-09-251-1/+9
| | | | Added serverPort to the fields that get stored (I think this is the UDP port).
* All tests pass for MySQL/MySQLRegionData.Diva Canto2009-09-241-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 Canto2009-09-241-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 Canto2009-09-241-0/+9
| | | | code.
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-231-9/+240
| | | | | | SimpleRegionInfo. Added grid configs to standalones.
* Added grid handler and grid remote connector.Diva Canto2009-09-211-1/+1
|
* First pass at the grid service.Diva Canto2009-09-181-6/+11
|
* Changed GetRegionByHandle to GetRegionByPosition -- more generic.Diva Canto2009-09-111-1/+1
|
* Added GetRegionByHandle.Diva Canto2009-09-111-0/+2
|
* Removed RequestLandData from IGridService because it's already in another place.Diva Canto2009-09-111-4/+0
| | | | Moved GetMapBlocks to a new interface IMapService.
* Changed names of methods in IGridService.Diva Canto2009-09-111-8/+13
|
* Adding the new grid services skeleton. Still very much based on the oldMelanie Thielker2009-07-101-0/+83
one but alowing multi-tenancy.