summaryrefslogtreecommitdiff
path: root/src/mumble.proto
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Specifiy protobuf syntax versionBenjamin Franzke1-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.)
2016-05-07Update mumble proto to mumble version 1.2.4Benjamin Franzke1-0/+7
2013-11-21mumble.proto: Rephrase the copy warningBenjamin Franzke1-1/+1
2012-02-10Derive message type from position in .proto fileBenjamin Franzke1-14/+17
This involves changing the .proto file, to actually reflect the type in the protocol.
2011-05-23initial commitBenjamin Franzke1-0/+287