Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |