aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* initial tokio 1.0 commitEskil Q2020-12-25
|
* Merge pull request #32 from sornas/mumble-protocol-cleanupKapten Z∅∅m2020-12-24
|\ | | | | remove mumlibs dependency on rust-mumble-protocol
| * remove mumlibs dependency on rust-mumble-protocolEskil Q2020-12-23
| |
* | Merge pull request #33 from sornas/ping-cleanupKapten Z∅∅m2020-12-24
|\ \ | |/ |/| Make use of updated rust-mumble-protocol
| * make use of updated rust-mumble-protocolEskil Q2020-12-23
|/
* Update LICENSEGustav Sörnäs2020-12-23
|
* Merge branch 'dasp' into 'main'Gustav Sörnäs2020-11-28
|\ | | | | | | | | samplerate -> DASP See merge request gustav/mum!38
| * clearer castingGustav Sörnäs2020-11-28
| |
| * remove sound-effects featureGustav Sörnäs2020-11-28
| |
| * formattingGustav Sörnäs2020-11-28
| |
| * update additional crate amount for sound effectsGustav Sörnäs2020-11-28
| |
| * lock updateGustav Sörnäs2020-11-28
| |
| * samplerate -> daspGustav Sörnäs2020-11-28
|/
* Merge branch 'dont-overwrite-socket-file' into 'main'Gustav Sörnäs2020-11-28
|\ | | | | | | | | | | | | Dont overwrite socket file Closes #72 See merge request gustav/mum!40
| * print weird ping responseGustav Sörnäs2020-11-28
| |
| * check if mumd instance is running before startingGustav Sörnäs2020-11-28
| |
| * add ping/pong to mumlib commandsGustav Sörnäs2020-11-28
| |
| * sort mumlib commandsGustav Sörnäs2020-11-28
|/
* Merge branch 'sound-effects-inside-binary' into 'main'Gustav Sörnäs2020-11-28
|\ | | | | | | | | | | | | include_bytes instead of static filepaths Closes #76 See merge request gustav/mum!39
| * include_bytes instead of static filepathsGustav Sörnäs2020-11-28
|/
* possibly handle new crypt statesGustav Sörnäs2020-11-28
|
* debug print all tcp packetsGustav Sörnäs2020-11-28
|
* Merge branch 'mumctl-log' into mainGustav Sörnäs2020-11-21
|\
| * mumctl: update print_err-macroGustav Sörnäs2020-11-21
| |
| * mumctl: own log::-implementationGustav Sörnäs2020-11-21
|/
* Merge branch 'mute-deafen-toggle-print' into mainGustav Sörnäs2020-11-21
|\
| * print status of mute/deafened when they changeGustav Sörnäs2020-11-21
|/
* Merge branch 'help-about' into mainGustav Sörnäs2020-11-21
|\
| * set about-strings for the mumctl CLIGustav Sörnäs2020-11-21
|/
* Merge branch 'reorder-commands' into mainGustav Sörnäs2020-11-21
|\
| * make connect and disconnect root-commandsGustav Sörnäs2020-11-21
|/ | | | | | | | While writing some about-texts for the CLI, I noticed that the server-command did two things. 1. Connect and disconnect 2. Handle saved servers
* Merge branch 'readme-features' into mainGustav Sörnäs2020-11-21
|\
| * update feature namesGustav Sörnäs2020-11-21
| |
| * add note about features and libsamplerateGustav Sörnäs2020-11-21
|/
* Merge branch 'sound-effect' into 'main'Eskil2020-11-21
|\ | | | | | | | | | | | | Sound effects on events Closes #68 See merge request gustav/mum!32
| * change sound_effects to sound-effectsEskil Queseth2020-11-16
| |
| * clean up conditional compilationEskil Queseth2020-11-16
| |
| * change some things with extra featuresEskil Queseth2020-11-16
| |
| * clean up mute notification codeEskil Queseth2020-11-16
| |
| * cargo fmtEskil Queseth2020-11-16
| |
| * remove a mutEskil Queseth2020-11-16
| |
| * fix on how sound is played when mutingEskil Queseth2020-11-16
| |
| * add sound for muting and unmuting selfEskil Queseth2020-11-16
| |
| * add sound on users movingEskil Queseth2020-11-16
| |
| * refactor of parsing user stateEskil Queseth2020-11-15
| |
| * add sound filesEskil Queseth2020-11-13
| |
| * add mvp for playing sound when stuff happensEskil Queseth2020-11-13
| |
* | mumd: depend only on used tokio featuresGustav Sörnäs2020-11-16
|/
* Merge branch 'mute-fix' into 'main'Eskil2020-11-13
|\ | | | | | | | | Mute fix See merge request gustav/mum!31
| * fix mute and deafen featureEskil Queseth2020-11-13
| |