aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Framework/InterfaceCommander/Commander.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-25* Fixed a small logical error in error handling of console commands.Homer Horwitz1-16/+22
* Console command help should be output to the console, not to the log (as "help" does it already). That allows getting help/answers even if you only log into a file. Fixes Mantis#2916.
2008-07-25*Added CommandIntentions that is used to describe a console commands hazard. ↵mingchen1-1/+8
HAZARDOUS if it modifies the simulator, NON_HAZARDOUS if it does a command that doesn't modify the simulator but does a background command such as a forced backup, and STATISTICAL if it returns debug or more information. *This is useful for implementing a protection system from unwanted script execution or for application modules needing to know what a command does.
2008-05-04Update svn properties.Jeff Ames1-312/+312
2008-05-04* Updating some file locations.Adam Frisby1-307/+312
2008-05-01* Rolled back a few changes.Adam Frisby1-11/+11
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-11/+11
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-307/+307
2008-04-30* Commiting a bunch of missed files.Adam Frisby1-0/+308