Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |