| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | notif if user muted/unmuted | Gustav Sörnäs | 2020-10-23 |
| | | |||
| * | minor cleanup | Gustav Sörnäs | 2020-10-23 |
| | | |||
| * | refactor parsing initial and updated user state | Gustav Sörnäs | 2020-10-23 |
| | | |||
| * | send notif when someone disconnects | Gustav Sörnäs | 2020-10-23 |
| | | |||
| * | send notif when someone connects | Gustav Sörnäs | 2020-10-23 |
| | | |||
| * | remove unused imports | Gustav Sörnäs | 2020-10-23 |
| | | |||
| * | remove user from users on disconnect | Gustav Sörnäs | 2020-10-23 |
| | | |||
| * | add first notification | Gustav Sörnäs | 2020-10-23 |
| | | |||
| * | Merge branch 'tcp-event-macro' into 'main' | Eskil | 2020-10-22 |
| |\ | | | | | | | | | | | | | Tcp event macro Closes #53 See merge request gustav/mum!22 | ||
| | * | change to use macro | Eskil Queseth | 2020-10-21 |
| | | | |||
| | * | remove async from State::handle_command | Eskil Queseth | 2020-10-21 |
| |/ | |||
| * | Merge branch 'readme' into 'main' | Gustav Sörnäs | 2020-10-21 |
| |\ | | | | | | | | | | | | | Add Readme Closes #24 See merge request gustav/mum!15 | ||
| | * | Add Readme | Gustav Sörnäs | 2020-10-21 |
| |/ | |||
| * | Merge remote-tracking branch 'origin/refactor-state' into main | Gustav Sörnäs | 2020-10-21 |
| |\ | |||
| | * | refactor state into {channel,server,user}.rs | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| * | | Merge branch 'network-rework' into 'main' | Gustav Sörnäs | 2020-10-21 |
| |\ \ | | | | | | | | | | | | | | | | | | | Add tcp event system Closes #26 See merge request gustav/mum!17 | ||
| | * | | minor changes | Eskil Queseth | 2020-10-21 |
| | | | | |||
| | * | | reduce code duplication | Eskil Queseth | 2020-10-21 |
| | | | | |||
| | * | | add printing of welcome message to server connect | Eskil Queseth | 2020-10-21 |
| | | | | |||
| | * | | add tcp event system | Eskil Queseth | 2020-10-21 |
| | | | | |||
| * | | | Merge branch 'refactor-audio' into 'main' | Gustav Sörnäs | 2020-10-21 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Refactor audio into input.rs and output.rs Closes #3 See merge request gustav/mum!20 | ||
| | * | | | refactor audio into input.rs and output.rs | Gustav Sörnäs | 2020-10-21 |
| | | |/ | |/| | |||
| * | | | elided lifetimes | Gustav Sörnäs | 2020-10-21 |
| | |/ |/| | |||
| * | | Merge branch 'audio-new-clients' into 'main' | Gustav Sörnäs | 2020-10-21 |
| |\ \ | |/ |/| | | | | | | | | | Parse user state diff and handle connecting clients Closes #37 and #36 See merge request gustav/mum!14 | ||
| | * | update user state in mumd | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| | * | implement remove_client | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| | * | parse user state diff and handle connecting clients | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| * | | update deps | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| * | | add Cargo.lock | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| * | | don't specify rev for cpal | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| * | | don't ignore Cargo.lock | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| * | | Merge branch 'lock-cpal' into 'main' | Gustav Sörnäs | 2020-10-21 |
| |\ \ | | | | | | | | | | | | | Lock cpal to latest commit See merge request gustav/mum!19 | ||
| | * | | Lock cpal to latest commit | Gustav Sörnäs | 2020-10-21 |
| | |/ | |||
| * | | Merge branch 'getters' into 'main' | Gustav Sörnäs | 2020-10-21 |
| |\ \ | |/ |/| | | | | | | | | | Remove pub Closes #12 See merge request gustav/mum!18 | ||
| | * | remove pub | Gustav Sörnäs | 2020-10-21 |
| |/ | |||
| * | Merge branch 'config-file' into 'main' | Gustav Sörnäs | 2020-10-21 |
| |\ | | | | | | | | | | | | | Config file Closes #1 and #27 See merge request gustav/mum!16 | ||
| | * | default cfg is option | Gustav Sörnäs | 2020-10-21 |
| | | | | | | | | | None if the file doesn't exist | ||
| | * | mumctl: refactor matching of config values | Gustav Sörnäs | 2020-10-21 |
| | | | |||
| | * | some changes | Gustav Sörnäs | 2020-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-command | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | mumd: add method to reload config | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | dont write config after loading state | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | minor | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | clap cleanup | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | update usage.org | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | skip arg .index() | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | server new | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | server rename command | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | server config subcommand | Gustav Sörnäs | 2020-10-19 |
| | | | |||
| | * | write config to file | Gustav Sörnäs | 2020-10-19 |
| | | | |||
