summaryrefslogtreecommitdiffstats
path: root/bridge/mumble
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Mumble servers with no message length limit (#2008)mvoolt2023-03-102-3/+14
| | | | | | | | | | | | | * 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-272-6/+62
| | | | | * mumble: Implement sending of EventJoinLeave both to and from Mumble (Closes #1435) * mumble: Break handleUserChange into two functions
* Implement a workaround to signal Opus support (mumble) (#1764)Sebastian P2022-03-192-0/+71
| | | | | | | * Mumble: Implement a workaround to signal Opus support without pulling in the CGO gopus dependency. * mumble: lowercase error messages * mumble: Add link to #1750 in bridge/mumble/codec.go
* Remove newline character in bridge multiline messages (mumble) (#1572)powerjungle2021-08-221-1/+4
|
* Add a MessageClipped option to set your own clipped message. Closes #1359 ↵Wim2021-05-271-2/+2
| | | | (#1487)
* Add nil checks to text message handling (mumble) (#1321)Sebastian P2020-12-031-0/+6
|
* Add Mumble support (#1245)Sebastian P2020-10-013-0/+492