aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/main.rs
Commit message (Collapse)AuthorAge
* add support for reconnecting to serverEskil Queseth2020-10-14
|
* resolve some compiler warningsEskil Queseth2020-10-14
|
* add support for disconnect commandEskil Queseth2020-10-14
|
* add newline when logging if logged message contains a newlineEskil Queseth2020-10-14
|
* some changesGustav Sörnäs2020-10-14
|
* wip handle more commands (panics)Gustav Sörnäs2020-10-14
|
* wait for complete state before sending commandsGustav Sörnäs2020-10-13
|
* join different channelsGustav Sörnäs2020-10-13
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* split network.rs to tcp.rs and udp.rs (#4)Gustav Sörnäs2020-10-13
|
* change to actual logging (#2)Gustav Sörnäs2020-10-12
|
* begin saving stateGustav Sörnäs2020-10-12
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* working microphone stuffGustav Sörnäs2020-10-11
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* handle multiple incoming audio streamsGustav Sörnäs2020-10-10
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* big ol refactorGustav Sörnäs2020-10-10
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* move connect_udp to network.rsGustav Sörnäs2020-10-10
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* create network.rs and move codeGustav Sörnäs2020-10-10
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* create audio.rs and move codeGustav Sörnäs2020-10-10
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* initial unpacking of received opus packagesGustav Sörnäs2020-10-10
| | | | | | Need to refactor big time. Co-authored-by: Eskil Queseth <eskilq@kth.se>
* mumd/mumctl workspacesGustav Sörnäs2020-10-09