Include permissions in .proto file #410

Open
opened 2026-02-20 19:24:31 -05:00 by deekerman · 0 comments
Owner

Originally created by @ghost on GitHub (Nov 27, 2014).

I think the permissions in src/ACL.h (e.g. Write = 0x1, Traverse = 0x2, etc.) should be moved into src/Mumble.proto.

These values are used when constructing protocol buffer messages, so it makes sense to include them in the protocol file. Anyone parsing Mumble messages would probably appreciate them being included as well, rather than having to re-code the values.

Originally created by @ghost on GitHub (Nov 27, 2014). I think the permissions in `src/ACL.h` (e.g. `Write = 0x1`, `Traverse = 0x2`, etc.) should be moved into `src/Mumble.proto`. These values are used when constructing protocol buffer messages, so it makes sense to include them in the protocol file. Anyone parsing Mumble messages would probably appreciate them being included as well, rather than having to re-code the values.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mumble-mumble-voip#410
No description provided.