Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -54/+263 |
| | |||||
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -2/+2 |
| | |||||
* | Allow the use of the region debug console found in recent viewers. This console | Melanie | 2012-08-14 | 1 | -0/+1 |
| | | | | | | | will be available to estate owners and managers. If the user using the console had god privs, they can use "set console on" and "set console off" to switch on the actual region console. This allows console access from within the viewer. The region debug console can coexist with any other main console. | ||||
* | Stop also adding an ordinary http handler when we set up a poll http handler. | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -8/+2 |
| | | | | It appears that this is entirely unnecessary since the poll http handlers are dealt with on a separate code path. | ||||
* | Add support for cross-domain AJAX requests to REST console. | Marck | 2010-11-02 | 1 | -0/+31 |
| | | | | | | 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. | ||||
* | REST Console delivers responses with content type text/xml instead of ↵ | Marck | 2010-09-18 | 1 | -2/+2 |
| | | | | | | text/plain. Non-error responses to requests SessionCommand and CloseSession should use the appropriate content type for their XML data payload. | ||||
* | Force newly connecting remote consoles to display a prompt | Melanie | 2010-06-17 | 1 | -0/+7 |
| | |||||
* | Make the text mode remote console really work. It can now be used to send | Melanie Thielker | 2010-06-08 | 1 | -14/+22 |
| | | | | | multi-word commands with proper quoting, handles arguments with spaces and allows interactive use, e.g. user creation. | ||||
* | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -2/+2 |
| | |||||
* | * Quick fix to Remote Console session ID handling. | Adam Frisby | 2010-01-26 | 1 | -0/+6 |
| | |||||
* | Completely remove the prior implementation of the request event handling | Melanie | 2009-09-22 | 1 | -1/+1 |
| | | | | | on poll handlers. Introduce a new delegate on the PollServiceEventArgs that allow access to the request headers and body. | ||||
* | Add a RequestID (UUID.Random()) to the PollRequest and pass it to all | Melanie | 2009-09-21 | 1 | -5/+5 |
| | | | | even hander delegates. | ||||
* | Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic | Melanie | 2009-09-21 | 1 | -3/+3 |
| | |||||
* | A small fix for remote console to accommodate PollServiceArgs behavior a | Melanie | 2009-09-21 | 1 | -1/+6 |
| | | | | bit better | ||||
* | Fix some compile warnings. | Jeff Ames | 2009-08-26 | 1 | -2/+0 |
| | |||||
* | Change prompt handling in console. No user changes | Melanie | 2009-08-22 | 1 | -0/+6 |
| | |||||
* | Add the OpenSim.ConsoleClient app. | Melanie | 2009-08-17 | 1 | -11/+33 |
| | | | | | Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003. | ||||
* | Filling in the blanks: The "meat" of the REST console | Melanie | 2009-08-17 | 1 | -9/+325 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -1/+1 |
| | |||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -4/+4 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | Implement .ini file includes. Anything that begins with "Include-" will be | Melanie Thielker | 2009-05-21 | 1 | -1/+3 |
| | | | | | | | | | | treated as another ini source to load. For example: Include-Asset = AssetSetup.ini will load AssetSetup.ini after all other ini files are done. This works recursively, too | ||||
* | Put some meat on the bones of the REST console. NO user functionality yet | Melanie Thielker | 2009-05-20 | 1 | -1/+45 |
| | |||||
* | Move the color console logic from the appender into the local console, since | Melanie Thielker | 2009-05-20 | 1 | -1/+2 |
| | | | | | | | that is the only one that can use it. Change appender output to always go through the console output functions. | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | Prebuild changes to allow the console to reference the http server | Melanie Thielker | 2009-05-04 | 1 | -0/+15 |
| | |||||
* | Add a skeleton class, "RemoteConsole", for a console that uses REST | Melanie Thielker | 2009-05-04 | 1 | -0/+57 |