aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ConsoleClient (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-192-6/+8
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-10/+11
|
* A few more AssemblyInfos in a few more dlls.Diva Canto2012-11-141-0/+33
|
* Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-1/+1
| | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef.
* Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-1/+1
| | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than ↵Justin Clark-Casey (justincc)2012-07-111-1/+1
| | | | | | | constructing fresh copies. The encodings are thread-safe and already used in such a manner in other places. This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM.
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)2011-10-251-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)
* Make the text mode remote console really work. It can now be used to sendMelanie Thielker2010-06-081-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=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.