summaryrefslogtreecommitdiff
path: root/src/messages.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22Fixup async read by using GPollableInputStream instead of GSocketBenjamin Franzke1-8/+13
With the GSource created from GSocket hacks were needed to get all events. GPollableInputStream is the interface implemented directly by GTlsInputStream.
2011-09-16Typesafe callback initializationBenjamin Franzke1-1/+2
2011-07-11Generate underscore messages names without prefixBenjamin Franzke1-1/+1
2011-07-11Drop stringified parameter in MUMBLE_MSG macrosBenjamin Franzke1-1/+1
Use #foo instead to stringify.
2011-05-28Move send_msg and recv_msg to messages.cBenjamin Franzke1-0/+139