OpenSimMirror/OpenSim/Framework/Console
Marck 69a96883f5 Add support for cross-domain AJAX requests to REST console.
Enables RemoteConsole to add the appropriate HTTP header when responding to requests that use Cross-Origin Resource Sharing (CORS with simple requests). The allowed origin is set with configuration option "ConsoleAllowedOrigin" in section [Network]. For a suggestion to make this configuration option more flexible, see the TODO comment in the source code.

The WifiConsole uses this functionality with grid mode.
2010-11-02 14:17:35 -07:00
..
AssemblyInfo.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
CommandConsole.cs If a command has descriptive help, add a line above and below the print out for readability 2010-05-28 20:51:02 +01:00
ConsoleBase.cs Added ': ' to password prompt. Mantis #4851 2010-07-22 04:01:55 -07:00
ConsolePluginCommand.cs Console output no longer requires loglevel to be set to info; you can run the simulator with log level WARN or ERROR and see the output of console commands 2010-01-20 00:16:08 +00:00
LocalConsole.cs Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserServer.exe fails on startup if no previous config 2010-04-16 20:43:23 +01:00
MainConsole.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
MockConsole.cs * Added an important comment to warn people not to use MockConsole for anything but testing. 2010-05-04 22:16:07 -04:00
OpenSimAppender.cs Change appender to deal with line feeds more intelligently. 2010-05-19 04:17:56 +01:00
RemoteConsole.cs Add support for cross-domain AJAX requests to REST console. 2010-11-02 14:17:35 -07:00