aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/main.rs
Commit message (Collapse)AuthorAge
* cargo fmtEskil Queseth2020-10-31
|
* add support for mumctl server listEskil Queseth2020-10-31
|
* refactor and dont panic without x-serverGustav Sörnäs2020-10-29
|
* add first notificationGustav Sörnäs2020-10-23
|
* add tcp event systemEskil Queseth2020-10-21
|
* Merge remote-tracking branch 'origin/file-logging' into mainEskil Queseth2020-10-18
|\
| * add support for file loggingEskil Queseth2020-10-18
| |
* | refactor socket path storage locationEskil Queseth2020-10-18
|/
* cargo fmtEskil Queseth2020-10-17
|
* Merge remote-tracking branch 'origin/main' into error-handlingEskil Queseth2020-10-16
|\
| * update loggingGustav Sörnäs2020-10-16
| |
* | add basic error messaging on mumdEskil Queseth2020-10-15
|/
* initial cliGustav Sörnäs2020-10-15
|
* cargo clippyGustav Sörnäs2020-10-14
|
* cargo fmtGustav Sörnäs2020-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
|
* 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