Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 02:54
· 113 commits to main since this release
2fe2080

Changelog

07f87ee Merge branch 'main' of github.com:Stieneee/mumble-discord-bridge into main
78dca8d Merge branch 'state-revamp' of github.com:stryan/mumble-discord-bridge into state-revamp
bf166f7 Merge pull request #1 from stryan/mode-system
f41a270 Merge pull request #2 from stryan/mumble-thread-cleanup
5616814 Merge pull request #3 from stryan/state-revamp
f92b973 Merge pull request #7 from stryan/main
9f548a4 Merge pull request #8 from Stieneee/pull-7
2fe2080 Merge pull request #9 from stryan/main
8f5caaf actually add user to set
8e2fe4f actually add users in initial run
a86586b actually use MumbleChannel config option
77cf328 add auto_mode flag
f4cc949 add mutexs to prevent data races, re-organize a bit
2f4bf65 add mutexs to prevent data races, re-organize a bit
c469a65 begin switching to mumble event listeners
3b6d3ba change default mode to constant
665d42f close channels so that everything dies properly
1e8a0a4 count how many users are actually in channel
ef8af89 discord event listeners use non-global state
ac80016 discord event listeners use non-global state
2aa1a32 don't add users before the bridge starts
f1f5911 don't try to send message before we connect to mumble
577c5e7 fix auto mode, use mumble ping, die properly
e035baa fix mutexes
5a96c48 initial changes, make it manual linking, show mumble users in status
ab10468 integrate mutex fix
b782efd keep track of discord users in set
2df391f less channel span, add refresh command
2e83d6d lint cleanup, remove code duplication
0973c3b make NICE option toggleable
ca1ba1d more cleanup on manual linkage, attempts to get discord->mumble working
bcd7ee9 mumble event listeners use non-global state
83712bf mumble event listeners use non-global state
79f305c mumble-bot exclude self from user map
4717bde on mumble connect failure disconnect from discord too
8257bf5 only care about joins, not mutes/deafens
b113211 re-merge from upstream
d75fff0 readme update
3ef9fc4 refactor discord dm disable text messages for discord and mumble with option list users connected to discord on connection to mumble
70b0a69 remove debug code
cb5ca33 remove default case from mumble onAudioStream
645c767 remove extra debug code
301bc1b remove global conf and state variables
db0af7e remove global conf and state variables
ba29c23 remove legacy ping/status seperation
f63b9d0 send message in mumble when user joins in discord
41e864a send message when user leaves too
3b73e89 update readme
04f56bd update readme
daacaaa use discord CreateGuild instead of Ready
4ae6176 use gumble.Client.Do for sending messages thread safely
b7b1065 use mumble client more,finally get user count right
4b8e6ee use user counting, add discord buffer debuf, intial auto mode