Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass Goctl object into handlers. | Brian Cully | 2015-07-10 | 1 | -2/+2 |
| | |||||
* | Change Handler type to interface. | Brian Cully | 2015-07-10 | 1 | -36/+14 |
| | | | | Should allow for more flexibility in handlers. Also, move builtin handlers into their own modules | ||||
* | Move builtin commands into objects handlers on creation. | Brian Cully | 2015-07-10 | 1 | -17/+38 |
| | | | | This simplifies lookup. Still prevents overriding of command handlers. | ||||
* | Use NUL as field separator. | Brian Cully | 2015-07-10 | 1 | -9/+3 |
| | | | | This way spaces can be sent as useful data to commands. | ||||
* | Initial commit. | Brian Cully | 2015-07-02 | 1 | -0/+202 |