summaryrefslogtreecommitdiff
path: root/src/cmumble.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-12Add support for transporting audio data using udpudp-3Benjamin Franzke1-25/+40
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
2011-09-13Replace g_new0(*,1) with g_slice_new0(*)Benjamin Franzke1-2/+2
2011-05-30Set "cmumble [%user%]" name for sinks if type is pulseBenjamin Franzke1-2/+41
2011-05-28cleanupBenjamin Franzke1-24/+10
2011-05-28Remove unnecessary callbacksBenjamin Franzke1-60/+0
2011-05-28Use gst_parse_launch for recording pipelineBenjamin Franzke1-36/+11
2011-05-28Make use of gst_parse_launch for playback pipelineBenjamin Franzke1-22/+7
2011-05-28Move send_msg and recv_msg to messages.cBenjamin Franzke1-196/+3
2011-05-28Use enum values for callback positionsBenjamin Franzke1-9/+26
2011-05-28Pass UDPTunnel msg as regular protobufcmessage to sendmsgBenjamin Franzke1-11/+18
2011-05-28Make receive udp tunnel a fake protobufcmessageBenjamin Franzke1-3/+17
2011-05-28Autogenerate message macro list, not directly info structBenjamin Franzke1-3/+3
2011-05-27Remove hardcoded server ipBenjamin Franzke1-5/+0
2011-05-27Add support for playback from multiple sessionsBenjamin Franzke1-28/+120
2011-05-27Use PACKAGE_STRING from config.h rather than hardcoding version numberBenjamin Franzke1-1/+3
2011-05-27Check for errors when connectingBenjamin Franzke1-0/+5
2011-05-27Remove unnecessary headerBenjamin Franzke1-1/+0
2011-05-27Rename socket.c to cmumble.cBenjamin Franzke1-0/+614