-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beginnings of 1.4 and 1.5 client support. Fixed mumble.client:transmit always sending data through TCP tunnel. Added mumble.channel:set/getVolumeAdjustment. Client will now authorize to the server as a bot. Set priority on timers to try and help with issue #23. Update OCB library to latest. Break out of mumble.loop on SIGINT. Added new mumble.buffer metatable.
- Loading branch information
Showing
22 changed files
with
1,363 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
*.o | ||
proto/Mumble.pb-c.c | ||
proto/Mumble.pb-c.h | ||
proto/*.c | ||
proto/*.h | ||
config/ | ||
*.so | ||
*.lua | ||
*.pem | ||
*.d | ||
*.ogg | ||
gitversion.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.