Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-04 | Set has_<key> for optional integer protobuf elements | Benjamin Franzke | 1 | -0/+1 | |
2013-11-22 | Coding style fixes | Benjamin Franzke | 1 | -1/+1 | |
* remove trailing whitespace * inline where fit for 80 columns | |||||
2013-11-22 | Pass message type implicity in cmumble_send_* | Benjamin Franzke | 1 | -6/+6 | |
This also removes the unneeded "struct mumble_*" which is ugly in use. | |||||
2013-11-21 | Add missing headers | Benjamin Franzke | 1 | -0/+2 | |
There were not warnings yet, since gstreamer 0.10 includes them implicitly. This will change with gstreamer 1.0. | |||||
2013-11-18 | Implement channel join | Benjamin Franzke | 1 | -1/+31 | |
2013-11-18 | Fix typo in cmumble struct name | Benjamin Franzke | 1 | -7/+7 | |
2012-02-10 | s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/g | Benjamin Franzke | 1 | -17/+17 | |
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 |