aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/config.rs
Commit message (Collapse)AuthorAge
* load sound effects by file nameGustav Sörnäs2021-01-03
|
* clippy passGustav Sörnäs2021-01-01
|
* 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
| * cargo fmtEskil Queseth2020-11-02
| |
| * remove redundancyEskil Queseth2020-11-02
| |
| * refactor and add audio out config commandEskil Queseth2020-11-02
| |
* | cargo fmtEskil Queseth2020-10-31
| |
* | add support for mumctl server listEskil Queseth2020-10-31
|/
* cargo fmtGustav Sörnäs2020-10-29
|
* add confirmation when creating config file and add check for where to create ↵Eskil Queseth2020-10-23
| | | | the config file
* default cfg is optionGustav Sörnäs2020-10-21
| | | | None if the file doesn't exist
* some changesGustav Sörnäs2020-10-19
| | | | | | | | | | They got a bit bundled together but they at least do the following: - read_default_cfg returns a result - command to print all server config values - command to print a single server config value - command to remove servers - Option::map instead of if let Some()-... - TryFrom instead of Try
* server config subcommandGustav Sörnäs2020-10-19
|
* write config to fileGustav Sörnäs2020-10-19
|
* convert config to stringGustav Sörnäs2020-10-19
|
* initial reading of config fileGustav Sörnäs2020-10-19