aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-0/+205
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-216/+0
|
* Change the error messages on region region registration. This changes URMMelanie2010-01-131-8/+9
| | | | | and region. The non-error case should be compatible, so no version bump. Untested.
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-12-151-3/+3
|
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+28
|
* Corrected the port number to 8001 in the test client and grid ini.Diva Canto2009-09-261-1/+1
|
* Added GridForm.html in Tests/Clients/Grid that shows how to interact with a ↵Diva Canto2009-09-251-0/+11
| | | | grid server via regular Web forms. May be good for developing administrative tools.
* Better guards on RegisterRegion in GridService.Diva Canto2009-09-251-1/+4
| | | | Added serverPort to the fields that get stored (I think this is the UDP port).
* Make the grid client deregister the test regions at the end, so that they ↵Diva Canto2009-09-241-0/+20
| | | | don't stay in the DB.
* GridServerPostHandler finished. GridClient tests all work. More guards on ↵Diva Canto2009-09-241-6/+58
| | | | 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/+102
code.