Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-28 | Support sending TextMessages | Benjamin Franzke | 1 | -0/+31 | |
2011-09-28 | Pass argc and argv for internal commands | Benjamin Franzke | 1 | -5/+10 | |
2011-09-28 | Revert "find_by_id: Fix lookup" | Benjamin Franzke | 1 | -26/+5 | |
This reverts commit c1cf0a71cfd8aa3441e57592e17de0d34823d305. | |||||
2011-09-28 | find_by_id: Fix lookup | Benjamin Franzke | 1 | -5/+26 | |
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 readline command completionautocompletion | Benjamin Franzke | 1 | -0/+22 | |
2011-09-27 | Add support for command shortcuts | Benjamin Franzke | 1 | -0/+19 | |
So that distinct substrings of commands, can be used as shortcuts. | |||||
2011-09-25 | Print session id in list_users | Benjamin Franzke | 1 | -1/+1 | |
2011-09-24 | Add a general element finding routine to util.c | Benjamin Franzke | 1 | -1/+1 | |
And use this to implement find_user and find_channel as inline functions. | |||||
2011-09-24 | Add lc (list channels) command | Benjamin Franzke | 1 | -0/+14 | |
2011-09-24 | Rename ls commands to lu | Benjamin Franzke | 1 | -1/+1 | |
2011-09-23 | Add prefix cmumble_ to struct context and struct user | Benjamin Franzke | 1 | -6/+6 | |
2011-09-23 | Add a command interface | Benjamin Franzke | 1 | -0/+60 | |
Also add two simple commands: help and ls |