aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added GridForm.html in Tests/Clients/Grid that shows how to interact with a ↵Diva Canto2009-09-251-7/+10
| | | | grid server via regular Web forms. May be good for developing administrative tools.
* GridServerPostHandler finished. GridClient tests all work. More guards on ↵Diva Canto2009-09-241-15/+172
| | | | 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-242-5/+8
| | | | code.
* Changed name of the hyperlink XMLRPC method to linkk-region, so that it ↵Diva Canto2009-09-241-1/+1
| | | | doesn't conflict with the existing one.
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-231-3/+4
| | | | | | SimpleRegionInfo. Added grid configs to standalones.
* Added hg console commands to the module.Diva Canto2009-09-221-0/+112
| | | | | 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.
* Added HGGridConnector and related code.Diva Canto2009-09-221-1/+1
|
* Added grid handler and grid remote connector.Diva Canto2009-09-212-0/+329