Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplified parse_options to take first option as argument | James Booth | 2014-04-15 | 1 | -9/+9 |
| | |||||
* | Simplified parse_options to take gchar** | James Booth | 2014-04-15 | 1 | -46/+9 |
| | |||||
* | Clean up keys after using parse_options | James Booth | 2014-04-14 | 1 | -0/+9 |
| | |||||
* | Check for duplicate options in option parser | James Booth | 2014-04-14 | 1 | -0/+20 |
| | |||||
* | Added parse_options | James Booth | 2014-04-14 | 1 | -0/+165 |
| | |||||
* | Command argument parsers set result argument | James Booth | 2014-04-09 | 1 | -130/+186 |
| | |||||
* | Added parser tests to cmocka | James Booth | 2013-12-14 | 1 | -179/+135 |
| | |||||
* | Added test for broken argument quoting | James Booth | 2013-08-26 | 1 | -0/+39 |
| | |||||
* | 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 |