aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/src/main.rs
Commit message (Collapse)AuthorAge
* cargo fmtGustav Sörnäs2021-06-06
|
* Merge pull request #92 from mum-rs/text-messageKapten Z∅∅m2021-06-06
|\ | | | | Text message
| * change interactive flag to followEskil Queseth2021-06-06
| |
| * Apply suggestions from code reviewKapten Z∅∅m2021-06-06
| | | | | | Co-authored-by: Gustav Sörnäs <gustav@sornas.net>
| * add some documentationEskil Queseth2021-05-22
| |
| * rework command response mechanismEskil Queseth2021-05-22
| |
| * remove event_register_handler from tcp stackEskil Queseth2021-05-19
| |
| * add frontend support for sending messagesEskil Queseth2021-05-19
| |
| * add command to mumctl to query past messagesEskil Queseth2021-05-18
| |
* | Merge pull request #85 from mum-rs/config-pathsGustav Sörnäs2021-05-25
|\ \ | |/ |/| remove cfg_exists, pass paths explicitly
| * remove cfg_exists, pass paths explicitlyGustav Sörnäs2021-04-08
| |
* | ? -> intoGustav Sörnäs2021-04-11
| |
* | align server status outputGustav Sörnäs2021-04-11
| |
* | timeout server pingsGustav Sörnäs2021-04-10
| |
* | send parallel ping commandsGustav Sörnäs2021-04-10
|/
* remove stdGustav Sörnäs2021-04-06
|
* remove anyhowGustav Sörnäs2021-04-06
|
* cargo fmtGustav Sörnäs2021-04-03
|
* more anyhowGustav Sörnäs2021-04-03
|
* add structopt flag directivesGustav Sörnäs2021-04-03
|
* clap -> structoptGustav Sörnäs2021-04-03
| | | | | | I tried to translate the current clap-code into structopt and save any modifications for later, /but/, some things would've taken too much energy. But I've forgotten what those were.
* config errorGustav Sörnäs2021-03-30
|
* mumlib::config: dirsGustav Sörnäs2021-03-30
|
* mumctl: more error_if_errGustav Sörnäs2021-03-30
|
* mumctl: error_if_err!Gustav Sörnäs2021-03-30
|
* add todosGustav Sörnäs2021-03-30
|
* Merge pull request #78 from mum-rs/mute-usabilityKapten Z∅∅m2021-03-30
|\ | | | | Mute usability
| * change CLI for muting someoneEskil Queseth2021-03-29
| |
* | Merge pull request #75 from rbran/mainGustav Sörnäs2021-03-29
|\ \ | |/ |/| Finish the password implementation
| * Finish the password implementationRubens Brandao2021-03-28
| |
* | re-add trailing newline 2 electric boogalooEskil Queseth2021-03-29
| |
* | re-add trailing newlineEskil Queseth2021-03-29
| |
* | update according to feedbackEskil Queseth2021-03-29
| |
* | fix importEskil Queseth2021-03-28
| |
* | clean up importsEskil Queseth2021-03-26
| |
* | re-add error checkingEskil Queseth2021-03-26
| |
* | remove ipc-channel dependencyEskil Queseth2021-03-24
|/
* mumctl uses clap's App::version()Gustav Sörnäs2021-03-21
|
* add a --version that includes commit hash to mum{ctl,d}Gustav Sörnäs2021-03-21
|
* clippy passGustav Sörnäs2021-01-01
|
* add guard for checking if mumd is runningEskil Q2020-12-26
|
* mumctl: update print_err-macroGustav Sörnäs2020-11-21
|
* mumctl: own log::-implementationGustav Sörnäs2020-11-21
|
* print status of mute/deafened when they changeGustav Sörnäs2020-11-21
|
* set about-strings for the mumctl CLIGustav 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
* cargo fmtEskil Queseth2020-11-05
|
* 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