Mumble 1.2.x compatible server. Kind of working, at least in server loopback mode.
authorfatbob313 <martin@fatbob.nu>
Sat, 19 Dec 2009 23:38:19 +0000 (23:38 +0000)
committerfatbob313 <martin@fatbob.nu>
Sat, 19 Dec 2009 23:38:19 +0000 (23:38 +0000)
commitac258369305673f3d17322b845ad58f2b9f64100
tree4c25897625ba9b51c68bb152ae50ef0144e53091
parentf2f5ea5f7b93cec959226292e528962514c03a81
Mumble 1.2.x compatible server. Kind of working, at least in server loopback mode.
Lots of protocol related changes, most notably the use of protobuf-c for network messages.
16 files changed:
src/Makefile
src/Mumble.pb-c.c [new file with mode: 0644]
src/Mumble.pb-c.h [new file with mode: 0644]
src/client.c
src/client.h
src/google/protobuf-c/Makefile [new file with mode: 0644]
src/google/protobuf-c/protobuf-c-data-buffer.c [new file with mode: 0644]
src/google/protobuf-c/protobuf-c-data-buffer.h [new file with mode: 0644]
src/google/protobuf-c/protobuf-c-private.h [new file with mode: 0644]
src/google/protobuf-c/protobuf-c.c [new file with mode: 0644]
src/google/protobuf-c/protobuf-c.h [new file with mode: 0644]
src/messagehandler.c
src/messages.c
src/messages.h
src/pds.c
src/pds.h