aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* add mute featureEskil Queseth2020-11-05
|
* Merge branch 'main' into muteEskil Queseth2020-11-03
|\
| * Merge branch 'audio-volume' into 'main'Eskil2020-11-03
| |\ | | | | | | | | | | | | Refactor of config and add support for changing global output volume and individual user's volume See merge request gustav/mum!28
| | * remove commented out codeEskil Queseth2020-11-02
| | |
| | * remove commented out codeEskil Queseth2020-11-02
| | |
| | * cargo fmtEskil Queseth2020-11-02
| | |
| | * remove redundancyEskil Queseth2020-11-02
| | |
| | * add support for changing volume of individual usersEskil Queseth2020-11-02
| | |
| | * fix minor oopsieEskil Queseth2020-11-02
| | |
| | * refactor and add audio out config commandEskil Queseth2020-11-02
| | |
| | * add mumd support for volume adjustmentEskil Queseth2020-11-02
| | |
| * | Merge branch 'server-status' into 'main'Eskil2020-11-03
| |\ \ | | |/ | |/| | | | | | | | | | | | | Add support for mumctl server list Closes #29 See merge request gustav/mum!27
| | * add warning without configEskil Queseth2020-11-02
| | |
| | * cargo fmtEskil Queseth2020-10-31
| | |
| | * add support for mumctl server listEskil Queseth2020-10-31
| |/
* | add mumd support for muting usersEskil Queseth2020-11-03
|/
* Update README.orgGustav Sörnäs2020-10-30
| | | macOS is now supposed to work.
* cargo fmtGustav Sörnäs2020-10-29
|
* Merge branch 'libnotify' into mainGustav Sörnäs2020-10-29
|\
| * add fileGustav Sörnäs2020-10-29
| |
| * refactor and dont panic without x-serverGustav Sörnäs2020-10-29
| |
| * dont use qualified pathGustav Sörnäs2020-10-29
| |
| * notif if user muted/unmutedGustav Sörnäs2020-10-23
| |
| * minor cleanupGustav Sörnäs2020-10-23
| |
| * refactor parsing initial and updated user stateGustav Sörnäs2020-10-23
| |
| * send notif when someone disconnectsGustav Sörnäs2020-10-23
| |
| * send notif when someone connectsGustav Sörnäs2020-10-23
| |
| * remove unused importsGustav Sörnäs2020-10-23
| |
| * remove user from users on disconnectGustav Sörnäs2020-10-23
| |
| * add first notificationGustav Sörnäs2020-10-23
| |
* | Merge branch 'mac' into 'main'Gustav Sörnäs2020-10-29
|\ \ | | | | | | | | | | | | | | | | | | Mac support Closes #15 See merge request gustav/mum!26
| * | iterate and find valid sample rateGustav Sörnäs2020-10-27
|/ /
* | additional version bumpGustav Sörnäs2020-10-27
| |
* | add changelog for 0.2Gustav Sörnäs2020-10-26
| |
* | 0.2 version bumpGustav Sörnäs2020-10-26
| |
* | Merge remote-tracking branch 'origin/command-alias' into mainEskil Queseth2020-10-23
|\ \
| * | inline variableEskil Queseth2020-10-23
| | |
| * | add support for connecting to server through aliasEskil Queseth2020-10-23
| | |
| * | add support for mumctl server configEskil Queseth2020-10-23
| |/
* | Merge branch 'config-home' into 'main'Eskil2020-10-23
|\ \ | |/ |/| | | | | | | | | Add confirmation when creating config file and add check for where to create the config file Closes #42 See merge request gustav/mum!24
| * minor changesEskil Queseth2020-10-23
| |
| * add confirmation when creating config file and add check for where to create ↵Eskil Queseth2020-10-23
|/ | | | the config file
* Merge branch 'tcp-event-macro' into 'main'Eskil2020-10-22
|\ | | | | | | | | | | | | Tcp event macro Closes #53 See merge request gustav/mum!22
| * change to use macroEskil Queseth2020-10-21
| |
| * remove async from State::handle_commandEskil Queseth2020-10-21
|/
* Merge branch 'readme' into 'main'Gustav Sörnäs2020-10-21
|\ | | | | | | | | | | | | Add Readme Closes #24 See merge request gustav/mum!15
| * Add ReadmeGustav Sörnäs2020-10-21
|/
* Merge remote-tracking branch 'origin/refactor-state' into mainGustav Sörnäs2020-10-21
|\
| * refactor state into {channel,server,user}.rsGustav Sörnäs2020-10-21
| |
* | Merge branch 'network-rework' into 'main'Gustav Sörnäs2020-10-21
|\ \ | | | | | | | | | | | | | | | | | | Add tcp event system Closes #26 See merge request gustav/mum!17