Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move command.py:BaseCommand() to it's own module, base_command.py | Adrian Likins | 2008-03-28 | 1 | -2/+2 |
* | add a BaseCommand class to func/overlord/command.py. | Adrian Likins | 2008-03-28 | 1 | -11/+7 |
* | Changing func/func/overlord/client.py:Client() to Overlord(). Client() still | Adrian Likins | 2008-03-28 | 1 | -3/+6 |
* | Fixing func "*" ping functionality, which had an earlier reference to expand_... | Michael DeHaan | 2008-02-21 | 1 | -2/+2 |
* | initial work on "func '*' check" command for diagnosing basic setup problems, | Michael DeHaan | 2008-02-21 | 1 | -1/+1 |
* | Our client.command.Command class looks for 'usage', not 'useage' | Luke Macken | 2008-01-14 | 1 | -1/+1 |
* | removed a lot of misplaced shebangs. | Steve 'Ashcrow' Milner | 2008-01-13 | 1 | -7/+1 |
* | Slight changes to make it easier to establish seperate client handles to all ... | Michael DeHaan | 2007-10-25 | 1 | -11/+16 |
* | Added a ping function to the test module and a new command "func '*' ping" wh... | Michael DeHaan | 2007-10-25 | 1 | -0/+70 |