summaryrefslogtreecommitdiff
path: root/src/cmumble.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Remove g_type_initBenjamin Franzke1-1/+0
2013-12-04Add a FIXMEBenjamin Franzke1-0/+1
2013-12-04Set has_<key> for optional integer protobuf elementsBenjamin Franzke1-0/+3
2013-12-04Get OS name from /etc/os-releaseBenjamin Franzke1-1/+2
2013-12-04cmumble: Default to unix username as usernameBenjamin Franzke1-4/+4
2013-12-04Make use of CELT_GET_BITSTREAM_VERSIONBenjamin Franzke1-6/+6
2013-11-22audio: Pull and send the recorded buffer from the main threadBenjamin Franzke1-0/+5
2013-11-22cmumble.c: Use message typedefs in callbacksBenjamin Franzke1-13/+11
2013-11-22Coding style fixesBenjamin Franzke1-1/+1
2013-11-22cmumble.c: Fix function name typoBenjamin Franzke1-1/+1
2013-11-22Check for udp type in tunnel messageBenjamin Franzke1-2/+14
2013-11-22Pass message type implicity in cmumble_send_*Benjamin Franzke1-9/+9
2013-11-21Create playback pipeline not for ourselfsBenjamin Franzke1-1/+5
2013-11-21recv_user_state: Check for availability of the session idBenjamin Franzke1-0/+6
2013-11-21ping: Use new cmumble message abstractionBenjamin Franzke1-5/+5
2013-11-21message.h: Add wrapper around protobufs ugly func namesBenjamin Franzke1-8/+8
2013-11-21cmumble.c: Inline a makroBenjamin Franzke1-2/+1
2013-11-21Add missing headersBenjamin Franzke1-0/+1
2013-11-18Revert "recv_user_state: Verify needed, but optional values"Benjamin Franzke1-9/+0
2013-11-18recv_user_state: Verify needed, but optional valuesBenjamin Franzke1-0/+9
2013-11-18Implement channel joinBenjamin Franzke1-0/+4
2013-11-18Add verbose optionBenjamin Franzke1-6/+17
2013-11-18Implement reject messageBenjamin Franzke1-1/+21
2013-11-18Fix typo in cmumble struct nameBenjamin Franzke1-13/+13
2012-02-10s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/gBenjamin Franzke1-48/+48
2011-09-28Support receiving TextMessagesBenjamin Franzke1-1/+11
2011-09-28Store own user in cmumble_contextBenjamin Franzke1-0/+4
2011-09-28Store channel in cmumble_userBenjamin Franzke1-1/+1
2011-09-28Print welcome messageBenjamin Franzke1-1/+2
2011-09-28Fix lines with more than 80 characters.Jan Klemkow1-4/+8
2011-09-25Print errors using g_printerrBenjamin Franzke1-1/+1
2011-09-25Fix coding styleBenjamin Franzke1-3/+3
2011-09-25Add gstreamer option group to cmdline optionsBenjamin Franzke1-0/+1
2011-09-25Do not assign and check in ifBenjamin Franzke1-3/+4
2011-09-25Add glib parsing function for argc and argv.Jan Klemkow1-7/+30
2011-09-24Add a general element finding routine to util.cBenjamin Franzke1-31/+2
2011-09-24Add lc (list channels) commandBenjamin Franzke1-2/+41
2011-09-24Use an asynchronous connection initiationBenjamin Franzke1-19/+42
2011-09-23Add prefix cmumble_ to struct context and struct userBenjamin Franzke1-19/+19
2011-09-23Add a command interfaceBenjamin Franzke1-0/+1
2011-09-23Fix indentsBenjamin Franzke1-1/+1
2011-09-23Move audio-related stuff into audio.cBenjamin Franzke1-188/+5
2011-09-23Add cmumble_ prefix to recv/send_msgBenjamin Franzke1-3/+3
2011-09-23Store callbacks in contextBenjamin Franzke1-2/+8
2011-09-23Move connection related stuff into connection.cBenjamin Franzke1-65/+4
2011-09-23Fix warningsBenjamin Franzke1-3/+4
2011-09-23Add input support using readlineBenjamin Franzke1-0/+4
2011-09-22Use g_print always, not printf directlyBenjamin Franzke1-16/+18
2011-09-22Fixup async read by using GPollableInputStream instead of GSocketBenjamin Franzke1-15/+17
2011-09-16Typesafe callback initializationBenjamin Franzke1-29/+28