aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src
Commit message (Collapse)AuthorAge
* cargo fmt 2 eletric boogalooGustav Sörnäs2020-10-14
|
* cargo clippyGustav Sörnäs2020-10-14
|
* cargo fmtGustav Sörnäs2020-10-14
|
* update debug messageGustav Sörnäs2020-10-14
|
* update server so that we clear information once we leave a serverEskil Queseth2020-10-14
|
* 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
|
* fix code so that it doesn't deadlockEskil Queseth2020-10-14
|
* wip handle more commands (panics)Gustav Sörnäs2020-10-14
|
* remove shared mutability of tcp sinkGustav Sörnäs2020-10-14
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* send tcp pings via packet senderGustav Sörnäs2020-10-13
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* respect if we're initializing when parsing user stateGustav Sörnäs2020-10-13
|
* wait for complete state before sending commandsGustav Sörnäs2020-10-13
|
* command todosGustav 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
|
* parse channel remove (#3)Gustav Sörnäs2020-10-13
|
* change to actual logging (#2)Gustav Sörnäs2020-10-12
|
* Cleaned up inports in network.rsEskil Queseth2020-10-12
|
* begin saving stateGustav Sörnäs2020-10-12
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* create command.rsGustav Sörnäs2020-10-11
|
* Fixed client sometimes crashing when receiving compressed packagesEskil Queseth2020-10-11
|
* Merge branch 'main' of github.com:sornas/mum into mainEskil Queseth2020-10-11
|\
| * refactor parameters to input callback generatorGustav Sörnäs2020-10-11
| |
* | Changed so code is more robust with a cheeky hackEskil Queseth2020-10-11
|/
* working microphone stuffGustav Sörnäs2020-10-11
| | | | Co-authored-by: Eskil Queseth <eskilq@kth.se>
* handle user removeGustav Sörnäs2020-10-10
| | | | 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>
* actually add audio.rsGustav 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