summaryrefslogtreecommitdiffstats
path: root/bridge/mumble/mumble.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement sending of EventJoinLeave both to and from Mumble (#1915)Sebastian P2022-11-271-1/+1
| | | | | * 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-191-0/+1
| | | | | | | * 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 Mumble support (#1245)Sebastian P2020-10-011-0/+259