summaryrefslogtreecommitdiffstats
path: root/bridge/mumble/handlers.go
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Mumble servers with no message length limit (#2008)mvoolt2023-03-101-2/+8
| | | | | | | | | | | | | * Rename .{jfif,jpe} to .jpg (mumble) * Fix messages not sending in properly if no limit is set (mumble) Co-authored-by: yellows111 <ice_ice@email.com> * Formatting fix (mumble) --------- Co-authored-by: yellows111 <ice_ice@email.com>
* Implement sending of EventJoinLeave both to and from Mumble (#1915)Sebastian P2022-11-271-5/+61
| | | | | * mumble: Implement sending of EventJoinLeave both to and from Mumble (Closes #1435) * mumble: Break handleUserChange into two functions
* Add nil checks to text message handling (mumble) (#1321)Sebastian P2020-12-031-0/+6
|
* Add Mumble support (#1245)Sebastian P2020-10-011-0/+90