Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-28 | Pass argc and argv for internal commands | Benjamin Franzke | 1 | -16/+56 | |
2011-09-28 | Revert "find_by_id: Fix lookup" | Benjamin Franzke | 1 | -1/+1 | |
This reverts commit c1cf0a71cfd8aa3441e57592e17de0d34823d305. | |||||
2011-09-28 | find_by_id: Fix lookup | Benjamin Franzke | 1 | -1/+1 | |
The offset should be taken from the (GList *)::data pointer, not the list directly.. | |||||
2011-09-27 | Rename: cmumble_command_{complete=>expand_shortcut} | Benjamin Franzke | 1 | -1/+1 | |
2011-09-27 | Handle whitespace around commands | Benjamin Franzke | 1 | -2/+22 | |
2011-09-27 | Add support for command shortcuts | Benjamin Franzke | 1 | -1/+4 | |
So that distinct substrings of commands, can be used as shortcuts. | |||||
2011-09-23 | Add prefix cmumble_ to struct context and struct user | Benjamin Franzke | 1 | -4/+4 | |
2011-09-23 | Add a command interface | Benjamin Franzke | 1 | -8/+10 | |
Also add two simple commands: help and ls | |||||
2011-09-23 | Fix indents | Benjamin Franzke | 1 | -3/+3 | |
2011-09-23 | Fix warnings | Benjamin Franzke | 1 | -0/+5 | |
2011-09-23 | Add input support using readline | Benjamin Franzke | 1 | -0/+133 | |