aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
Commit message (Collapse)AuthorAge
* notif if user muted/unmutedGustav Sörnäs2020-10-23
|
* 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
|
* remove unused importsGustav Sörnäs2020-10-23
|
* remove user from users on disconnectGustav 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
| |
* | Merge branch 'network-rework' into 'main'Gustav Sörnäs2020-10-21
|\ \ | | | | | | | | | | | | | | | | | | Add tcp event system Closes #26 See merge request gustav/mum!17
| * | minor changesEskil Queseth2020-10-21
| | |
| * | reduce code duplicationEskil Queseth2020-10-21
| | |
| * | add printing of welcome message to server connectEskil Queseth2020-10-21
| | |
| * | add tcp event systemEskil Queseth2020-10-21
| | |
* | | Merge branch 'refactor-audio' into 'main'Gustav Sörnäs2020-10-21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Refactor audio into input.rs and output.rs Closes #3 See merge request gustav/mum!20
| * | refactor audio into input.rs and output.rsGustav Sörnäs2020-10-21
| |/
* | Merge branch 'audio-new-clients' into 'main'Gustav Sörnäs2020-10-21
|\ \ | |/ |/| | | | | | | | | Parse user state diff and handle connecting clients Closes #37 and #36 See merge request gustav/mum!14
| * 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
| |
* | don't specify rev for cpalGustav Sörnäs2020-10-21
| |
* | Merge branch 'lock-cpal' into 'main'Gustav Sörnäs2020-10-21
|\ \ | | | | | | | | | | | | Lock cpal to latest commit See merge request gustav/mum!19
| * | Lock cpal to latest commitGustav Sörnäs2020-10-21
| |/
* | remove pubGustav Sörnäs2020-10-21
|/
* default cfg is optionGustav Sörnäs2020-10-21
| | | | None if the file doesn't exist
* send config-reload-commandGustav Sörnäs2020-10-19
|
* mumd: add method to reload configGustav Sörnäs2020-10-19
|
* dont write config after loading stateGustav 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/file-logging' into mainEskil Queseth2020-10-18
|\
| * add support for file loggingEskil Queseth2020-10-18
| |
* | refactor socket path storage locationEskil Queseth2020-10-18
|/
* 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
| | |