| Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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)
|
|
multi-word commands with proper quoting, handles arguments with spaces
and allows interactive use, e.g. user creation.
|
|
Stop the REST console crashing when entering return on an empty line
Thanks BlueWall
|
|
allows setting the login message remotely on the user server console
|
|
|
|
and pass are specified the same way as for the ROBUST server
|
|
100 lines (4 screens worth) so things don't scroll endlessly on connect
|
|
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass>
host defaults to localhost, port defaults to 8003.
|