aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ConsoleClient (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply http://opensimulator.org/mantis/view.php?id=4504Justin Clark-Casey (justincc)2010-01-291-1/+3
| | | | | Stop the REST console crashing when entering return on an empty line Thanks BlueWall
* Change ConsoleClient to allow quoted values to be passed through. ThisMelanie2010-01-081-1/+7
| | | | allows setting the login message remotely on the user server console
* Fix some compile warnings.Jeff Ames2009-08-262-6/+0
|
* Add the ability to use -console=rest to the region server. UserMelanie2009-08-171-1/+1
| | | | and pass are specified the same way as for the ROBUST server
* Limit the scrollback buffer output of the command line client toMelanie2009-08-171-1/+14
| | | | 100 lines (4 screens worth) so things don't scroll endlessly on connect
* Add the OpenSim.ConsoleClient app.Melanie2009-08-172-0/+271
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003.