aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/config.rs
Commit message (Collapse)AuthorAge
* more mumlib doc just becauseGustav Sörnäs2021-06-15
|
* document mumlibGustav Sörnäs2021-06-13
|
* specify if we accept invalid server certs or notGustav Sörnäs2021-06-07
|
* cargo fmtGustav Sörnäs2021-06-06
|
* remove cfg_exists, pass paths explicitlyGustav Sörnäs2021-04-08
|
* config errorGustav Sörnäs2021-03-30
|
* mumlib::config: dirsGustav Sörnäs2021-03-30
|
* add todosGustav Sörnäs2021-03-30
|
* 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