aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/network
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/main' into error-handlingEskil Queseth2020-10-16
|\
| * Update state properly when disconnecting from server and on user_state packetEskil2020-10-16
| |
* | rename and move file to clarify file purposeEskil Queseth2020-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
|
* 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
|
* 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