aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/state.rs
Commit message (Expand)AuthorAge
* minor cleanupGustav Sörnäs2020-10-23
* refactor parsing initial and updated user stateGustav Sörnäs2020-10-23
* send notif when someone disconnectsGustav Sörnäs2020-10-23
* send notif when someone connectsGustav Sörnäs2020-10-23
* add first notificationGustav Sörnäs2020-10-23
* change to use macroEskil Queseth2020-10-21
* remove async from State::handle_commandEskil Queseth2020-10-21
* Merge remote-tracking branch 'origin/refactor-state' into mainGustav Sörnäs2020-10-21
|\
| * refactor state into {channel,server,user}.rsGustav Sörnäs2020-10-21
* | minor changesEskil Queseth2020-10-21
* | add printing of welcome message to server connectEskil Queseth2020-10-21
* | add tcp event systemEskil Queseth2020-10-21
* | update user state in mumdGustav Sörnäs2020-10-21
* | implement remove_clientGustav Sörnäs2020-10-21
* | parse user state diff and handle connecting clientsGustav Sörnäs2020-10-21
|/
* default cfg is optionGustav Sörnäs2020-10-21
* send config-reload-commandGustav Sörnäs2020-10-19
* mumd: add method to reload configGustav Sörnäs2020-10-19
* minorGustav Sörnäs2020-10-19
* convert config to stringGustav Sörnäs2020-10-19
* initial reading of config fileGustav Sörnäs2020-10-19
* Merge remote-tracking branch 'origin/pretty-print' into mainEskil Queseth2020-10-17
|\
| * Apply 1 suggestion(s) to 1 file(s)Eskil2020-10-17
| * fix oopsieEskil Queseth2020-10-17
| * add commentEskil Queseth2020-10-17
| * changes according to feedbackEskil Queseth2020-10-17
| * cargo fmtEskil Queseth2020-10-17
| * add pretty printing for mumctl statusEskil Queseth2020-10-17
| * change status data transfer structEskil Queseth2020-10-17
| * clean up debug printsEskil Queseth2020-10-17
| * change data in response to channel-list to a treeEskil Queseth2020-10-17
* | Merge remote-tracking branch 'origin/channel-name' into mainEskil Queseth2020-10-17
|\ \
| * | add soft matching for channel joiningEskil Queseth2020-10-17
| * | minor changesEskil Queseth2020-10-17
| * | 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
| |/
* | 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 state properly when disconnecting from server and on user_state packetEskil2020-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
* update server so that we clear information once we leave a serverEskil Queseth2020-10-14
* resolve some compiler warningsEskil Queseth2020-10-14
* add support for disconnect commandEskil Queseth2020-10-14
* some changesGustav Sörnäs2020-10-14