aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ConsoleClient/ConsoleClient.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+4
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)1-0/+1
of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo)
2010-06-08Make the text mode remote console really work. It can now be used to sendMelanie Thielker1-8/+30
multi-word commands with proper quoting, handles arguments with spaces and allows interactive use, e.g. user creation.
2010-01-29Apply http://opensimulator.org/mantis/view.php?id=4504Justin Clark-Casey (justincc)1-1/+3
Stop the REST console crashing when entering return on an empty line Thanks BlueWall
2010-01-08Change ConsoleClient to allow quoted values to be passed through. ThisMelanie1-1/+7
allows setting the login message remotely on the user server console
2009-08-26Fix some compile warnings.Jeff Ames1-4/+0
2009-08-17Add the ability to use -console=rest to the region server. UserMelanie1-1/+1
and pass are specified the same way as for the ROBUST server
2009-08-17Limit the scrollback buffer output of the command line client toMelanie1-1/+14
100 lines (4 screens worth) so things don't scroll endlessly on connect
2009-08-17Add the OpenSim.ConsoleClient app.Melanie1-0/+185
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003.