layeh / gumble

gumble is a Mumble client implementation in Go (golang)
https://pkg.go.dev/mod/layeh.com/gumble
Mozilla Public License 2.0
172 stars 55 forks source link

Refactor to remove Client.tmpACL #37

Open ghost opened 7 years ago

ghost commented 7 years ago

In reexamining the Mumble source code, it appears gumble's handleACLimplementation has a bug: the QueryUsers message is only sent from the server if there is at least one registered user assigned to group, but we assume that message it is always sent.