index
:
cmumble
UDP
UDP_AND_GST1_AND_CLOCK
WIP
audio
audio-2
audio-2-opuswip
audio-record
autocompletion
master
udp
udp-2
udp-3
commandline mumble client
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-22
connection: Do not unref the input source after creation
Benjamin Franzke
1
-1
/
+0
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
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
2013-11-22
Pass message type implicity in cmumble_send_*
Benjamin Franzke
5
-54
/
+36
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
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
2013-11-21
message: Quit on G_TLS_ERROR_MISC error
Benjamin Franzke
1
-1
/
+2
2013-11-21
cmumble.c: Inline a makro
Benjamin Franzke
1
-2
/
+1
2013-11-21
Add missing headers
Benjamin Franzke
2
-0
/
+3
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
2013-11-18
recv_user_state: Verify needed, but optional values
Benjamin Franzke
1
-0
/
+9
2013-11-18
Implement channel join
Benjamin Franzke
2
-1
/
+35
2013-11-18
Add verbose option
Benjamin Franzke
3
-7
/
+22
2013-11-18
Implement reject message
Benjamin Franzke
1
-1
/
+21
2013-11-18
Fix typo in cmumble struct name
Benjamin Franzke
13
-59
/
+59
2012-02-10
Derive message type from position in .proto file
Benjamin Franzke
4
-48
/
+29
2012-02-10
Use sizeof in encode_varint call for buffer size
Benjamin Franzke
1
-1
/
+1
2012-02-10
gen_message_list.sed: Add an exmaple
Benjamin Franzke
1
-0
/
+2
2012-02-10
s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/g
Benjamin Franzke
13
-168
/
+168
2011-10-08
audio: Another type fix
Benjamin Franzke
2
-2
/
+2
2011-10-08
audio.h: Fix type
Benjamin Franzke
1
-1
/
+1
2011-09-29
Support delimiter in cmdline arguments
Benjamin Franzke
1
-4
/
+32
2011-09-28
Support sending TextMessages
Benjamin Franzke
1
-0
/
+31
2011-09-28
Support receiving TextMessages
Benjamin Franzke
1
-1
/
+11
2011-09-28
Store own user in cmumble_context
Benjamin Franzke
2
-0
/
+6
2011-09-28
Store channel in cmumble_user
Benjamin Franzke
2
-1
/
+2
2011-09-28
Pass argc and argv for internal commands
Benjamin Franzke
3
-22
/
+68
2011-09-28
find_by_id: Fix lookup (v2)
Benjamin Franzke
1
-1
/
+1
2011-09-28
Revert "find_by_id: Fix lookup"
Benjamin Franzke
4
-30
/
+8
2011-09-28
find_by_id: Fix lookup
Benjamin Franzke
4
-8
/
+30
2011-09-28
find_user: Renmae session to session_id for readability
Benjamin Franzke
1
-2
/
+2
2011-09-28
find_user: Match against session id
Benjamin Franzke
1
-1
/
+1
2011-09-28
message: Fix segfault when error is Null but ret <= 0
Benjamin Franzke
1
-1
/
+3
2011-09-28
Print welcome message
Benjamin Franzke
1
-1
/
+2
2011-09-28
Fix lines with more than 80 characters.
Jan Klemkow
1
-4
/
+8
2011-09-27
Rename: cmumble_command_{complete=>expand_shortcut}
Benjamin Franzke
3
-3
/
+3
2011-09-27
Fix connection finish, if not connected
Benjamin Franzke
1
-8
/
+12
2011-09-27
Catch connection lost
Benjamin Franzke
1
-1
/
+9
2011-09-27
Add readline command completion
autocompletion
Benjamin Franzke
1
-0
/
+22
2011-09-27
Handle whitespace around commands
Benjamin Franzke
1
-2
/
+22
2011-09-27
Add support for command shortcuts
Benjamin Franzke
3
-1
/
+26
[next]