Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-22 | message: Return true after receiving udptunnel | Benjamin Franzke | 1 | -1/+1 | |
2013-11-22 | message: Use message typedef for udptunnel | Benjamin Franzke | 1 | -2/+2 | |
2013-11-22 | message.c: Remove the send mutex | Benjamin Franzke | 1 | -4/+0 | |
Since we're now sending from the main thread only, this is no longer needed. | |||||
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 | -12/+8 | |
This also removes the unneeded "struct mumble_*" which is ugly in use. | |||||
2013-11-21 | message: Use g_printerr instead of printf | Benjamin Franzke | 1 | -1/+1 | |
2013-11-21 | message: Quit on G_TLS_ERROR_MISC error | Benjamin Franzke | 1 | -1/+2 | |
Dont know why this happens sometimes, but quit at least. The szenario seems to be: - mute mic - wait around 10 - unmute mic -> G_TLS_ERROR_MSG on next write to socket | |||||
2013-11-18 | Add verbose option | Benjamin Franzke | 1 | -1/+3 | |
Disable all debug output using that flag for now. | |||||
2013-11-18 | Fix typo in cmumble struct name | Benjamin Franzke | 1 | -2/+2 | |
2012-02-10 | s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/g | Benjamin Franzke | 1 | -13/+13 | |
2011-09-28 | message: Fix segfault when error is Null but ret <= 0 | Benjamin Franzke | 1 | -1/+3 | |
2011-09-27 | Catch connection lost | Benjamin Franzke | 1 | -1/+9 | |
2011-09-23 | Add prefix cmumble_ to struct context and struct user | Benjamin Franzke | 1 | -2/+2 | |
2011-09-23 | Fix indents | Benjamin Franzke | 1 | -3/+3 | |
2011-09-23 | Rename messages.[ch] to message.[ch] | Benjamin Franzke | 1 | -0/+148 | |