Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-18 | Fix typo in cmumble struct name | Benjamin Franzke | 1 | -3/+3 | |
2012-02-10 | s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/g | Benjamin Franzke | 1 | -3/+3 | |
2011-09-28 | Pass argc and argv for internal commands | Benjamin Franzke | 1 | -1/+2 | |
2011-09-28 | Revert "find_by_id: Fix lookup" | Benjamin Franzke | 1 | -2/+1 | |
This reverts commit c1cf0a71cfd8aa3441e57592e17de0d34823d305. | |||||
2011-09-28 | find_by_id: Fix lookup | Benjamin Franzke | 1 | -1/+2 | |
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 | Add support for command shortcuts | Benjamin Franzke | 1 | -0/+3 | |
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 | -3/+3 | |
2011-09-23 | Add a command interface | Benjamin Franzke | 1 | -0/+15 | |
Also add two simple commands: help and ls |