Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-29 | Add FIXMEWIP | Benjamin Franzke | 1 | -0/+1 | |
2023-12-29 | Drop deprecated call to g_socket_client_set_tls_validation_flags | Benjamin Franzke | 1 | -6/+0 | |
See https://github.com/GNOME/glib/commit/d1e9e0c094a28972df725e3bb07b28e4dd7fb390 > This function does not work as originally designed and is impossible > to use correctly. See #GSocketClient:tls-validation-flags for more > information. | |||||
2020-02-14 | WIP Require valid TLS certificate | Benjamin Franzke | 1 | -1/+5 | |
2020-02-13 | Use GDateTime instead of the deprecated GTimeVal | Benjamin Franzke | 1 | -3/+4 | |
You know, year 2038… | |||||
2020-02-13 | Specifiy protobuf syntax version | Benjamin Franzke | 1 | -0/+2 | |
To avoid the following warning: [libprotobuf WARNING google/protobuf/compiler/parser.cc:562] No syntax specified for the proto file: mumble.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.) | |||||
2018-12-11 | WIP | Benjamin Franzke | 10 | -231/+927 | |
2016-05-07 | recv_codec_version: Show opus state | Benjamin Franzke | 1 | -2/+4 | |
2016-05-07 | Update mumble proto to mumble version 1.2.4 | Benjamin Franzke | 1 | -0/+7 | |
2016-05-07 | WIP | Benjamin Franzke | 6 | -19/+124 | |
2016-05-07 | Try to be compatible with celt 0.7.1 and 0.11HEADmaster | Benjamin Franzke | 3 | -1/+19 | |
2016-05-07 | io.c: Use g_free where appropriate instead of free | Benjamin Franzke | 1 | -1/+1 | |
doesn't result in an error but it's technically incorrect to mix g_strdup with free. | |||||
2016-05-07 | io.c: Make use of readline's RL_ISSTATE macro | Benjamin Franzke | 1 | -1/+1 | |
2016-05-07 | io.c: Rename read_cb to stdin_callback | Benjamin Franzke | 1 | -2/+2 | |
..to be more understandable | |||||
2016-05-06 | Remove g_type_init | Benjamin Franzke | 1 | -1/+0 | |
(as that is deprecated) | |||||
2013-12-04 | Add a FIXME | Benjamin Franzke | 1 | -0/+1 | |
2013-12-04 | Remove trailing whitespace | Benjamin Franzke | 1 | -1/+1 | |
2013-12-04 | audio: Improve pulseaudio config message a bit | Benjamin Franzke | 1 | -3/+4 | |
2013-12-04 | Add a FIXME | Benjamin Franzke | 1 | -0/+2 | |
2013-12-04 | Set has_<key> for optional integer protobuf elements | Benjamin Franzke | 2 | -0/+4 | |
2013-12-04 | Get OS name from /etc/os-release | Benjamin Franzke | 3 | -1/+51 | |
2013-12-04 | cmumble: Default to unix username as username | Benjamin Franzke | 2 | -5/+5 | |
2013-12-04 | Make use of CELT_GET_BITSTREAM_VERSION | Benjamin Franzke | 3 | -7/+12 | |
Instead of hardcoding this. | |||||
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 | audio: Pull and send the recorded buffer from the main thread | Benjamin Franzke | 3 | -1/+30 | |
Tests showed this lets the appsink pull more buffers, since the streaming thread is not blocked due to network write. | |||||
2013-11-22 | connection: Do not unref the input source after creation | Benjamin Franzke | 1 | -1/+0 | |
It is done later in cmumble_connection_fini. | |||||
2013-11-22 | cmumble.c: Use message typedefs in callbacks | Benjamin Franzke | 1 | -13/+11 | |
2013-11-22 | Coding style fixes | Benjamin Franzke | 5 | -9/+7 | |
* remove trailing whitespace * inline where fit for 80 columns | |||||
2013-11-22 | audio.c: Move variable declaration before code | Benjamin Franzke | 1 | -3/+4 | |
2013-11-22 | cmumble.c: Fix function name typo | Benjamin Franzke | 1 | -1/+1 | |
2013-11-22 | Check for udp type in tunnel message | Benjamin Franzke | 1 | -2/+14 | |
Since we're currently support celt only, do nothing when retrieving other codecs. | |||||
2013-11-22 | Pass message type implicity in cmumble_send_* | Benjamin Franzke | 5 | -54/+36 | |
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 | io: Add another missing header | Benjamin Franzke | 1 | -0/+1 | |
2013-11-21 | Create playback pipeline not for ourselfs | Benjamin Franzke | 1 | -1/+5 | |
FIXME: This should rather be created ondemand, and the problem is gone at all. To be done later. | |||||
2013-11-21 | recv_user_state: Check for availability of the session id | Benjamin Franzke | 1 | -0/+6 | |
2013-11-21 | ping: Use new cmumble message abstraction | Benjamin Franzke | 1 | -5/+5 | |
2013-11-21 | message.h: Add wrapper around protobufs ugly func names | Benjamin Franzke | 2 | -8/+46 | |
They are of cause autogenerated. Only the one wrapper for the reject enum is added as one makro by hand. | |||||
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-21 | cmumble.c: Inline a makro | Benjamin Franzke | 1 | -2/+1 | |
Does not take 80 columns at all, no linebreak needed. | |||||
2013-11-21 | Add missing headers | Benjamin Franzke | 2 | -0/+3 | |
There were not warnings yet, since gstreamer 0.10 includes them implicitly. This will change with gstreamer 1.0. | |||||
2013-11-21 | mumble.proto: Rephrase the copy warning | Benjamin Franzke | 1 | -1/+1 | |
2013-11-19 | gen_message_list.sed: Remove trailing whitespace in output | Benjamin Franzke | 1 | -2/+2 | |
2013-11-18 | Revert "recv_user_state: Verify needed, but optional values" | Benjamin Franzke | 1 | -9/+0 | |
This reverts commit f3b388b80daebb13398f2b6b269eda0aa947e469. | |||||
2013-11-18 | configure: Fix protoc-c detection | Benjamin Franzke | 1 | -3/+9 | |
* Use --with-protoc=command instead of env var * Error out when protoc is not found. | |||||
2013-11-18 | recv_user_state: Verify needed, but optional values | Benjamin Franzke | 1 | -0/+9 | |
We need at least always the session id. Didn't looked through the mumble source code, when this event is useful without. Store a user only, if we've been given a name, id and channel. | |||||
2013-11-18 | Implement channel join | Benjamin Franzke | 2 | -1/+35 | |
2013-11-18 | Add verbose option | Benjamin Franzke | 3 | -7/+22 | |
Disable all debug output using that flag for now. | |||||
2013-11-18 | Implement reject message | Benjamin Franzke | 1 | -1/+21 | |