aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/GridService (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-11Add the option to reject duplicate region namesMelanie1-0/+25
2010-01-10Add a "LockedOut" flag to allow locking a region out via the grid server.Melanie1-0/+3
This flag prevents registration of a known region
2010-01-10Add "Persistent" flag to regions table flags valuesMelanie1-6/+7
2010-01-10Add last_seen field to regions tableMelanie1-0/+2
2010-01-10Make the new API return only the regions that are marked onlineMelanie1-2/+8
2010-01-10Finally the region service config stuff is in.Melanie1-17/+51
2010-01-10Add some commands to the grid serverMelanie1-0/+75
2010-01-09Temp fix: initialize flags value to prevent exceptionMelanie1-0/+19
2010-01-09Preliminary work on the new default region setting mechanismMelanie1-0/+69
2009-10-07store owner_uuid in the region tableMelanie1-0/+1
2009-10-05More debug messages if things go wrong.Diva Canto1-2/+24
2009-09-25Better guards on RegisterRegion in GridService.Diva Canto1-6/+8
Added serverPort to the fields that get stored (I think this is the UDP port).
2009-09-24Deleted the meaningless console commands on the GridService. Will need to ↵Diva Canto1-72/+0
add meaningful ones.
2009-09-24All tests pass for MySQL/MySQLRegionData.Diva Canto1-2/+3
Added OpenSim.GridServer.ini.example that I have been using for testing the ROBUST grid service with the GridClient.
2009-09-24Changed name of the hyperlink XMLRPC method to linkk-region, so that it ↵Diva Canto1-1/+3
doesn't conflict with the existing one.
2009-09-23First test passes -- regions being registered and retrieved correctly in ↵Diva Canto1-1/+2
Data.Null.
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2-16/+18
SimpleRegionInfo. Added grid configs to standalones.
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-2/+2
2009-09-21Changed position methods so that they assume the input params are in meters.Diva Canto1-3/+12
2009-09-21Added grid handler and grid remote connector.Diva Canto1-54/+11
2009-09-18Reverted the order of reading configs in GridServiceBase.Diva Canto1-11/+11
2009-09-18First pass at the grid service.Diva Canto2-0/+381