Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the text mode remote console really work. It can now be used to send | Melanie Thielker | 2010-06-08 | 1 | -8/+30 |
| | | | | | multi-word commands with proper quoting, handles arguments with spaces and allows interactive use, e.g. user creation. | ||||
* | Apply http://opensimulator.org/mantis/view.php?id=4504 | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -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. This | Melanie | 2010-01-08 | 1 | -1/+7 |
| | | | | allows setting the login message remotely on the user server console | ||||
* | Fix some compile warnings. | Jeff Ames | 2009-08-26 | 2 | -6/+0 |
| | |||||
* | Add the ability to use -console=rest to the region server. User | Melanie | 2009-08-17 | 1 | -1/+1 |
| | | | | and pass are specified the same way as for the ROBUST server | ||||
* | Limit the scrollback buffer output of the command line client to | Melanie | 2009-08-17 | 1 | -1/+14 |
| | | | | 100 lines (4 screens worth) so things don't scroll endlessly on connect | ||||
* | Add the OpenSim.ConsoleClient app. | Melanie | 2009-08-17 | 2 | -0/+271 |
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003. |