Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-11-18 | recv_user_state: Verify needed, but optional values | Benjamin Franzke | 1 | -0/+9 |
2013-11-18 | Implement channel join | Benjamin Franzke | 2 | -1/+35 |
2013-11-18 | Add verbose option | Benjamin Franzke | 3 | -7/+22 |
2013-11-18 | Implement reject message | Benjamin Franzke | 1 | -1/+21 |
2013-11-18 | Fix typo in cmumble struct name | Benjamin Franzke | 13 | -59/+59 |
2012-02-10 | Derive message type from position in .proto file | Benjamin Franzke | 4 | -48/+29 |
2012-02-10 | Use sizeof in encode_varint call for buffer size | Benjamin Franzke | 1 | -1/+1 |
2012-02-10 | gen_message_list.sed: Add an exmaple | Benjamin Franzke | 1 | -0/+2 |
2012-02-10 | s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/g | Benjamin Franzke | 13 | -168/+168 |
2011-10-08 | audio: Another type fix | Benjamin Franzke | 2 | -2/+2 |
2011-10-08 | audio.h: Fix type | Benjamin Franzke | 1 | -1/+1 |
2011-09-29 | Support delimiter in cmdline arguments | Benjamin Franzke | 1 | -4/+32 |
2011-09-28 | Support sending TextMessages | Benjamin Franzke | 1 | -0/+31 |
2011-09-28 | Support receiving TextMessages | Benjamin Franzke | 1 | -1/+11 |
2011-09-28 | Store own user in cmumble_context | Benjamin Franzke | 2 | -0/+6 |
2011-09-28 | Store channel in cmumble_user | Benjamin Franzke | 2 | -1/+2 |
2011-09-28 | Pass argc and argv for internal commands | Benjamin Franzke | 3 | -22/+68 |
2011-09-28 | find_by_id: Fix lookup (v2) | Benjamin Franzke | 1 | -1/+1 |
2011-09-28 | Revert "find_by_id: Fix lookup" | Benjamin Franzke | 4 | -30/+8 |
2011-09-28 | find_by_id: Fix lookup | Benjamin Franzke | 4 | -8/+30 |
2011-09-28 | find_user: Renmae session to session_id for readability | Benjamin Franzke | 1 | -2/+2 |
2011-09-28 | find_user: Match against session id | Benjamin Franzke | 1 | -1/+1 |
2011-09-28 | message: Fix segfault when error is Null but ret <= 0 | Benjamin Franzke | 1 | -1/+3 |
2011-09-28 | Print welcome message | Benjamin Franzke | 1 | -1/+2 |
2011-09-28 | Fix lines with more than 80 characters. | Jan Klemkow | 1 | -4/+8 |
2011-09-27 | Rename: cmumble_command_{complete=>expand_shortcut} | Benjamin Franzke | 3 | -3/+3 |
2011-09-27 | Fix connection finish, if not connected | Benjamin Franzke | 1 | -8/+12 |
2011-09-27 | Catch connection lost | Benjamin Franzke | 1 | -1/+9 |
2011-09-27 | Add readline command completionautocompletion | Benjamin Franzke | 1 | -0/+22 |
2011-09-27 | Handle whitespace around commands | Benjamin Franzke | 1 | -2/+22 |
2011-09-27 | Add support for command shortcuts | Benjamin Franzke | 3 | -1/+26 |
2011-09-25 | Add udp message targets | Benjamin Franzke | 2 | -1/+9 |
2011-09-25 | Fix bitshift for udp type | Benjamin Franzke | 1 | -1/+1 |
2011-09-25 | Print errors using g_printerr | Benjamin Franzke | 1 | -1/+1 |
2011-09-25 | Fix coding style | Benjamin Franzke | 1 | -3/+3 |
2011-09-25 | Add gstreamer option group to cmdline options | Benjamin Franzke | 1 | -0/+1 |
2011-09-25 | Print session id in list_users | Benjamin Franzke | 1 | -1/+1 |
2011-09-25 | Do not assign and check in if | Benjamin Franzke | 1 | -3/+4 |
2011-09-25 | Add glib parsing function for argc and argv. | Jan Klemkow | 1 | -7/+30 |
2011-09-24 | Add a general element finding routine to util.c | Benjamin Franzke | 6 | -35/+50 |
2011-09-24 | Add lc (list channels) command | Benjamin Franzke | 3 | -2/+66 |
2011-09-24 | Rename ls commands to lu | Benjamin Franzke | 1 | -1/+1 |
2011-09-24 | Use an asynchronous connection initiation | Benjamin Franzke | 4 | -63/+84 |
2011-09-23 | Add prefix cmumble_ to struct context and struct user | Benjamin Franzke | 12 | -66/+67 |
2011-09-23 | Add a command interface | Benjamin Franzke | 6 | -10/+93 |
2011-09-23 | Fix indents | Benjamin Franzke | 4 | -14/+14 |
2011-09-23 | Move audio-related stuff into audio.c | Benjamin Franzke | 5 | -205/+254 |
2011-09-23 | gen_message_list.sed: Use real tab for OpenBSD's sed | Benjamin Franzke | 1 | -1/+1 |
2011-09-23 | Rename messages.[ch] to message.[ch] | Benjamin Franzke | 4 | -7/+7 |
2011-09-23 | Rename mumble_message to cmumble_message | Benjamin Franzke | 1 | -1/+1 |