aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
Commit message (Expand)AuthorAge
...
| * | add error checking if there are multiple valid channels to connect toEskil Queseth2020-10-17
| * | change connecting with channel name instead of idEskil Queseth2020-10-17
| |/
* | remove some TODOs handled as issuesGustav Sörnäs2020-10-17
* | Set input volume via mumctlGustav Sörnäs2020-10-17
|/
* add pretty printing for error typeEskil Queseth2020-10-16
* add an error checkEskil Queseth2020-10-16
* Merge remote-tracking branch 'origin/main' into error-handlingEskil Queseth2020-10-16
|\
| * Merge branch 'cli' into 'main'Gustav Sörnäs2020-10-16
| |\
| | * update loggingGustav Sörnäs2020-10-16
| * | Update state properly when disconnecting from server and on user_state packetEskil2020-10-16
* | | change loop to avoid panicEskil Queseth2020-10-15
* | | add basic error messaging on mumdEskil Queseth2020-10-15
* | | Merge remote-tracking branch 'origin/cli' into error-handlingEskil Queseth2020-10-15
|\ \ \ | | |/ | |/|
| * | initial cliGustav Sörnäs2020-10-15
| |/
* | rename and move file to clarify file purposeEskil Queseth2020-10-14
|/
* 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
* send tcp pings via packet senderGustav Sörnäs2020-10-13
* 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
* 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
* add license to cargo.tomlGustav Sörnäs2020-10-12
* update authorsGustav Sörnäs2020-10-12
* remove and restructure dependenciesGustav Sörnäs2020-10-12
* Cleaned up inports in network.rsEskil Queseth2020-10-12
* begin saving stateGustav Sörnäs2020-10-12
* 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
* handle user removeGustav Sörnäs2020-10-10
* handle multiple incoming audio streamsGustav Sörnäs2020-10-10
* big ol refactorGustav Sörnäs2020-10-10