Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make "show threads" and "thread abort" console commands available on all servers | Justin Clark-Casey (justincc) | 2012-11-23 | 1 | -0/+92 |
| | |||||
* | Make "force gc" console command available across all servers | Justin Clark-Casey (justincc) | 2012-11-23 | 1 | -0/+12 |
| | |||||
* | Make "show version" console command available across all servers | Justin Clark-Casey (justincc) | 2012-11-23 | 1 | -0/+7 |
| | |||||
* | Factor out command script code. | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -2/+50 |
| | | | | This also allows comments in command scripts (lines starting with ;, # or //) to be used across all servers | ||||
* | Make "config show/set/get/save" console commands available on all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -3/+137 |
| | |||||
* | Factor out common pid file creation and removal code. | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -5/+46 |
| | | | | Log path at which pid file is created or reason for failure to create. | ||||
* | Add "get log level" command - this returns the current server session ↵ | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -19/+31 |
| | | | | | | console logging level. This supersedes getting information by calling "set log level" without a 4th argument, which is confusing. | ||||
* | Make "set log level" command available across all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -0/+31 |
| | |||||
* | Make "show info" command available across all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -2/+182 |
| | | | | This helpfully lists version information, startup location and console log level | ||||
* | Factor out common registration of "show uptime" command | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -0/+12 |
| | |||||
* | factor out common HandleShow code for "show uptime" | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -0/+50 |
| | |||||
* | refactor: Factor out copy/pasted server uptime report code | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -0/+58 |