| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | cargo fmt 2 eletric boogaloo | Gustav Sörnäs | 2020-10-14 |
| | | |||
| * | cargo clippy | Gustav Sörnäs | 2020-10-14 |
| | | |||
| * | cargo fmt | Gustav Sörnäs | 2020-10-14 |
| | | |||
| * | update debug message | Gustav Sörnäs | 2020-10-14 |
| | | |||
| * | update server so that we clear information once we leave a server | Eskil Queseth | 2020-10-14 |
| | | |||
| * | add support for reconnecting to server | Eskil Queseth | 2020-10-14 |
| | | |||
| * | resolve some compiler warnings | Eskil Queseth | 2020-10-14 |
| | | |||
| * | add support for disconnect command | Eskil Queseth | 2020-10-14 |
| | | |||
| * | add newline when logging if logged message contains a newline | Eskil Queseth | 2020-10-14 |
| | | |||
| * | some changes | Gustav Sörnäs | 2020-10-14 |
| | | |||
| * | fix code so that it doesn't deadlock | Eskil Queseth | 2020-10-14 |
| | | |||
| * | wip handle more commands (panics) | Gustav Sörnäs | 2020-10-14 |
| | | |||
| * | remove shared mutability of tcp sink | Gustav Sörnäs | 2020-10-14 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | send tcp pings via packet sender | Gustav Sörnäs | 2020-10-13 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | respect if we're initializing when parsing user state | Gustav Sörnäs | 2020-10-13 |
| | | |||
| * | wait for complete state before sending commands | Gustav Sörnäs | 2020-10-13 |
| | | |||
| * | command todos | Gustav Sörnäs | 2020-10-13 |
| | | |||
| * | join different channels | Gustav Sörnäs | 2020-10-13 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | split network.rs to tcp.rs and udp.rs (#4) | Gustav Sörnäs | 2020-10-13 |
| | | |||
| * | parse channel remove (#3) | Gustav Sörnäs | 2020-10-13 |
| | | |||
| * | change to actual logging (#2) | Gustav Sörnäs | 2020-10-12 |
| | | |||
| * | Cleaned up inports in network.rs | Eskil Queseth | 2020-10-12 |
| | | |||
| * | begin saving state | Gustav Sörnäs | 2020-10-12 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | create command.rs | Gustav Sörnäs | 2020-10-11 |
| | | |||
| * | Fixed client sometimes crashing when receiving compressed packages | Eskil Queseth | 2020-10-11 |
| | | |||
| * | Merge branch 'main' of github.com:sornas/mum into main | Eskil Queseth | 2020-10-11 |
| |\ | |||
| | * | refactor parameters to input callback generator | Gustav Sörnäs | 2020-10-11 |
| | | | |||
| * | | Changed so code is more robust with a cheeky hack | Eskil Queseth | 2020-10-11 |
| |/ | |||
| * | working microphone stuff | Gustav Sörnäs | 2020-10-11 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | handle user remove | Gustav Sörnäs | 2020-10-10 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | handle multiple incoming audio streams | Gustav Sörnäs | 2020-10-10 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | big ol refactor | Gustav Sörnäs | 2020-10-10 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | move connect_udp to network.rs | Gustav Sörnäs | 2020-10-10 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | create network.rs and move code | Gustav Sörnäs | 2020-10-10 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | actually add audio.rs | Gustav Sörnäs | 2020-10-10 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | create audio.rs and move code | Gustav Sörnäs | 2020-10-10 |
| | | | | | Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | initial unpacking of received opus packages | Gustav Sörnäs | 2020-10-10 |
| | | | | | | | Need to refactor big time. Co-authored-by: Eskil Queseth <eskilq@kth.se> | ||
| * | mumd/mumctl workspaces | Gustav Sörnäs | 2020-10-09 |
