aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib
Commit message (Collapse)AuthorAge
* add frontend support for sending messagesEskil Queseth2021-05-19
|
* add ability for backend to keep track of messagesEskil Queseth2021-05-18
|
* add date and time to log outputGustav Sörnäs2021-04-10
|
* bump version numbersGustav Sörnäs2021-04-10
|
* add readme to all Cargo.tomlGustav Sörnäs2021-04-08
|
* 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.
* reviewGustav Sörnäs2021-03-31
|
* config errorGustav Sörnäs2021-03-30
|
* mumlib::config: dirsGustav Sörnäs2021-03-30
|
* add todosGustav Sörnäs2021-03-30
|
* mumlib: re-export errorGustav Sörnäs2021-03-30
|
* remove error suffix on error variantsGustav Sörnäs2021-03-29
|
* report invalid server passwordGustav Sörnäs2021-03-29
|
* tcp event connected contains resultGustav Sörnäs2021-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
| |
* | use constant string for socket pathEskil Queseth2021-03-26
|/
* update fern and ipc channelGustav Sörnäs2021-03-21
|
* update Cargo.lockGustav Sörnäs2021-03-21
|
* load sound effects by file nameGustav Sörnäs2021-01-03
|
* Merge remote-tracking branch 'origin/clippy' into mainGustav Sörnäs2021-01-02
|\
| * clippy passGustav Sörnäs2021-01-01
|/
* mumlib: update Cargo.toml for publishingGustav Sörnäs2020-12-26
|
* 0.3 version bumpGustav Sörnäs2020-12-25
|
* remove mumlibs dependency on rust-mumble-protocolEskil Q2020-12-23
|
* add ping/pong to mumlib commandsGustav Sörnäs2020-11-28
|
* sort mumlib commandsGustav Sörnäs2020-11-28
|
* print status of mute/deafened when they changeGustav Sörnäs2020-11-21
|
* remove redundancy in mumlibEskil Queseth2020-11-05
|
* 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
| | * cargo fmtEskil Queseth2020-11-02
| | |
| | * remove redundancyEskil Queseth2020-11-02
| | |
| | * refactor and add audio out config commandEskil Queseth2020-11-02
| | |
| | * add mumd support for volume adjustmentEskil 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
|/
* cargo fmtGustav Sörnäs2020-10-29
|
* 0.2 version bumpGustav Sörnäs2020-10-26
|
* add confirmation when creating config file and add check for where to create ↵Eskil Queseth2020-10-23
| | | | the config file
* add printing of welcome message to server connectEskil Queseth2020-10-21
|
* update user state in mumdGustav Sörnäs2020-10-21
|
* parse user state diff and handle connecting clientsGustav Sörnäs2020-10-21
|
* 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
* send config-reload-commandGustav Sörnäs2020-10-19
|
* server config subcommandGustav Sörnäs2020-10-19
|