Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for quoted freetext in parser | James Booth | 2013-07-20 | 1 | -0/+13 |
| | |||||
* | Added parser tests | James Booth | 2013-07-14 | 1 | -0/+131 |
| | |||||
* | Moved functions to parser.c, moved parser to tools | James Booth | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | Fixed tests | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Renamed parser.c -> command_parser.c | James Booth | 2013-01-28 | 1 | -1/+1 |
| | | | | Included in command.h | ||||
* | Command parser handles quotes arguments | James Booth | 2013-01-14 | 1 | -0/+107 |
| | |||||
* | Commands now use parser function to handle parameters | James Booth | 2012-11-18 | 1 | -41/+25 |
| | |||||
* | Handle commands with min 0 args | James Booth | 2012-11-18 | 1 | -0/+26 |
| | |||||
* | Added command parser for commands accepting free text | James Booth | 2012-11-18 | 1 | -0/+66 |
| | | | | e.g. /msg user@host here is a message | ||||
* | Added parser module | James Booth | 2012-11-18 | 1 | -0/+127 |