Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-04 | cmumble: Default to unix username as username | Benjamin Franzke | 1 | -1/+1 | |
2013-11-22 | audio: Pull and send the recorded buffer from the main thread | Benjamin Franzke | 1 | -0/+1 | |
Tests showed this lets the appsink pull more buffers, since the streaming thread is not blocked due to network write. | |||||
2013-11-18 | Add verbose option | Benjamin Franzke | 1 | -0/+2 | |
Disable all debug output using that flag for now. | |||||
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 | Store own user in cmumble_context | Benjamin Franzke | 1 | -0/+2 | |
2011-09-28 | Store channel in cmumble_user | Benjamin Franzke | 1 | -0/+1 | |
2011-09-25 | Add udp message targets | Benjamin Franzke | 1 | -0/+8 | |
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/+11 | |
2011-09-24 | Use an asynchronous connection initiation | Benjamin Franzke | 1 | -0/+5 | |
So we arent blocked, and unable to handle cmdline interaction while connecting. | |||||
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/+3 | |
Also add two simple commands: help and ls | |||||
2011-09-23 | Move audio-related stuff into audio.c | Benjamin Franzke | 1 | -15/+2 | |
2011-09-23 | Rename messages.[ch] to message.[ch] | Benjamin Franzke | 1 | -1/+1 | |
2011-09-23 | Move recv/send_msg declarations to messages.h | Benjamin Franzke | 1 | -13/+1 | |
2011-09-23 | Rename message.h to message_list.h | Benjamin Franzke | 1 | -1/+1 | |
2011-09-23 | Store callbacks in context | Benjamin Franzke | 1 | -9/+4 | |
2011-09-23 | Move connection related stuff into connection.c | Benjamin Franzke | 1 | -7/+2 | |
2011-09-23 | Add input support using readline | Benjamin Franzke | 1 | -0/+2 | |
2011-09-22 | Fixup async read by using GPollableInputStream instead of GSocket | Benjamin Franzke | 1 | -2/+4 | |
With the GSource created from GSocket hacks were needed to get all events. GPollableInputStream is the interface implemented directly by GTlsInputStream. | |||||
2011-09-16 | Typesafe callback initialization | Benjamin Franzke | 1 | -1/+7 | |
2011-07-11 | Drop stringified parameter in MUMBLE_MSG macros | Benjamin Franzke | 1 | -1/+1 | |
Use #foo instead to stringify. | |||||
2011-05-28 | Move send_msg and recv_msg to messages.c | Benjamin Franzke | 1 | -8/+59 | |
2011-05-28 | Autogenerate message macro list, not directly info struct | Benjamin Franzke | 1 | -0/+21 | |